body{
		line-height:1em;
}

dl.gallery{
	border: 1px solid #000;
	/* background-color: #ddd; */
	width: 89px;
	height: 106px;
	text-align: center;
	float: left;
	margin: 10px;
	padding: 0px;
}
.gallery dt{
	/* font-weight: bold; */
	/*font-size: 0.7em;*/
	background-color:#fff;
	/* color: #006699; */
}

.gallery img {
	border:0px solid yellow;
	width:89px;
	height:50px;
	/* width:111px; */
/* 	height:62px; */
}
.gallery dd  {
	margin: 0px;
	padding: 0px;
}
#pave1 {
	background-color:white;
	text-align:center;
	width:550px;
	border: 1px solid #000;
}
.categorie {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.8em;*/
	display: block;
	width: 140px;
	/*background-color: #f0f0f0;*/
	/*border : 1px solid gray;*/
	/*color:#8c8c8b;*/
	color:#c76d00;
	font-weight:800;
}
.categorie:hover {
	background-color: #fff;
	/* border-top : 1px solid #ccc; */
	color: #a43d3a;
}
.categorie div {
	display: none;
}
/*.categorie:hover div {
	font-weight:500;
	display: block;
	background-color: #FFFFFF;
	font-size: 0.8em;
	color: #000;
}*/
.categorie a {
	 /*color:black;*/
	 text-decoration:none;
	 /*color:#a43d3a;*/
	  color:#c76d00;
	 font-weight:800;
	 background-color: #fff;
	/* border-top : 1px solid #ccc; */
	color: #a43d3a;
}
.categorie a:hover {
	text-decoration:underline;
	/* background-color:#f0f0f0; */
}
.categorie div a {
	 /*color:black;*/
	 text-decoration:none;
	 color:#666;
	 font-weight:400;
	 border-top : 0px solid #ccc;
}


