@charset "utf-8";

/*///////////////////// SAVOIR FAIRE ET ELEMENTS //////////////////////////*/
.centrage{
width:530px;
margin:0 auto;
}

.savoir{
width:257px;
float:left;
margin:3px;
background:#ebebeb;
overflow:hidden;
}

#right .centrage .savoir .content h2{
width:auto;
height:auto;
background:none;
font-size:1em;
color:#090796;
border-left:#000 solid 1px;
border-bottom:#000 solid 1px;
padding:0 0 7px 5px;
margin:0.5em 1em;
text-transform:none;
}

#right .savoir .content p{
padding:0.5em;
background-color:#fff;
border:#a5a5a5 dotted 1px;
color:#666;
margin:0.5em 1em;
text-align:right;
}

#right .savoir .content img{
border:#b7b7b7 solid 1px;
background:#fff;
padding:5px;
width:180px;
margin:0 0 0 32.5px;
}


.savoir .haut{
width:257px;
height:8px;
background:url(savoir_haut.gif) center top no-repeat;
overflow:hidden;
}

.savoir .content{
width:255px;
height:420px;
background-color:#f5f5f5;
border-left:#b7b7b7 solid 1px;
border-right:#b7b7b7 solid 1px;
overflow:hidden;
}

.savoir .bas{
width:257px;
height:23px;
background:url(savoir_bas.gif) center top no-repeat;
overflow:hidden;
}

.savoir .bas a{
display:block;
width:77px;
height:20px;
line-height:20px;
text-align:center;
font-size:.75em;
color:#990110;
text-decoration:none;
padding:0 0 0 3px;
}

.savoir .bas a:hover{ color:#B4010A; text-decoration:underline; }


