body {
	background-color: #ffe370;
	font-family: 'Optima', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	margin: 0px;
	padding: 0px;
}

div.menu_bg {
	background: transparent url(images/background_menu.png) no-repeat scroll center;
    position:absolute;
	top:0px;
	left:50%;
	width:800px;
	height:180px;
	margin-top:0px;
	margin-left:-400px;
	padding:0px;
    z-index: 1;
}

div.menu { 	background: transparent no-repeat scroll center;
	position: absolute;
	top: 141px;
	height: 20px;
	left:50%;
	margin-top:0px;
	margin-left:-400px;
	padding:0px;
    z-index: 2;
}
div.menu_on { 	background: transparent no-repeat scroll center;
	position: absolute;
	top: 141px;
	height: 20px;
	left:50%;
	margin-top:0px;
	margin-left:-400px;
	padding:0px;
    z-index: 3;
    visibility: hidden;}


a.menu_link { 	display: block;
	position: absolute;
	top: 141px;
	left: 50%;
	margin-top: 0px;
	margin-left:-400px;
	padding: 0px;
	height: 20px;
    z-index: 4;
}

a:link {
	color: #0d4b99;
}

a:visited {
	color: #0d4b99;
}

a:hover {
	color: #ac2c21;
}

div.main_text {
    position:absolute;
	top:170px;
	left:50%;
	width:600px;
	margin-top:0px;
	margin-left:-300px;
	padding:20px;
    z-index: 1;
	font-family: 'Optima', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-size: 13px;
	text-align: justify;
}

h1 {
	color: #0d4b99;
	font-family: 'Optima', 'HelveticaNeue-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0pt; 
	padding-bottom: 0pt;
	text-align: center;
}

b {
	color: #0d4b99;
	font-weight: bold;
}

img {
    border: none;
}

div.onglets {
	background: url(images/onglet-bg.png) repeat-y;
	position: relative;
	width: 620px;
	top: 0px;
	left: 0px;
	margin-left: 0px;
}

div.onglet-link {
	position:absolute;
	clear: both;
	display: block;
	width: 200px;
	height: 36px;
	z-index: 4;
}

div.onglet {
	position:absolute;
	clear:both;
	display:block;
	width: 620px;
	top: 0px;
	text-align: left;
	z-index: 1;
	background: url(images/onglet-bg.png) repeat-y;
}

div.onglet-tete {
	width: 620px;
	height: 45px;
	z-index: 1;
	background: transparent no-repeat scroll center;
}

div.onglet-ventre {
	width: 560px;
	text-align : justify;
	margin-left: 20px;
}

div.onglet-pied {
	clear:both;
	display:block;
	height: 40px;
	background: url(images/onglet-pied.png) no-repeat;
}

div.presse {
	background: transparent no-repeat scroll center;
	position:absolute;
	clear:both;
	display:block;
	left: 50%
	margin-left: -490px;
	width: 980px;
	top: 0px;
	text-align: left;
	z-index: 1;
}

div.presse-link {
	position:absolute;
	clear: both;
	display: block;
	width: 320px;
	height: 40px;
	z-index: 4;
}

div.stat {
    position:absolute;
	top:10px;
	left:50%;
	width:100px;
	margin-top:0px;
	margin-left:-50px;
	padding:0px;
    z-index: 0;
    visibility: hidden;}


