/*-----------------------	Affichage des sous catégories		----------------------*/
.categorie{
	float: left;
	width: 134px;
  	height: 180px;
 	padding: 0;
	margin:  1% 10px;
}
.photocategorie{
	width: 134px;
  	height: 134px;
	text-align: center;
 	padding: 0; 	
 	margin: 0; 
}
.photocategorie a {
	display: block ;
	width: 130px;
  	height: 130px;
	line-height: 130px;
 	vertical-align: middle;
	padding: 0; 	
 	margin: 0; 
	border: 1px solid #C7C3C0;
}

.photocategorie a:hover {
	display: block ;
	width: 130px;
  	height: 130px;
	line-height: 130px;
 	padding: 0; 	
 	margin: 0; 
	border: 1px solid #492A12;
}
.legende{
	width: 132px;	
  	height: 40px;
	margin: 0;
  	padding: 0;
	text-align: center;
	background-color: #fff;
}
.legende a	{
	font-size: 0.8em;
	color: #492A12;
}
.legende a:hover	{
	color: #F75C06;
} 

