#boite_contact{
position:relative;
width:100px;
margin-top:5px;
left:0px;
}

#boite_contact_tete{
position:relative;
width:100px;
height:20px;
top:0px;
left:0px;
background-image:url(../design_site/boite_contact_tete.gif);
background-repeat:no-repeat;
}

#boite_contact_corps{
position:relative;
width:100px;
margin-top:0px;
left:0px;
background-image:url(../design_site/boite_contact_corps.gif); 
background-repeat:repeat-y;
}

#boite_contact_pied{
position:relative;
width:100px;
height:5px; 
margin-top:0px;
left:0px;
background-image:url(../design_site/boite_contact_pied.gif);
background-repeat:no-repeat;
}

#boite_contact_tete_titre{
position:relative;
left:10px;
}

.boite_contact_tete_titre{
color:#FF0000;
font-weight:bold;
}

#boite_contact_corps_texte{
top:2px;
width:94px;
position:relative;
left:3px;
}

.boite_contact_corps_texte{
color:#FF0000;
font-size:14px;
}