/* ******************************************************** 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;
}
/* BT PRECEDENT */
a.bt_photo_precedent {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c51e02;
	text-decoration: none;
	padding: 20px 2px 10px 2px;
	background: #d1dad7 url(/design/images/bt_precedent.gif) no-repeat bottom left;
}
a.bt_photo_precedent:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #adb0af;
	text-decoration: none;
	padding: 20px 2px 10px 2px;
	background: #c51e02 url(/design/images/bt_precedent_on.gif) no-repeat bottom left;
}
a.bt_photo_precedent_off {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c51e02;
	text-decoration: none;
	padding: 20px 2px 10px 2px;
	background: #d1dad7 url(/design/images/bt_precedent_off.gif) no-repeat bottom left;	
}
/* BT SUIVANT */ 
a.bt_photo_suivant {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c51e02;
	text-decoration: none;
	padding: 10px 2px 20px 2px;
	background: #d1dad7 url(/design/images/bt_suivant.gif) no-repeat top left;
}
a.bt_photo_suivant:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d1dad7;
	text-decoration: none;
	padding: 10px 2px 20px 2px;
	background: #c51e02 url(/design/images/bt_suivant_on.gif) no-repeat top left;
}
a.bt_photo_suivant_off {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c51e02;
	text-decoration: none;
	padding: 10px 2px 20px 2px;
	background: #d1dad7 url(/design/images/bt_suivant_off.gif) no-repeat top left;
}
/* SOUS MENU RECHERCHE AVANCEE */ 
.form_phototheque, .form_phototheque_off {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #c51e02;
	text-decoration: none;
	padding-left:3px;
	border : 1px solid #bab6b6;
	background-color: #fff6e7;
}
.form_phototheque_off {
	color: #767676;
	background-color: #dfdfdf;
}