/* 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;
}
body,html{
height:100%;/*---obligatoire pour le footer---*/
scrollbar-base-color:#fff;
}
body{
font: 70% Arial, Helvetica, sans-serif;
background:#f2f2f2 url(../images/charte/bg-page-x.jpg) repeat-x left top ;
}
#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:1003px;
margin:0 auto;
background:url(../images/charte/bg-page-y.gif) repeat-y left top ;
}
#header{
width:1003px;
height:220px;
}
#contenu{
position:relative;
width:1003px;
min-height:209px;
height:auto !important;
height:209px;
font-size:1em;
line-height:1.2em;
text-align:justify;
color:#1f3aa0;
background:url(../images/charte/bg-contenu.jpg) no-repeat left top ;
padding-bottom:52px;
}
#collLeft{
float:left;
width:270px;
min-height:100px;
height:auto !important;
height:100px;
padding:0 0 0 15px;
}

/***************** MENU ********************/

#menu {
float:left;
width:230px;
margin:0px 0 0 0;
}
#menu dt {
width:230px;
cursor: pointer;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
height:32px;
font-weight:bold;
}
#menu dt a{
	display:block;
	width:220px;
	height:20px;
	color:#fff;
	text-decoration:none;
	padding:12px 0 0 0;
	text-indent:20px;
}

#menu dt a{
	background:url(../images/charte/bt.png) no-repeat left top;
	_background:url();
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/charte/bt.png', sizingMethod='scale');
}
#menu dt a:hover{
	background:url(../images/charte/bt-on.png) no-repeat left top;
	_background:url();
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/charte/bt-on.png', sizingMethod='scale');
}


#texte{
	float:left;
	width:650px;
	padding:0 0 0 20px;
}



/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/

.clearer{
	display: block;
	height: 1px;
	margin-bottom: 0px;
	font-size: 1px;
	line-height: 1px;
 	clear: both;
}

.prod-index{
  width:130px;
  background:#233ea3;
  color:#ffffff;
}
.prod-index .prod-head{
margin:0;
padding:0;
  font-size:12px;
  line-height: 20px;
  width:130px;
  height:20px;
  background:#ff0000;
  color:#ffffff;
}



/***************** FOOTER *****************/
#footer{
position:relative;
height:52px;
margin:-52px auto 0 auto;
clear:both;
}
#footer2{
width:1003px;
height:52px;
margin:0 auto;
background:url(../images/charte/bg-footer.gif) no-repeat top left;
}

#logo-image{
	float:left;
	height:20px;
	width:150px;
	padding:20px 0 0 20px;
}
#logo-texte{
	float:left;
	height:8px;
	width:350px;
	color:#fff;
	font-size:10px;
	padding:25px 0 0 0px;

}
#logo-texte a:link,#logo-texte a:visited{
	color:#673606;
	text-decoration:none;
	color:#fff;

}
#logo-texte a:hover{
	color:#673606;
	text-decoration:underline;
	color:#fff;

}
