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

html, body {
margin:0;
padding:0;
height: 100%;
width: 100%;
}
#arriere{
/* l'image occupe toute la place du body */
width : 100%;
height: 100%;
}
.Style3 {font-size: 12px; text-align: justify; font-weight: bold; font-family: Arial;}
.Style4 {font-size: 11px; text-align: justify; font-family: Arial;}
.Style5 {color: #333333; }

.ENTRER {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;	
	color: #ffffff;
}
.ENTRER:link {text-decoration: none; color: #ffffff;}
.ENTRER:visited {text-decoration: none; color: #ffffff;}
.ENTRER:hover {text-decoration:  none;   color: #fb0082;}

.ENTRER2 {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;	
	color: #ffffff;
}
.ENTRER2:link {text-decoration: none; color: #ffffff;}
.ENTRER2:visited {text-decoration: none; color: #ffffff;}
.ENTRER2:hover {text-decoration:  none;   color: #ccffff;}

.textp {
	font-family: Arial;
	font-size: 10px;	
	color: #ffffff;
	text-align: justify;
	font-weight: lighter;
}