/** Css pour rubriques et services **/
#liste_rubriques{
	height:auto !important;
	min-height:500px;
	padding-left:100px;
	
}

.rubrique_bloc{
float:left;
height:220px;
margin:5px;
width:222px;
}

.rubrique_bloc_titre{
font-size:0.8em;
text-align:center;
text-decoration:none;
text-transform:lowercase;
width:200px;
}

.rubrique_bloc_photo {text-align:center;width:200px; height:160px; margin-bottom:5px;}

#liste_services{padding-left:100px;}

.rubrique_bloc_titre a {text-decoration:none; color:#18a0b6;}
.rubrique_bloc_titre a:hover {color:#F3991B; border-bottom:1px dotted #F3991B;}

.service_bloc{
float:left;
width:222px;
height:220px;
margin:5px;
}
.service_bloc_img{ text-align:center; width:200px; margin-bottom:5px;}
.service_bloc_titre{
font-size:0.8em;
width:200px;
text-align:center;
text-transform:lowercase;
text-decoration:none;
}

.service_bloc_titre a {text-decoration:none; color:#18a0b6;}
.service_bloc_titre a:hover { color:#F3991B; border-bottom:1px dotted #F3991B;}


.service_bloc_titre:first-letter {text-transform:capitalize;}


.clear {clear:both;}
