/* CSS Document */

@import url(menu.css);
@import url(content.css);
@import url(footer.css);
@import url(header.css);
@import url(news.css);
@import url(thematique.css);
@import url(bottom_content.css);
@import url(affich_news.css);
@import url(liens_clients.css);
@import url(sitemap.css);
@import url(ref.css);

html,body{margin:0;padding:0}
body{
font-family: arial, helvetica, sans-serif;
font-size:11px;
}

div#banniere{
width:100%;
background-image:url(../Images/background_header.jpg);
height:104px;
}

div#header{
height:104px;
position:relative;
}

div#container{
left:50%;
margin-left:-500px;
position:absolute;
width:1000px;
margin-top:-104px;
}

div#wrapper{
float:left;
width:100%;
}

div#content{
margin:0 0 0 195px;
width:504px;
padding:25px;
background:#FFF;
}

* html div#content{
margin:0 0 0 195px;
width:504px;
padding:25px 25px 25px 32px;
background:#FFF;
}

*:first-child+html div#content{
margin:0 0 0 195px;
width:504px;
padding:25px 25px 25px 32px;
background:#FFF;
}

div#ref{
margin:0 0 0 195px;
width:504px;
padding:25px;
background:#FFF;
}

* html div#ref{
margin:0 0 0 195px;
width:504px;
padding:25px 25px 25px 32px;
background:#FFF;
}

div#navigation{
float:left;
width:194px;
margin-left:-1000px;
background-color;#C00;
}

div#news{
float:left;
width:251px;
margin-left:-251px;
}

div#footer{
background: #FFF;
clear:left;
width:100%;
margin:0 0 30px 0;
}





