/*********************** galerie ***********************************/
.nav_pics li {
	float:left;
}
/* masque pics */
.masque_pics {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/images/masque_photo_m2.png',sizingMethod='scale');
}
html>body .masque_pics {
	background-image: url(/design/images/masque_photo_m2.png);
}
.masque_pics {
	background-image: url(/design/images/masque_photo_m2.png);
}
/* 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: 10px;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
	padding: 28px 2px 9px 2px;
	background: #fff url(/design/images/bt_precedent.gif) no-repeat bottom left;
}
a.bt_photo_precedent:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 28px 2px 9px 2px;
	background: #fff url(/design/images/bt_precedent_on.gif) no-repeat bottom left;
}
.bt_photo_precedent_off, .bt_photo_precedent_off:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #a7a29e;
	text-decoration: none;
	padding: 28px 2px 9px 2px;
	background: #fff 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: 10px;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
	padding: 9px 2px 28px 2px;
	background: #fff url(/design/images/bt_suivant.gif) no-repeat top left;
}
a.bt_photo_suivant:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 9px 2px 28px 2px;
	background: #fff url(/design/images/bt_suivant_on.gif) no-repeat top left;
}
.bt_photo_suivant_off, .bt_photo_suivant_off:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #a7a29e;
	text-decoration: none;
	padding: 9px 2px 28px 2px;
	background: #fff url(/design/images/bt_suivant_off.gif) no-repeat top left;
	
}
/* opacity */
.pics_opacity
{
	filter:alpha(opacity=50); 
	opacity:0.5; 
	-moz-opacity:0.5;
}