@charset "utf-8";
/* CSS Document */
html, body { 
   /*height: 100%;*/
   width:100%; 
}
body {
	background:url(../images/fond2.jpg) repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	/*line-height:12px;*/
	color:#000;
	margin:0px;
  	}
div#page {
	width:1100px;
	height:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}
/*//////////////////////////////////// DEBUT Logo haut de page//////////////*/
div#haut-01 {
	width:300px;
	height:200px;
	float:left;
	background:url(../images/logo.jpg) no-repeat;
}
div#haut-02 {
	width:800px;
	height:200px;
	float:right;
}
/*//////////////////////////////////// FIN Logo haut de page//////////////*/
div#menu-h {
	width:1100px;
	height:40px;
	float:left;
}
div#menu-h-01 {
	width:300px;
	height:40px;
	float:left;
}
div#menu-h-g {
	width:150px;
	height:40px;
	float:left;
}
div#menu-h-d {
	width:150px;
	height:40px;
	float:right;
}
div#menu-h-02 {
	width:388px;
	height:40px;
	float:left;
	background-color:#c2b9ba;
}

div#menu-v {
	width:300px;
	height:128px;
	float:left;
	margin-top:50px;
	margin-bottom:5px;
}
div#menu-v-01 {
	width:150px;
	height:128px;
	float:left;
}
div#menu-v-02 {
	width:150px;
	height:128px;
	float:right;
	background-color:#c2b9ba;
}

div#video {
	width:300px;
	height:223px;
	float:left;
	margin-bottom:5px;
	background-color:#c2baba;
}
div#video-menu-g {
	width:150px;
	height:40px;
	float:left;
}
div#video-menu-d {
	width:150px;
	height:40px;
	float:right;
}
div#lecteur-video {
	width:300px;
	height:188px;
	float:left;
}

div#centre {
	width:1100px;
	height:560px;
	float:left;
}
div#gauche {
	background:url(../images/temp-photo.jpg) top no-repeat; 
	width:300px;
	height:560px;
	float:left;
}
div#droite {
	width:800px;
	height:560px;
	float:right;
}
div#texte {
	width:372px;
	height:552px;
	float:left;
	background-color:#FFF;
	text-align:justify;
	padding: 8px;
}
div#photo {
	width:412px;
	height:406px;
	float:right;
	text-align:justify;
	margin-bottom:45px;
}
div#accroche {
	width:412px;
	height:109px;
	float:right;
}
a.lien-vert {
	text-decoration: none;
	color: #a8a8a7;
	}
a.lien-vert:hover {
	text-decoration: underline;
	color: #000000;
	}
a.lien-vert:active {
	text-decoration: none;
	}


		.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}