@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	margin-top:0;
	margin-left:0;
	padding-top:0;
	padding-left:0;
	text-align: center;
}

.header {
	background-image:url(header.png);
	background-repeat:no-repeat;
}

.background_body {
	background-image:url(background_body.png);
	background-repeat:repeat-y;
}

#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 1002px;
	height: 549px;
	margin-top: -275px; /* moitié de la hauteur */
	margin-left: -501px; /* moitié de la largeur */
	z-index: 1;
}

#menu_header {
	position:absolute;
	width:717px;
	height:19px;
	margin-right:40px;
	top: 53px;
	z-index: 11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e4a333;
	left: 143px;
     }
	 
#lang_fr {
	position:absolute;
	width:113px;
	height:26px;
	margin-right:40px;
	top: 49px;
	z-index: 25;
	left: 168px;
	visibility: inherit;
     }
	 
#main_frame {
	position:absolute;
	width:681px;
	height:462px;
	margin-right:40px;
	top: 87px;
	z-index: 11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	left: 160px;
	text-align: justify;
}

#cig {
	position:absolute;
	width:300px;
	height:238px;
	margin-right:40px;
	top: 80px;
	z-index: 15;
	left: 372px;
}

#cig2 {
	position:absolute;
	width:375px;
	height:271px;
	margin-right:40px;
	top: 179px;
	z-index: 15;
	left: 282px;
}

a:link {
	color:#e4a333;
	text-decoration: none;
	font-size:13px;
}
a:visited {
	color:#e4a333;
	text-decoration: none;
}
a:hover {
	color:#1027c6;
	font-weight:bold;
	text-decoration: non;
	font-size:14px;
}
a:active {
	color:#FFFFFF;
	text-decoration: none;
}
