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

/* Structure */

html {
	background-color: #5f6062;
}
body {
	background-color: #5f6062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align:justify;
}

#hd {
	height: 200px;
}

#bd {
	height: 400px;
}

#ft {
	height: 200px;
	color:#343434;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Fonts */

.TEXTE-FR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 16px;
	
}
.TEXTE-EN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #CCCCCC;
}

/* Hyperlinks */

#bd A:link {text-decoration: none; color: #999999;}
#bd A:visited {text-decoration: none; color: #999999;}
#bd A:active {text-decoration: none; color: #999999;}
#bd A:hover {text-decoration: underline; color: #CCCCCC;}



	

