@charset "UTF-8";
/* CSS Document */
#sommaire_infos li{
list-style:none;

/*background:white;*/
margin-top:15px;
padding:10px 0px 0px 0px;
border-bottom:solid 7px white;
}
#sommaire_infos li h2{
font-size:13px;
}
#sommaire_infos li h2 a:hover{
background:white;}

#infos_pratiques ul li{
list-style:none;
border-top: solid 1px white;
border-bottom: solid 1px #E3D6C5;
border-right: solid 1px #E3D6C5;
margin:5px;
background:white ;
padding:5px;
width:175px;
float:left;
display:inline;
height:120px;
overflow:hidden;
overflow-y:auto;
}
#infos_pratiques ul li h2 {
font-size:14px;
background:url('/media/bg_recherche_avancee.png');
padding:5px;
}
#infos_pratiques ul li h3 {
font-size:12px;
}
#infos_pratiques ul li .detail_infos{

}
#infos_pratiques ul li address{
font-style:normal;}
.tel{
color:#EA0070;
float:right;
/*background:url('/media/phone.gif')*/}