/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis style.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
	margin:0;
	padding:0;
}
* a:focus {
   outline: none;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
	scrollbar-base-color:#446db2;
}
body{
	background:#112f81;
	font: 70% Arial, Helvetica, sans-serif;
	background:#0052a5 url(../images/charte/bg.jpg) no-repeat scroll center top;
}
#container{
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:1003px;
	margin:0 auto;
	background:url(../images/charte/bg-page-y.gif) repeat-y scroll left top;

}
#header{
	width:1003px;
	height:226px;
}

#contenu{
	width:1003px;
	min-height:200px;
	height:auto !important;
	height:200px;
	font-size:1em;
	line-height:1.1em;
	text-align:justify;
	background:url(../images/charte/bg-contenu.jpg) no-repeat scroll right top;
	padding-bottom:46px;
}


/*--------------------------------collLeft----------------------------------------*/
#collLeft{
	float:left;
	width:230px;
	min-height:200px;
	height:auto !important;
	height:200px;
	margin:30px 0 0 0;
	padding:0 0 0 9px;
}

#menu {
	float:left;
	width:181px;
	font-size:12px;
	margin:1px 0 10px 0;
	padding:10px 0 10px 0;
}
#menu dt{
	text-align:left;
	text-indent:25px;
	height:25px;
}
#menu dt a:link,#menu dt a:visited{
  padding:0;
  display:block;
	height:15px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
  padding-top:1px;
}
#menu dt a:hover,#menu dt a:active{
  padding:0;
	background-color:#F3C331;
	display:block;
  height:15px;
	text-decoration:none;
	color:#fff;
  padding-top:1px;
}
.puceverte{
	background:#fff url(../images/charte/puceverte.gif) no-repeat left top ;
}
.pucejaune{
	background:url(../images/charte/pucejaune.gif) no-repeat left top;
}
.puceorange{
	background:url(../images/charte/puceorange.gif) no-repeat left top;

}


/*--------------------------------FIN collLeft----------------------------------------*/


/*--------------------------------CONTENU----------------------------------------*/
#titre{
	height:35px;
	padding:25px 0 0px 0;
}
#texte{
	float:left;
	width:730px;
	color:#fff;
}
#texte h1{
	font-size:1.6em;
	font-weight:normal;
	line-height:45px;
	height:45px;
	text-align:left;
	color: #000;
	text-indent:40px;
	margin:0 0 10px 0;

}
#texte h2{
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	height:30px;
	text-align:left;
	margin:10px 0px 5px 0;
  color:#9FFFFF;
}

#texte a:link, #texte a:visited{

	text-decoration:underline;
    font-size:12px;
	color: #F3C331;
}

#texte a:hover, #texte a:active{

	text-decoration:none;
	color:#F3C331;
}

#texte p{
  font-size:12px;
  line-height:15px;
  margin:5px 0;
  font-family:arial;
  color:#9FFFFF;
}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


/***************** FOOTER *****************/
#footer{

	width:1003px;
	height:46px;
	margin:-46px auto 0 auto;
	clear:both;
	background:url(../images/charte/bg-logo.gif) no-repeat scroll left top;
}
#logo-idep{
	float:left;
	height:30px;
	width:170px;
	text-align:center;
	padding:5px 0 0 20px;
}
#logo-image{
	float:left;
	height:20px;
	width:150px;
}
#logo-texte{
	float:left;
	height:8px;
	width:150px;
	color:#deeffa;
}