/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
	scrollbar-base-color: #CB8D3F;
	background-color:#CB8D3F;
  background-image: url(../images/charte/bg-contenu.jpg);
  background-repeat: no-repeat;
	background-position:center top;
	}

body{
	font-size:62.5%;
}

#container{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:955px;
	margin:0 auto;
}

#header{
	width:955px;
	height:175px;
}


/***************** MENU V *****************/
#menuv {
width: 933px; /* précision pour Opera */
text-align:  right;
}
/*dl, dt, dd {
margin: 0;
padding: 0;
}
ul{
position:absolute;
width:132px;
border:1px solid #9F581A;
border-width:0 0px;
background:#11168E;
}
#menuv li {
margin: 0;
padding: 0;
list-style-type: none;
font:normal 1.1em/22px Arial, Helvetica, sans-serif;
text-align: left;
border-bottom:1px solid #11168E;
}
#menuv dl {
float:left;
width:162px;
}
#menuv dt {
cursor: pointer;
line-height:10px;
height:23px;
}
#menuv dd {
display: none;
}
#menuv li a {
color: #FFF;
text-decoration: none;
height: 100%;
display:block;

}
#menuv li a:hover{
color:#F7FF17;
background:#3D4CE4;
text-decoration:none;
}
#menuv dt a {
text-decoration: none;
display:block;
height:16px;
font:bold 1.1em/23px Arial, Helvetica, sans-serif;
text-align:left;
text-indent:2px;
color:#FFF;
background:none;
}
#menuv dt a:hover {
text-decoration:none;
color:#F7FF17;
background:none;
}*/

#menuv a{
text-decoration: none;
height:16px;
font:normal 1.1em/2em Arial, Helvetica, sans-serif;
color:#FFF;
}
#menuv a:hover{
text-decoration:underline;
color:#F7FF17;
}

/***************** CONTAINER DU CONTENU *****************/


#contenu {
	padding-top: 20px;
	position:relative;
	width:955px;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
}

#contenuTexte{
	position:relative;
	padding:0 0px 0 0px;
	width:920px;
}
#contenuTexteInt{
	min-height:300px; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width: 629px;
	float: right;
	padding-left: 1px;
	background: url(../images/charte/bg-contenu-texte.gif) right top no-repeat;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
}


/***************** cale *****************/
.Colgche {
width:250px;
display:block;
float:left;
margin-right:50px;
}

.Coldrte {
width:500px;
display:block;
float:left;
margin-left:0px;

}

/***************** FOOTER *****************/

#footer{
  width: 100%;
	text-align: center;
}


#footerInt{
	position: relative;/*---obligatoire pour le footer---*/
	margin: 0 auto;/*---margin top = - hauteur du footer---*/
	width:955px;
	background-color:none;
	text-align:center;
	font:1.1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:normal;
	clear:both;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
  font-size:1.1em;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
	color: #4B2A00;
}

#footer a:link, #footer a:visited{
	color: #D6851E;
	text-decoration:underline;
	}
#footer a:hover, #footer a:active{
	color: #4B2A00;
	text-decoration:none;
	}


