@charset "UTF-8";

.galerie
{
	text-align:center;
	margin:auto;
}

.galerie .bloc
{
	/* Arrondi pour Mozila */
	-moz-border-radius-bottomleft:25px;
	-moz-border-radius-bottomright:25px;
	-moz-border-radius-topleft:25px;
	-moz-border-radius-topright:25px;

	border:1px solid black;
	float:left;
	margin-bottom:10px;
	margin-left:15px;
	margin-top:10px;
	height:330px;
	width:230px;
}

.galerie .texteInfo
{
	background-color:#FCFCDC;
	width:230px;
	height:15pt;
	overflow:hidden;
}

.galerieBlocMenu
{
	text-align					: center;
	width								: 40%;
	border							: 1px solid black;
	margin							: 10px;
	padding							: 5px;
	height							: 280px;

	
	float:left;
}

.galerieBlocMenu .admin
{
	border-bottom				: 1px solid black;
	margin-bottom				: 3px;
}

#sur_fond
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	visibility: hidden;
	background-color: #000000;
}

#sur_fond_affichage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.gal_view_menu
{
	background-color: white;
	margin-bottom:10px;
	padding:10px;
}
.gal_view_menu a
{
	color:black;
}