/* 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---*/
	background:#333333 url(../images/charte/bg-body.jpg) bottom repeat-x fixed;
}

body{
	font-size:62.5%;
	background:url(../images/charte/bg-bodytop.jpg) top repeat-x;
}

#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:990px;
	margin:0 auto;
	background: url(../images/charte/bg-container.jpg) 0 157px no-repeat;
}

#header{
	width:990px;
	height:157px;
	background:url(../images/charte/bg-header.jpg) no-repeat;
}
/***************** CONTAINER DU CONTENU *****************/
a img{

-moz-opacity: 1.00; opacity:1.00;
border: 0px;
}

a:hover img{

-moz-opacity: 0.70; opacity:0.70;

}


#contenu {
	position:relative;
	width:990px;
	padding-bottom:43px;
	display:table;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}


/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	width:990px;
	float:left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
	color:#999999;
  text-align: justify;
}
 .bolder{
 font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
	color:#CCCCCC;
  font-weight: bold;
 }

  .bull1{
 font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-image: url(../images/charte/bullet.gif);
  background-position:  left;
  background-repeat:  no-repeat;
  margin-left: 15px;
  padding-left: 13px;
 }

   .bull2{
 font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-image: url(../images/charte/bullet1.gif);
  background-position:  left;
  background-repeat:  no-repeat;
  margin-left: 15px;
  padding-left: 13px;
 }


#contenuTexte h1{
	margin:20px 0 20px 0;
	font:bold 1.4em Arial, Helvetica, sans-serif;
	color:#FFF;
}

#contenuTexte h2{
 font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
	color:#CCCCCC;
  text-transform: uppercase;
  font-weight: bold;
}


#contenuTexte a{
	color: #ff0000;
  text-decoration:none;
}
#contenuTexte a:hover{
	color: #ff0000;
	text-decoration:underline;
}
#contenuTexte p.couleur, .couleur{
	font-weight:bold;
	color:#cccccc;
}

/*---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;
}
/***************** FOOTER *****************/
#footer{
	position: relative;/*---obligatoire pour le footer---*/
	margin: -21px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:990px;
	height:21px;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	color: #ffc94c;
	clear:both;
	background:url(../images/charte/bg-footer.jpg) no-repeat;
}


#footer a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: red;
}
#footer a:hover {
text-decoration:none;
   	color: #870000;
}
#footer a.sousrubz{
	color: #fcf308;
	font-weight:normal;
}

#footer .idep{
	font:normal 0.9em Arial, Helvetica, sans-serif;
	color: #ff0000;
	width:320px;
	float:left;
}


/***************** TITRES *****************/



/***************** DIVERS *****************/

.ColGche {
padding-top:20px;
width:290px;
float:left;
margin:0 0 0 20px;}

.ColDrte {
padding-top:30px;
width:640px;
float:right;
margin:0 0 0 20px;}

#full-contenu {
margin:0 20px;}

.invisible{
  display: none;
}
  .inputForm{
border:1px solid #C8C9CA;
background-color: #FFFFFF;
width:150px;
color: Black;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
}
.inputFormOver{
border:1px solid #C8C9CA;
background-color: #F5F4F4;
width:150px;
font-family: Arial, Helvetica, sans-serif;
color: Black;
font-weight:normal;
font-size: 12px;
color:#000000;
}
.button{
border:1px solid #AFB0B1;
background-color: #C8C9CA;
width:65px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #1C1C1C;
}
.buttonOver{
border:1px solid #AFB0B1;
background-color: #AFB0B1;
width:65px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
cursor:pointer;
color:#FFFFFF;
}

.frmContact{ /* dedicated ID for "contact form"*/

	text-align:center;
	background-color:#D9DCDE;
	font-size:11px;
  width: 540px;
	border:1px solid #ffffff;
  background-image: url(../images/charte/back.jpg);
  background-position: bottom left;
  background-repeat:  no-repeat;



}

.frmContact .Label, .frmContact label{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #1C1C1C;
white-space:nowrap;

}

.notice{
 color: #1C1C1C;
	font-size:10px;
	padding:0px;
}

