/* CSS Document */

body{
margin:0;
padding:0;
background-color:#66cc00;
}

#conteneurPrincipal{
width:990px;
margin:0 auto;
}

#bandeau{
width:990px;
height:225px;
background-image:url(bandeau.jpg);
background-repeat:no-repeat;
background-position:left top;
}

#texte-bandeau{
margin:0px 0px 0px 530px;
padding-top:70px;
}

#logo{
width:255px;
margin-top:37px;
margin-left:32px;
height:130px;
display:block;
float:left;
}

#contenu {
background-color:#ffffff;
}

#menu-hori {
background-image:url(barre-menu.jpg);
height:45px;
width:990px;
padding-left:20px;
}

#left-red{
background-image:url(fond-colGauche.jpg);
background-repeat:no-repeat;
background-position:left top;
width:170px;
padding-left:30px;
}



#centre{
padding:0px 0px 10px 14px;
width:540px;
}

#colDroite{
float:right;
width:180px;
margin-left:14px;
}

#boutons{
margin-top:-30px;
margin-bottom:40px;
color:#ffffff;
font-size:18px;
}

#pagecatalogue{
background-position:left top;
width:540px;
float:left;
background-color:#ffffff;
}

#contenuCatalogue{
padding:10px;
}

