.gallery ul, .gallery li, .categorie ul, .categorie li, .gallery_admin ul, .gallery_admin li {
	margin: 0;padding: 0;
	list-style-type: none;
}

.gallery ul, .categorie ul, .gallery_admin ul {float: left;width: 100%;}

.categorie ul li {
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
	margin: 0 10px 10px 0;
}

.gallery ul li {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 0 20px 10px 10px;
}

.gallery_admin ul li {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 5px 5px 0;
	border: 1px solid black;
	overflow: hidden;
}

.gallery ul li:hover, .categorie ul li:hover, .categorie a:hover, .gallery a:hover {
	background-color: white;
}

.categorie ul li {
   height: auto;
   }

.gallery ul li a, .categorie ul li a, .gallery_admin ul li .gallery ul li a:visited, .categorie ul li a:visited, .categorie a:hover, .gallery a:hover {
	font: 12px arial;
    font-weight: normal;
	text-decoration: none;
}

.gallery a:link img, .categorie a:link img, .gallery a:visited img, .categorie a:visited img, 
.gallery_admin a:link img, .gallery_admin a:visited img  {border: 0;}

.gallery ul img, .categorie ul img, .gallery_admin ul img{vertical-align: middle;}


.gallery span, .gallery em {
	display: none;
}

.gallery a img {
	width:100px; height:75px;
	border:0; margin:5px;
}

.gallery a {
	float:left;
	display: block;
	text-decoration: none;
}

.gallery a:hover {
	position:relative;
}

.gallery a:hover img {
	width:200px; height:150px;
	position:absolute;
	left:-50px; top:-38px;
	border:0;
	border:1px solid #888;
	padding:5px;
	background: #cfcfcf;
	z-index: 50;
}
.gallery a:hover em {
	display: block;
	position: absolute;
	background: #fff;
	left:-39px; top:-27px;
	color: black;
	width: 200px;
	height: 15px;
	text-align: left;
	font: bold 10px Arial;
	opacity: 0.9;
	 -moz-opacity: 0.90;
	z-index: 100;
}

* html .gallery a:hover em {filter: none; opacity: none;}
	
.gallery span {
	position: absolute;
	left:0px; top:16px;
	width: 200px;
	height: 137px;
	background: #fff;
	opacity: 0.9;
	 -moz-opacity: 0.90;
	font: normal 11px Arial;
	z-index: 100;
}
* html .gallery span {	filter: alpha(opacity = 90); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);}

.gallery a:hover em:hover span {
	display: block;
}


.gallery a:hover em span:hover {
	display: none;
}

.didascalia {
	text-align: center;
	line-height: 17px;
	color: #FF6600;
	clear: both;
}

#form_container {
	display: block;
	position: relative;
	width: 400px;
	margin-top: 20px;
	clear: left;
}

#form {
	display: block;
	position: relative;
	margin: 10px 0 0 8px;
	float: left;
}
#formdx {
	display: block;
	position: relative;
	margin: 10px 0 0 0;
	float: right;
}

#form input {border: 1px solid black;}
#form textarea {border: 1px dashed gray;}

#upform_h {
	display: block;
	height: 40px;
	font: normal 18px Arial;
	background-color: #ececec;
	line-height: 35px;
	margin-bottom: 15px;
}

.head {
	display: block;
	height: 40px;
	font: normal 18px Arial;
	color: #FFFFFF;
	background-color: #FF3300;
	line-height: 35px;
	margin: 5px 0 10px 0;
}


