/*--------------------------------------------------*/
/*---      Feuille de style site Tournay bio    ----*/
/*--------------------------------------------------*/
body {
	background: #002B6F url(../img/fond.jpg) repeat-x;
	scrollbar-base-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #6a85d6;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #6a85d6;
	scrollbar-shadow-color: #6a85d6;
	scrollbar-track-color: #CCCCCC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
a {
	color: #FAD105;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #E85231;
}

/*---------------    DIV      ----------*/

#DivConteneur {
	position: absolute;
	width: 752px;
	left: 50%;
	margin-left: -376px;
	z-index: 1;
}
#DivLogo {
	position: absolute;
	background: url(../img/logo.gif) no-repeat;
	left: 0px;
	top: 23px;
	height: 227px;
	width: 205px;
	z-index: 2;
}
#DivImg1 {
	position: absolute;
	background: url(../img/photo1.jpg) no-repeat;
	height: 190px;
	width: 567px;
	top: 0px;
	left: 234px;
	z-index: 3;
}
#DivNav1 {
	position: absolute;
	height: 48px;
	width: 572px;
	top: 199px;
	left: 234px;
	z-index: 4;
}
#DivPhotosRonds {
	position: absolute;
	background: url(../img/photos-ronds.jpg) no-repeat;
	height: 119px;
	width: 570px;
	top: 256px;
	left: 234px;
	z-index: 5;
}
#DivImg2 {
	position: absolute;
	background: url(../img/photo2.jpg) no-repeat;
	width: 571px;
	height: 229px;
	top: 363px;
	left: 234px;
	z-index: 6;
}
#DivTexte {
	position: absolute;
	text-align: right;
	width: 226px;
	height: 55px;
	top: 526px;
	left: -4px;
	z-index: 7;
}
#DivNav2 {
	position: absolute;
	height: 41px;
	width: 570px;
	top: 362px;
	left: 234px;
	z-index: 8;
}
