/* ******************************************************** GESTION DES FIELDSET ********************************** */
.box_fieldset {
	border: 1px solid #666;
	padding:5px;
	}
.box_legend
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #333;
	margin: 0 0 7px 60px;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
}

/*********************** galerie ***********************************/
.xs2 {
	border: 2px solid #E2EAE9;
}

/* lien sur la mignature */
ul#galery {
	float: left;
	list-style: none;
	margin: 8px 0 8px 0;
	padding: 0;
}
ul#galery li {
	margin: 2px 2px 0 0;
	padding: 0;
	float: left;
	display: inline;
	width: 115px;
	text-align:center;
}

a.menu_phototheque_lettre {
	display: block;
	width:110px;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	background-color: #f4f4f4;
	padding: 2px;
}
a.menu_phototheque_lettre:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #f60;
}
a.menu_phototheque_lettre_on, a.menu_phototheque_lettre_on:hover  {
	display: block;
	width:110px;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #f60;
	padding: 2px;
	filter:Alpha(opacity=80);
	opacity:0.8;
	-moz-opacity: 0.8;
}