/* ******************************************************** GESTION LIENS NAVIGATION ********************************** */
.lien_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a.lien_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border: 1px solid #666;
	padding: 0px 6px;
}
a.lien_nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: 1px solid #d10907;
	background-color: #d10907;
	padding: 0px 6px;
}
.lien_nav_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: 1px solid #d10907;
	background-color: #d10907;
	padding: 0px 6px;
}
/*********************** galerie ***********************************/
.xs {
	border: 3px solid #fff;
}
.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_0, a.menu_phototheque_lettre_1, a.menu_phototheque_lettre_2 {
	display: block;
	width:110px;
	height:130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	padding: 2px;

	filter:Alpha(opacity=80);
	opacity:0.8;
	-moz-opacity: 0.8;
	
}
a.menu_phototheque_lettre_0:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #894691;

	filter:Alpha(opacity=100);
	opacity:1;
	-moz-opacity: 1;

}
a.menu_phototheque_lettre_0_on, a.menu_phototheque_lettre_0_on:hover  {
	display: block;
	width:110px;
	height:130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #894691;
	padding: 2px;
}
a.menu_phototheque_lettre_1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #bacd1f;

	filter:Alpha(opacity=100);
	opacity:1;
	-moz-opacity: 1;

}
a.menu_phototheque_lettre_1_on, a.menu_phototheque_lettre_1_on:hover  {
	display: block;
	width:110px;
	height:130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #bacd1f;
	padding: 2px;
}
a.menu_phototheque_lettre_2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #0099ff;

	filter:Alpha(opacity=100);
	opacity:1;
	-moz-opacity: 1;

}
a.menu_phototheque_lettre_2_on, a.menu_phototheque_lettre_2_on:hover  {
	display: block;
	width:110px;
	height:130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #0099ff;
	padding: 2px;
}
