/** ------------------------   POSITIONING   ------------------------ **/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-color: #ECEFF2;
}



/**--------- POSITION CENTRE AVEC BACKGROUND ---------**/

#global {
	MARGIN-TOP: 0px; 
	LEFT: 50%; 
	MARGIN-LEFT: -469px; 
	WIDTH: 938px;  
	POSITION: absolute; 
	HEIGHT: 820px; 	
}

#logo {
	background-image: url(image/logo.jpg);
	position: absolute;
	height: 121px;
	width: 262px;
	background-repeat: no-repeat;
	top: 300px;
	right: 338px;
}

#contenu {
	position: absolute;
	height: auto;
	width: auto;
	top: 475px;
	right: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #241C1C;
}

#contenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #241C1C;
	text-decoration: underline;
	list-style-type: none;
}

#contenu2 {
	position: absolute;
	height: auto;
	width: auto;
	top: 475px;
	right: 285px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #241C1C;
}

