/* importation des ecritures*/ 
@font-face {
    font-family: 'BigCaslonMedium';
    src: url('e/bigcaslon/bigcaslon-webfont.eot');
    src: url('e/bigcaslon/bigcaslon-webfont.eot#iefix') format('embedded-opentype'),
         url('e/bigcaslon/bigcaslon-webfont.woff') format('woff'),
         url('e/bigcaslon/bigcaslon-webfont.ttf') format('truetype'),
         url('e/bigcaslon/bigcaslon-webfont.svg') format('svg'),
         url('e/bigcaslon/bigcaslon-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Page Html*/
body {
	background: url(img/bg_all.png) no-repeat fixed center top, black;
	margin: 0;
	font-size: 10px;
	color: #e3e3e3;
}
#main {
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
}
header{
	background: url(img/Bg_nav.png) no-repeat;
	width: 1100px;
	height: 118px;
	z-index: 3;
	position: fixed;
}
#logo{
	margin-top: 9px;
	margin-left: 75px;
	z-index: 1;
}

/* nav_top */
#nav_top {
	display: inline-block;
	float: right;
	margin-right: 193px;
	font-family: BigCaslonMedium;
	margin-top: 25px;
}

#nav_top ul{
	list-style-type: none;
}
#nav_top li{
	display: inline-block;
	margin-left: 15px;
}
#nav_top a{
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 16pt;
	color: #000000;
	text-transform: uppercase;
}
#nav_top a:hover{
	text-shadow: 0 0 7px #8a8570;
	color: #897d61;
}
/* nav Vertical [partenaire]*/
#partenaire{
	background: url(img/Bg_nav_vertic.png) no-repeat scroll;
	position: fixed;
	top: -2px;
	width: 209px;
	z-index: -1;
	clear: both;
	height: 101%;
}
#MAT {

	z-index: 3;
	background: url(img/MAT.png) no-repeat;
	width: 195px;
	height: 92px;
	position: fixed;
	margin-left: 8px;
	margin-top: 116px;
}


/* Footer */
#information{
	width: 686px;
	height: 80px;
	background: url(img/c.png) no-repeat 0 3px rgba(255, 255, 255, 0.53);
	margin-top: 35%;
	z-index: 2;
	float: right;
	opacity: 0.5;
}