/**
* CSS styles of Search plugin
*/
#menu #frm_recherche{
float:left;
width:185px;
padding:48px 20px 0 20px;
}
#frm_recherche .f{
background:#fff url(./images/f.png) no-repeat;
height:24px;
line-height:24px;
font-size:13px;
border:1px solid #d2cabe;
padding:0 0 0 26px;
overflow:hidden;
zoom:1;
}
#frm_recherche .focusInput{
float:left;
width:132px;
height:24px;
line-height:24px;
font-size:11px;
border:0;
}
#frm_recherche .bt{
float:right;
}
.recherche_bandeau{
background: url(../../images-v2/commun/f1.png);
width:1000px;
height:104px;
}
.recherche_bandeau h3{
font-size:36px;
color:#b2aea8;
line-height:104px;
height:104px;
padding:0 20px;
}
.recherche_bandeau h3 em{
color:#797672;
}

.resultat_recherche{
padding:20px;
}
.resultat_recherche h2{
background:url(../../images-v2/commun/sep2.png) repeat-x left bottom;
font-size:16px;
color:#69655c;
text-transform:uppercase;
padding:0 0 15px 0;
margin:0 0 20px 0;
}
.resultat_recherche h2 span,
.resultat_recherche h3 span{
color:#cd1226;
}
.resultat_recherche h3{
font-size:14px;
color:#333333;
margin:0 0 15px 0;
}
.resultat_recherche ul{
background:url(../../images-v2/commun/sep2.png) repeat-x left bottom;
padding:0 0 20px 20px;
margin:0 0 20px 0;
}
.resultat_recherche li{
background:url(../../images-v2/commun/puce3.png) no-repeat left 4px;
padding:0 0 3px 13px;
}
.resultat_recherche a{
color:#69655c;
text-decoration:none;
}
