/*
**************** ZONE GALERIE ET GALERIE
*/
div#contenu_galerie
{
	display:			none;
}
div#galerie_images
{
	position:			relative;
	z-index:			10;
	top:				0;
	left:				0;
	
	margin:				0;
	border:				0;
	padding:			0;
	
	height:				530px;
	width:				522px;
	overflow:			hidden;
}
div#galerie_images div.galerie_image
{
	position:			absolute;
	margin:				0;
	padding:			0;
	overflow:			hidden;
}
div#galerie_images div#galerie_image01
{
	z-index:			10;
	top:				5px;
	left:				14px;

	height:				140px;
	width:				129px;
	overflow:			hidden;
}
div#galerie_images div#galerie_image02
{
	z-index:			40;
	top:				48px;
	left:				145px;
	
	height:				175px;
	width:				180px;
	overflow:			hidden;
}
div#galerie_images div#galerie_image03
{
	z-index:			30;
	top:				3px;
	left:				348px;
	
	height:				174px;
	width:				167px;
	overflow:			hidden;
}
div#galerie_images div#galerie_image04
{
	z-index:			20;
	top:				200px;
	left:				240px;
	
	height:				268px;
	width:				269px;
	overflow:			hidden;
}
div#galerie_flash
{
	position:			absolute;
	z-index:			20;
	top:				0;
	left:				0;
	
	margin:				0;
	border:				0;
	padding:			0;
	
	height:				490px;
	width:				522px;
	overflow:			hidden;
}
div#galerie_controle
{
	position:			absolute;
	z-index:			30;
	bottom:				20px;
	right:				0;
	
	margin:				0;
	border:				0;
	padding:			0;
	
	height:				100px;
	width:				150px;
	overflow:			hidden;
}
div#galerie_controle a.controle_bouton,
div#galerie_controle div.controle_bouton
{
	display:			block;
	
	position:			absolute;
	z-index:			40;
	
	margin:				0;
	border:				0;
	padding:			0;
	
	overflow:			hidden;
	
	background-color:	transparent;
	background-image:	url(../../media/image/btn_galerie.gif);
	background-repeat:	no-repeat;
}
div#galerie_controle a#controle_precedent
{
	top:				34px;
	left:				22px;
	
	margin:				0;
	border:				0;
	padding:			28px 0 0 28px;
	
	height:				0;
	width:				0;
	
	background-position:0 0;
}
div#galerie_controle a#controle_precedent:hover
{
	background-position:0 -28px;
}
div#galerie_controle div#controle_affichage
{
	top:				25px;
	left:				50px;
	
	margin:				0;
	border:				0;
	padding:			10px 0 0 0;
	
	height:				26px;
	width:				36px;
	
	background-position:-56px 0;
	
	font-size:			0.85em;
	text-align:			center;
}
div#galerie_controle a#controle_suivant
{
	top:				10px;
	left:				82px;
	
	margin:				0;
	border:				0;
	padding:			28px 0 0 28px;
	
	height:				0;
	width:				0;
	
	background-position:-27px 0;
}
div#galerie_controle a#controle_suivant:hover
{
	background-position:-27px -28px;
}
div#galerie_legende
{
	position:			absolute;
	z-index:			30;
	bottom:				-20px;
	right:				0;
	
	margin:				0;
	border:				0;
	padding:			0;
	
	height:				70px;
	width:				300px;
	overflow:			hidden;
	
	font-size:			0.85em;
	text-align:			center;
}
div#galerie_liste
{
	display:			none;
}