#contenu_categorie {
	float: left;
	width: 920px;
	margin: 20px 30px 0 30px;
	display: inline;
	padding: 0 0 20px 0;
}
#contenu_categorie .photo_categorie {
	float: left;
	width: 230px;
	margin: 0 0px 0 0;
	display: inline;
	text-align: center;
}
#contenu_categorie .texte_presentation_categorie {
	float: left;
	width: 690px;
}
#contenu_categorie .texte_presentation_categorie .titre_categorie {
	float: left;
	width: 690px;
}
#contenu_categorie .texte_presentation_categorie  h1.titre_categorie {
	font-size: 30px;
	color: #587097;
	margin: 0 0 30px 0;
}
#contenu_categorie .texte_presentation_categorie .texte_categorie {
	float: left;
	width: 670px;
	margin: 0 0 30px 20px;
	display: inline;
	text-align: justify;
}
#contenu_categorie .texte_presentation_categorie .encart_presentation_gammes {
	float: left;
	width: 670px;
	margin: 0 0 0 20px;
	display: inline;
	text-align: justify;
}
.encart_presentation_gammes ul.listes_gammes {
	float: left;
	width: 670px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.listes_gammes li  {
	float: left;
	width: 140px;
	margin: 0 15px 0 0;
	display: inline;
}
ul.listes_gammes li .encart_gamme {
	float: left;
	width: 120px;
	height: 220px;
	padding: 10px;
	/*background-color: #8090b1;*/
	/* border: 2px #e6e6f0 solid; */
}
.encart_gamme .photo_gamme {
	float: left;
	width: 120px;
	margin: 0 0 10px 0;
}
.encart_gamme  .photo_gamme a img {
	border: 0;
}
.encart_gamme .titre_gamme {

	text-align: left;
}
.encart_gamme .titre_gamme a {
	font-size: 12px;
	color: #8090b1; /* #ffffff; */
	text-decoration: none;
}
.encart_gamme .titre_gamme a:hover {
	text-decoration: underline;
}

.encart_presentation_gammes ul li a {
	color: #587097;
}