body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
background-color:#CD0A10;
margin: 0;
padding: 0;
}
#header {
height: 134px;
background-image:url(images/bandeau.gif);
background-repeat:no-repeat;
}
#sous_header {
height:70px;
background-image:url(images/fond.gif);
background-repeat:no-repeat;
}
#titre {
float:right;
width:575px;
font-size:20px;
font-weight:bold;
text-align:right;
padding:5px 15px 5px 0px;
color:#FFFFFF;
background-color:#000000;
}
#conteneur {
position: relative;
width: 800px;
margin: 0 auto; 
}
#centre {
margin-left: 210px;
margin-bottom:15px;
min-height: 230px;
_ height: 230px;
}
#centre a{
color:#0000EE;
font-style:italic;
}
#centre a:hover {
color:#0000EE;
font-style:normal;
}
#gauche {
position: absolute;
left:0;
width: 210px;
}
#pied {
color:#FFFFFF;
font-size:12px;
text-align:right;
}
/* ===================================== BOUTONS =================================== */
#bouton_vente a {
display:block;
height:42px;
width:182px;
background-image:url(images/bouton_vente.gif);
background-position: 0px 0px;
background-repeat:no-repeat;
text-decoration: none;
}
#bouton_vente a:hover {
background-position: 0px -42px;
}
#bouton_vendus a {
display:block;
height:42px;
width:182px;
background-image:url(images/bouton_vendus.gif);
background-position: 0px 0px;
background-repeat:no-repeat;
text-decoration: none;
}
#bouton_vendus a:hover {
background-position: 0px -42px;
}
#bouton_contact a {
display:block;
height:42px;
width:182px;
background-image:url(images/bouton_contact.gif);
background-position: 0px 0px;
background-repeat:no-repeat;
text-decoration: none;
}
#bouton_contact a:hover {
background-position: 0px -42px;
}
#bouton_liens a {
display:block;
height:42px;
width:182px;
background-image:url(images/bouton_liens.gif);
background-position: 0px 0px;
background-repeat:no-repeat;
text-decoration: none;
}
#bouton_liens a:hover {
background-position: 0px -42px;
}
#bouton_contacter a {
display:block;
height:75px;
width:154px;
background-image:url(images/bouton_contacter.gif);
background-position: 0px 0px;
background-repeat:no-repeat;
text-decoration: none;
}
#bouton_contacter a:hover {
background-position: 0px -75px;
}

.noir {
color:#FFFFFF;
background-color:#000000;
font-weight:bold;
}
hr {color: #000000; background-color: #000000; height: 1px; border:0px;}
