/* CSS Document */

body{
background-image:url(fond.jpg);
background-repeat:no-repeat;
background-position:center top;
margin:0;
padding:0;
background-color:#A6A6A6;
}

#conteneurPrincipal{
width:980px;
margin:0 auto;
}

#bandeau{
background-image:url(bandeau.jpg);
background-position:left top;
background-repeat:no-repeat;
width:980px;
height:178px;
}

#logo{
height:178px;
width:200px;
display:block;
}

#fond-recherche{
background-image:url(fond-recherche.jpg);
background-repeat:no-repeat;
background-position:left top;
width:980px;
height:32px;
}

#page{
background-color:#F9F7F7;
}

#colgauche{
width:180px;
}

#centre{
padding:5px;
}

#coldroite{
width:180px;
}

#marques{
background-image:url(cms-marques.jpg);
background-repeat:no-repeat;
height:63px;
display:block;
}

a.meilleuresventes{
color:#282828;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
display:block;
margin-top:-3px;
margin-bottom:-5px;
}

a.meilleuresventes:hover{
color:#5A5A5A;
text-decoration:none;
}