/* CSS Document */

*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;/*---obligatoire pour le footer---*/
scrollbar-base-color: #000;
}
body{
font-size:62.5%;
background:#000 url(../images/charte/bg-body-intro.jpg) no-repeat scroll left top;
}

#header{
width:990px;
height:137px;
}
#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;
}

#contenu{
position:relative;/*---obligatoire pour le footer---*/
width:990px;
padding-bottom:30px;/*---la hauteur du footer + une marge de securitee---*/
}

#menu {
width:220px;
float:left;
margin-top:-20px;}

/*---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: -32px 0 0 0;/*---margin top = - hauteur du footer---*/
width:100%;
height:32px;
background: url(../images/charte/bg-footer.jpg) repeat-x scroll bottom;
}

#textintro {
width:370px;
float:right;
}

#textintro p{
padding:0 10px;
font:normal 1.1em Arial, Helvetica, sans-serif;
color:#FFF;
line-height:1.6em;
text-align:justify;
}

#textintro h1{
margin:10px 0;
padding:0 10px;
font:bold 1.8em "Trebuchet MS", Arial;
letter-spacing:0.1em;
color:#FFF;
border-bottom:1px solid #FF0000;
}

#nouveauteintro {
margin-left:220px;
width:370px;
float:none;
}

#nouveauteintro p{
padding:0 10px;
font:normal 1.1em Arial, Helvetica, sans-serif;
color:#FFF;
line-height:1.6em;
text-align:justify;
}

#nouveauteintro h1{
margin:10px 0;
padding:0 10px;
font:bold 1.8em "Trebuchet MS", Arial;
letter-spacing:0.1em;
color:#FFF;
border-bottom:1px solid #FF0000;
}

#nouveauteintro h2{
margin:10px 0;
padding:0 10px;
font:bold 1.8em "Trebuchet MS", Arial;
letter-spacing:0.1em;
color:#FFF;
border-bottom:1px solid #666666;
font-size:12px; 
width:310px; 
}

#nouveauteimage{
text-align:center; 
width:160px; 
float:left;
}

#nouveauteimage img{
border:none;
margin:0 5px 0 5px;
}

#nouveauteimage p{
margin-top:5px;
}

#nouveautedesc{
float:left; 
width:180px;
}

