
/*pour virer les pointillés sur tout le site */

*{ outline: none; }

a:link {
        color: #5E3139;
        text-decoration: none;
    }
a:visited {
        text-decoration: none;
        color: #5E3139;
    }
a:hover {
        text-decoration: underline;
        font-weight:bold;
        border:0px;
    }

body {
font-family:arial, sans-serif;
font-size: 11px ;
font-weight:690;
color:#5E3139;
margin: 0;
padding: 0;
background-image:url(img/fond.png);
}

#header {
height: 267px;
margin-top:90px;
}
#conteneur {
position: relative;
width: 890px;
margin: 0 auto; 
}

#bloc_general
{
background-image:url('img/backgroundrose.png');
background-repeat:no-repeat;
display:block;
height:300px;
}

#centre {
left: 541px;
position: absolute;
margin-top:9px;
width:335px;
}


#gauche {
width: 516px;
position: absolute;
left:0;
margin-left:9px;
margin-top:9px;
}


#pied {
height: 30px;

}

.title_img{
height:21px;
margin:25px 0 0px 0;
padding:0;
}



#sites_amis li{list-style-type:none;padding:0;margin:0;}
#sites_amis ul{padding:0;margin:0;}

h1{font-size: 11px ;font-weight:bold;padding:0;}
h2{font-size: 11px ;font-weight:bold;padding:0;margin:0;}
h3{font-size: 11px ;font-weight:bold;line-height:0px;padding:8px 0 7px 0;margin:13px 0 0px 0}

h4{font-size: 11px ;font-weight:normal;line-height:0;padding:0;margin:0}
span{font-size: 11px ;font-weight:normal;}

#support{
position:absolute;
margin:20px 0 0 285px;
width:230px;
height:258px; 
overflow:hidden; 
padding:0;
background-color:#FBDCEC;
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*															  */
/*			CSS sp‚cifiques … la boites de contact														  */
/*  															  */
/*------------------------------------------------------------------------------------------------------------------------*/

.illu_parapluie{
z-index:0;
position:relative;
margin:10px 0 0 -70px;
padding:0;
width:360px;
height:191px;
backgroung-repeat:no-repeat;
}

#texte_contact{
z-index:2;
position:relative;
clear:left;
width:200px;
float:left;
padding:0 0 0 20px;
}

#bulle_devis{
background-image:url(img/bulle.png);
background-repeat:no-repeat;
width:110px;
height:81px;
float:right;
margin:15px 0 0 0;
margin-right:30px;
padding:0;
z-index:2;
position:relative;
}

#bulle_devis a:link{
color: white;
text-decoration: none;
}

#bulle_devis a:visited{
color: white;
text-decoration: none;
}

#bulle_devis a:hover{
color: white;
text-decoration: none;
font-weight:bold;
}
