﻿/*	STRUCTURE	*/
body
	{
	margin:0 0 0 238px;
	padding:0;
	color:#000;
	font-size:16px;
	font-family:arial, sans-sherif;
	background:#000;
	}
#main
	{
	width:785px;
	height:625px;
	margin:70px 0 0 0;
	padding:0;
	background:#f00 url(gal/mep/coin_droit.png) bottom right no-repeat;
	}
#menu
	{
	position:absolute;
	width:238px;
	margin:-50px 0 0 -238px;
	padding:310px 0 0 0;
	background:url(gal/mep/main.png) top right no-repeat;
	}
#entete
	{
	height:280px;
	padding-left:250px;
	background:url(gal/mep/coin_gauche.png) top left no-repeat;
	}
#contact
	{
	width:785px;
	color:#aaa;
	text-align:right;
	}
/*	CONTENU Structurant	*/
#logo
	{
	display:block;
	text-align:right;
	}
#logo img
	{border:0;}
#img_entete
	{
	float:left;
	margin:0 0 0 -190px;
	border:1px #eee solid;
	}
a
	{
	color:#bbb;
	}
p a:hover
	{
	color:#bbb;
	background:#333;
	}
/*	MENU	*/
#menu li
	{
	width:100%;
	margin:0;
	padding:0 0 2px 0;
	list-style-type:none;
	}
#menu li a
	{
	display:block;
	color:#aaa;
	font-size:1.3em;
	text-decoration:none;
	text-align:center;
	margin:0 0 0 70px;
	padding:5px 5px 5px 10px;
	}
#menu li a:hover, #menu li a.selected
	{
	color:#000;
	background:#f00 url(gal/mep/menu.png) left top repeat-y;
	}
/*	CONTENU Mise en page	*/
h1, h2, h3, h4
	{
	text-align:right;
	margin:-30px 0.8em 0 0;
	padding:0.3em;
	font-family:times, sherif;
	}
p
	{
	text-align:justify;
	margin:0;
	padding:0.3em 2em 0 2em;
	color:#eee;
	font-size:0.9em;
	}
em
	{
	color:#444;
	font-weight:700;
	}

/*	FRESQUE	*/
#container_bottom
	{
	position:absolute;
	top:580px;
	width:600px;
	margin:0 2em 0 2em;
	color:#222;
	font-size:0.8em;
	}
#fresque
	{
	text-align:left;
	position:absolute;
	width:600px;
	height:102px;
	overflow:hidden;
	}
#fresque #fresque_conteneur
	{
	position:absolute;
	width:900px;
	}
#fresque #fresque_conteneur img
	{
	cursor:pointer;
	margin:0 5px 0 0;
	width:110px !important;
	height:100px !important;
	border:1px #999 solid;
	}
#turn_left
	{
	position:absolute;
	z-index:8;
	left:0;
	cursor:pointer;
	}
#turn_right
	{
	position:absolute;
	z-index:8;
	right:0;
	cursor:pointer;
	}
#container_txt
	{
	position:absolute;
	right:-130px;
	top:20px;
	width:100px;
	color:#f77;
	}
	
/*	Affichage zoom	*/

#hidde_page
	{
	display:none;
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	}
#zoom_aff
	{
	display:none;
	position:absolute;
	z-index:11;
	top:80px;
	left:50%;
	margin-left:-250px;
	width:550px;
	height:450px;
	background-color:#fff;
	text-align:left;
	border:1px #f00 solid;
	background-image:url(gal/mep/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	}
html>body #zoom_aff
	{
	position:fixed;
	top:80px;
	}
#zoom_aff_img img
	{
	position:relative;
	margin:0 0 0 0;
	}
#zoom_aff_sui
	{
	position:absolute;
	z-index:11;
	top:20px;
	right:0px;
	cursor:pointer;
	}
#zoom_aff_pre
	{
	position:absolute;
	z-index:11;
	top:20px;
	left:0px;
	cursor:pointer;
	}
#zoom_close
	{
	position:absolute;
	z-index:11;
	top:0px;
	right:0px;
	cursor:pointer;
	}
	
#anim_video
	{display:block;}