/*--on annule les valeurs par défauts--*/
*{ margin: 0; padding: 0; list-style: none;}
/*********************************************/

body , html  {
height:100%;/* hauteur de reference */
margin:0;
padding:0;
}

body {
	background-color: #ddedff;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font: 80% verdana, arial, sans-serif;
	color: #0052b6 ; 
	height: 100%;
}

/* a{color: #0066a9; text-decoration:none} */

a:hover{ color:#0000FF; font-weight:bold;}

h2
{	margin: 5px 0 5px 20px;
	padding-left: 20px ;
	line-height: 20px ;
	font-size: 1.2em ;
	background: url(images/pretitle.jpg) no-repeat left;
	color: #82adc0;
}

h3
{	margin: 10px 0 0 0;
	text-align: center;
	line-height: 19px ;
	font-size: 0.8em ;
	background: url(images/titremenu.jpg) no-repeat;
	color: #ffffff;
	width: 125px;
}

h6
{	position: absolute;
	text-align: left;
	padding: 20px 0 0 320px;
	color: #095ab5;
}


/*align="center" style="margin-left:8%; margin-right:7%; width:85%; margin-top:25px;"*/

#HautCorps
{	background: url(images/hautcorps.jpg) no-repeat 0 0;
	width: 100%;
	height: 90px;
}

#LeCorps
{	background-color: #ddedff;
	width: 100%; 
	background: url(images/lecorps.jpg) repeat-y 0 0;
	padding: 0 60px 0 60px;
	text-align:left;
}

#BasCorps
{	background-color: #ddedff;
	background:url(images/bascorps.jpg) no-repeat 0 0;
	bottom: 0px;
	left: 0px;
	height: 85px; 
	text-align:center;
	padding: 0 60px 0 60px
}

#BandeGauche
{	background:url(images/montre.jpg) no-repeat 0 0;
	position:absolute;
	left:930px;
	top:10px;
	width:50px;
	background-color: #ddedff;
	z-index:2;
	padding-top:495px;
	font-size:10px;
	background-position: center;
}

#BandeDroite
{	background:url(images/anche.jpg) no-repeat 0 0;
	position:absolute; 
	left:10px; 
	top:10px; 
	width:50px;
	background-color: #ddedff;
	z-index:1;
	padding-top:495px;
	font-size:10px;   
	background-position: center;
}

#BoiteVideo
{	position:relative; 
	top:10px; 
	left:-26px; 
	z-index:1;
}

#div_prin
{ 	width: 100%; 
	max-width: 1360px; 
	min-width: 1024px;
	margin: 0 auto;
	margin-top: 10px;
}

