#colone_gauche{
float:left;
width:482px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:20px;
background:#FFF;
min-height:400px;
}

#colone_droite {
	width:490px;
	float:right;
}



#colone_gauche #liste_agences{
list-style-type:none;
}

.agence h2{
margin-bottom:0px !important;
font-size:14px !important;
text-align:center !important;
}

.agence .adresse{
margin-bottom:5px !important;
text-align:center !important;
}

.agence .tel_fax{
margin-bottom:10px !important;
text-align:center !important;
}

.agence .tel{
margin-bottom:0px !important;
}



#gMap{
width:100%;
height:300px;
margin-top:15px;
}



#apercu_produit{
width:100%;
padding:15px;
background:#FFF;
margin:15px auto;
}

#apercu_produit #visuel{
display:block;
float:left;
margin-right:15px;
}

#apercu_produit #infos{
display:block;
}

#apercu_produit #infos #titre,
#apercu_produit #infos #description{
text-decoration:none;
color:#2e2e2e;
}

#apercu_produit #infos #titre{
display: inline-block;
margin-bottom:5px;
}