html, body {
margin:0;
padding:0;
height: 100%;
width: 100%;
}
#arriere{
/* l'image occupe toute la place du body */
width : 100%;
height: 100%;
}


.titre { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #cccccc;
	text-decoration: none;

}


.normal {
	font-family: Verdana, Arial , sans-serif;
	font-size: 7pt;
	color: #999999;
	text-align: justify;
	text-decoration: none;
}
a.normal:link {text-decoration: none; font-size: 7pt; color: #999999;}
a.normal:visited {text-decoration: none; font-size: 7pt; color: #999999;}
a.normal:hover {text-decoration: underline; font-size: 7pt; color: #999999;}
a.normal:active {text-decoration: none; font-size: 7t; color: #999999;}



.texte {
	font-family: Verdana, Arial , sans-serif;
	font-size: 7px;
	color: #ffffff;
	text-align: justify;
	text-decoration: none;
}
a.texte:link {text-decoration: none; font-size: 7px; color: #ffffff;}
a.texte:visited {text-decoration: none; font-size: 7px; color: #ffffff;}
a.texte:hover {text-decoration: none; font-size: 7px; color: #ffffff;}
a.texte:active {text-decoration: none; font-size: 7px; color: #ffffff;}



