
	/* --- GENERAL --- */
	html, body {
		margin: 0;
		padding: 0;
		height: 100%;
		text-align:center;
		background-image: url("../img/background.gif");
		background-repeat: no-repeat;
		background-position: 50% 0; 
		font-family:Verdana,Arial,sans-serif;
		background-color:#6c9fdd;
		font-size:11px;
	}
	



	/* --- BLOC CONTENEUR GLOBAL --- */
	div#page {
		position: relative;
			/* permet au bloc de servir de referent pour
			   ses descendants positionnes en absolu */
		width: 600px;
		height:100%x;
		
		margin: 0 auto;
		min-height: 60%;

	}




/* --- PIED DE PAGE --- */
	div#piedpage {
		border: 0px solid #00ff00;
		position: absolute;
		bottom: 0; 
		left: 0;
		width: 130%!important;/*MOZ*/
		width: 125%;
		top:120%!important;/*MOZ*/
		top:100%;
		text-align:right;
	}

	
	div#piedpage img {
	margin:0;
	padding:0;
	}

	



/*	div#dernier-element {
	visibility: hidden;
	}*/
	

	
	div.header {
	position:relative;
	left:-15px;
	border: 0px solid #00ff00;
	padding-top:30px;
	text-align:center;
	margin:0 0 -30px -150px;
	}

	div.nav {
	position:relative;
	top:-55px;
	left:330px;
	display:inline;
	margin:0px;
	padding:0px;
	}
	
	div.nav img {
	height:20px;
	margin:0 0 0px 0;
	
	}

	
	div.links {
	height:30px;
	width:630px;
	}
	
	table {
	margin-top:10px;
	left:-10px;
	position:relative;
	width:100%;
	border: 0px solid #00ff00;
	font-size:11px;
	}
	table tr td.fr {width:150px;}
	table tr td.nl {width:170px;}
	table tr td.en {width:190px;}
	table tr td {
	width:180px;
	margin: 0 10px 0 0;
	vertical-align:top;
	line-height:120%;
	color:#3c6eab;
	
	padding:0 10px 0 0;
	text-align:left;
	}



table tr td a {
color:#3c6eab;
}
	
/* ****** LOADING *** */
#prepage {

position:absolute;
font-size:12;
left:0px;
top:0px;
color:#ffffff;
background-color:#98bce7;
layer-background-color:#98bce7;
height:100%;
width:100%;
}

#prepage div {
margin-top:20%;
width:100%;
text-align:center;
font-weight:bold;
padding:0px;

}




/* ########## FLASH PAGE #############*/

	body.swf {
			background-image: url("../img/bgco2.gif");
		background-repeat: no-repeat;
		background-position: 50% 0;
/*	background-image: url("img/co2bg.jpg");
	background-repeat: repeat-x;
	background-position: top left; */
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#6C9FDD;
	text-align: center;
	
		}


#content {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background-color:#6C9FDD;
	border: 2px solid #a1c2e9;
	text-align:left; /* part 2 of 2 centering hack */
	width: 1000px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 950px;
	}
	
html>body.swf #content {
	width: 950px; /* ie5win fudge ends */
	}
div.to a,
	a.back {
	color:#cfe3fb;
	}
	
	div.back {
	font-size:10px;
	position:relative;
	top:5px;}
	
	div.to {
	
	font-size:10px;
	color:#cfe3fb;
	position:relative;
	top:-15px;
	}
