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

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

#header{
	width:990px;
	height:160px;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:990px;
	padding-bottom:40px;
	display:table;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background:url(../images/charte/bg-contenu.gif) no-repeat scroll bottom right ;
/*	_background:url();
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/charte/bg-contenu.png', sizingMethod='scale');*/
}

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

#contenuTexte{
	padding:0px 10px 0px 400px;
	width:540px;
	float:left;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/

.contacter{
  border:1px solid #cccccc;
  width:300px;
  margin:0 auto;
  padding:5px;
  margin-top:30px;
  background: #8d99ca;
}
.contacter2{
  border:1px solid #fff;
  width:175px;
  float:left;
  padding:5px;
  margin-top:30px;
  background: #8d99ca;
}

.list{
  border:1px solid #cccccc;
  border-top: none;
  width:498px;
  padding:20px;
}
.list .list-left{
  width:45%;
  float:left;
  padding-left:20px;
}
.list .list-right{
  width:45%;
  float:left;
  padding-left:20px;
}

.spacer{
  padding:0;
  margin:0;
  border-bottom:1px solid #fff;
  width:100%;
  overflow: hidden;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin:10px 0 20px 0px;
  clear:both;
}

.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: -35px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:990px;
	height:35px;
	background:#D46A00 url(../images/charte/bg-footer.jpg) no-repeat;
	font:bold 1em Arial, Helvetica, sans-serif;
	color: #870000;
	clear:both;
}


#footer a {
font-size: 10px;
margin:0 5px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color: #FFF;
}
#footer a:hover {
text-decoration:underline;
}


/***************** REPASSAGE *****************/

.imgfloatright {
float:right;
margin:0 0 15px 15px;
padding:5px;
border:1px solid #FFF;}

.invisible{
  display:none;
}
