body{
	width:100%;
	height:100%;
	background:url(../img/common/font_background.jpg);
}

*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.cb{
	clear:both;
}

#container_prime{
	margin:0 auto;
	position:relative;
}

@font-face {
	font-family: 'ZagRegularRegular';
	src: url('../typo/zag_regular-webfont.eot');
	src: local('?'), url('../typo/zag_regular-webfont.woff') format('woff'), url('../typo/zag_regular-webfont.ttf') format('truetype'), url('../typo/zag_regular-webfont.svg#webfontUEtUqGwB') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ZagBoldRegular';
	src: url('../typo/zag_regular-webfont.eot');
	src: local('?'), url('../typo/zag_regular-webfont.woff') format('woff'), url('../typo/zag_regular-webfont.ttf') format('truetype'), url('../typo/zag_regular-webfont.svg#webfontUEtUqGwB') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: 'ZagBoldRegular';
	src: url('../typo/zag_bold-webfont.eot');
	src: local('?'), url('../typo/zag_bold-webfont.woff') format('woff'), url('../typo/zag_bold-webfont.ttf') format('truetype'), url('../typo/zag_bold-webfont.svg#webfont0NCD3FaK') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* HEADER */

#header{
	margin:0 auto;
	padding-top:20px;
	width:1024px;
	height:350px;
	background:url(../img/common/fond_haut.png) top no-repeat;
}

#title{
	width:200px;
	height:70px;
	margin:10px 10px 0 5px;
	float:left;
	text-align:right;
	position:absolute;
}

#title p{
	color:#838da8;
	font-size:20px;
	font-weight:bolder;
	margin:0px;
	padding:0;
	font-family:"ZagBoldRegular", Helvetica, sans-serif;
	position:relative;
	bottom:10px;
	right:2px;
}

.titre-page{
	color:#524c4c;
	font-size:34px;
	font-weight:bolder;
	margin:0px;
	padding:0;
	font-family:"ZagBoldRegular", Helvetica, sans-serif;
}

#menu{
	width:600px;
	height:60px;
	margin:25px 10px 4px 0;
	float:right;
}

#menu ul {
	float:left;
	display:block;
}

#menu ul li{
	margin:0 8px; padding:0;
	display:block;
	text-align:center;
}

#menu ul li a{
	text-decoration:none;
	color:#524c4c;
	font-size:20px;
	font-family:"ZagBoldRegular", Helvetica, sans-serif;
}
a.link_header{
	text-decoration:none;
}
a:hover.link_header{
	text-decoration:underline;
}
#menu ul li p{
	width:75px;
	margin:4px 0px;
}

#menu ul li p a{
	text-decoration:none;
	color:#838da8;
	font-size:11px;
	margin:0;
	font-weight:400;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu ul p a:hover{
	color:#020202;
}

#menu ul li a:hover{
	color:#020202;
}
#menu ul li a.active, #menu ul p a.active{
	color:#020202;
}

/* Style liste */

#banniere{
	width:1022px;
	height:265px;
	margin:6px 0;
	background:url(../img/common/font_banniere.png) no-repeat;
}

#banniere_text{
	width:520px;
	height:160px;
	font-size:17px;
	color:#fff;
	margin:45px;
	float:left;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:25px;
}

#banniere_text a{
	color:#838da8;
}

#banniere_img{
	width:325px;
	height:200px;
	background:url(../img/common/img_profil.png);
	margin:6px 40px;
	float:right;
}


/* BASE */

#base_container{
	width:990px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
	position:relative;
	bottom:35px;
}

/* FOOTER */

#footer{
	width:100%;
	height:46px;
	position:absolute;
	margin-top:-5px;
	background-color:#524C4C;
	margin-top:5px;
}
#img_footer{
	width:100%;
	height:51px;
	margin-top:-5px;
	background:url(../img/common/footer_font.jpg) no-repeat top;
	position:absolute;
}


#footer_container{
	width:1010px;
	height:50px;
	margin:0 auto;
}

/* footer_copyright */

#footer_copyright{
	width:750px;
	height:20px;
	margin:15px 0;
	float:left;
	text-align:center;
}

#footer_copyright ul li{
	margin:5px 14px; padding:0;
	float:left;
	display:block;
}

#footer_copyright ul li a{
	text-decoration:none;
	color:#c6c7c8;
	font-size:11px;
	display:block;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer_copyright ul li a:hover{
	color:#FFF;
}

/* footer_logo */

#footer_logo{
	width:250px;
	height:25px;
	margin:10px 0;
	float:right;
	text-align:center;
}

#footer_logo a{
	margin:10px 0 0px 0;
	padding:0;
	float:left;
	position:relative;
	left:20px;
	color:#c6c7c8;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer_logo a.link{
	margin:4px 0 0px 0;
	padding:0;
	float:left;
	position:relative;
	left:20px;
	color:#c6c7c8;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer_logo img{
	border:none;
}

