@charset "utf-8";
html, body {
	height: 100%;
}
body {
	text-align:center;
	background:#005bb0 url(./../images/bg.png) top left repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#globale {
	background:url(./../images/fond.jpg) top center no-repeat;
	width:1010px;
	height:675px;
	margin:0 auto;
	display:block;
	position: relative;
	overflow:hidden;
	text-align: left;
}
#bg {
	width:816px;
	height:auto;
	position: relative;
	margin:0 auto;
	display:block;
}
/* ---------------- BLOC HAUT HEADER --------------- */ 
#drapeau {
	display:block;
	width:80px;
	text-align:right;
	height:30px;
	position:absolute;
	top:15px;
	right:0;
	z-index:600;
}
#header {
	display:block;
	position:absolute;
	height:120px;
	margin-top:30px;
	width:99%;
	z-index:500;
}
#slogan {
	float:left;
	display:block;
	width:200px;
	padding-left:10px;
	color:#FFF;
}
#contact {
	width:300px;
	display:block;
	float:right;
	text-align:right;
	color:#779ec3;
}
#logo{
	float:left;margin-left:20px;width:auto;
}
.num {
	font-weight:normal;
	font-size:36px;
	color:#FFF;
}
/* ---------------- BLOC CENTRE CONTENUE--------------- */ 
#twocol {
	background:url(./../images/fondb.png) top no-repeat;
	background-position:0px 100px;
	display:block;
	padding-top:120px;
	position:relative;
	width:100%;
	height:518px;
}
/* ---------------- FOOTER --------------- */ 
#footer {
	height:30px;
	margin:8px 15px !important;
	width:600px;
	display:block;
}
#menubottom ul {
	list-style-type:none;
	padding-top:10px;
}
#menubottom li {
	display: inline;
}
#menubottom a:link, #menubottom a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 12px;
	text-decoration: none;
	color: #004a8f;
	width:auto;
}
#menubottom a:link.active, #menubottom a:visited.active, #menubottom a:hover {
	text-decoration:underline;
	width:auto;
}
/* ---------------- Float containers fix --------------- */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* ---------------- Float containers fix --------------- */
