/*
 * CSS Site Rock-Interviews.com
 */
div#up {	/* Upper Part	*/
	width:800px;
	height:210px;
	background-color:#FFFFFF;
}
div#bottom {	/* Bottom Part	*/
	width:800px;
	height:600px;
	background-color:#F0F0F0;
}
div#manche {	/* Manche guitar ds le menu	*/
	float:left;
	width:25px;
	height:600px;
	background-color:#FFFFFF;
	margin: 0px;
}
div#menu {	/* Menu part into bottom	*/
	float:left;
	width:95px;
	height:600px;
	/*background-color:#FFFFFF;*/
	background-color:#a0392a;
	margin: 0px;
	/* background:url(./images/menu.jpg);	*/
}
div#page {	/* Page part into bottom	*/
	float:right;
	width:680px;
	height:600px;
	background-color:#FFFFFF;
	overflow:auto;	/* ascenceur a droite	*/
}
div#logo {	/* Place for the logo		*/
	float:left;
	width:600px;
	height:160px;
	background-color:#FFFFFF;
}
div#photo {	/* Place for the logo		*/
	float:right;
	width:200px;
	height:160px;
	background-color:#FFFFFF;
}
div#adgoogle {	/* Place for google addsens	*/
	width:660px;
	height:20px;
	background-color:#FFFFFF;
}
div#video_right {	/* Place for the artists video	*/
	float:right;
	width:200px;
	height:160px;
	background-color:#FFFFFF;
}
div#video_left {	/* Place for the artists video	*/
	float:left;
	width:200px;
	height:160px;
	background-color:#FFFFFF;
}
a.button:link {
	background-image:url(images/Out.png);
}
a.button:visited {
	background-image:url(images/Out.png);
}
a.button:hover {
	color:#e0a070;
	background-image:url(images/In.png);
}
.button {
	width:94px; 
	height:40px; 
	font-size: 12px;
	font-weight: bold; 
	border:0px solid blue;
	color:#000000;
	text-decoration:none;
	text-align: center;
	padding-bottom: 0%;
	padding-top: 0px;
	padding:0px;
	float:left;
	margin-top: 0px;
	margin: 0px;
}
