@charset "UTF-8";

html, body {
margin:0;
padding:0;
height: 100%;
width: 100%;
background-color: #A2A092;
}
#arriere{
/* l'image occupe toute la place du body */
width : 100%;
height: 100%;
}
.sxmweb {
	font-family: Arial;
	font-size: 10px;	
	color: #554F4F;
	text-align: justify;
}
.sxmweb:link {text-decoration: none; color: #554F4F;}
.sxmweb:visited {text-decoration: none; color: #554F4F;}
.sxmweb:hover {text-decoration:  none;   color: #ccffff;}

.texte {
	font-family: Arial;
	font-size: 10px;	
	color: #554F4F;
	text-align: justify;
}

.texte2 {
	font-family: Arial;
	font-size: 11px;	
	color: #554F4F;
	text-align: justify;
}

.texte3 {
	font-family: Arial;
	font-size: 12px;	
	color: #554F4F;
	text-align: justify;
	font-weight: bold;
}
.texte4 {
	font-family: Arial;
	font-size: 14px;	
	color: #ccffff;
	text-align: justify;
	font-weight: bold;
}
.titre {
	font-family: Arial;
	font-size: 14px;	
	color: #554F4F;
	text-align: justify;
	font-weight: bold;
}

.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;}

.textp {
	font-family: Arial;
	font-size: 10px;	
	color: #ffffff;
	text-align: justify;
	font-weight: lighter;
}
.text {
	font-family: Arial;
	font-size: 11px;	
	color: #554F4F;
	text-align: justify;
}
.text:link {text-decoration: none; color: #554F4F;}
.text:visited {text-decoration: none; color: #554F4F;}
.text:hover {text-decoration:  none;   color: #ccffff;}

#img_fond{
background-image:url('images/fond_bas_r2_c2.jpg'); 
background-repeat: no-repeat; 
width : 100%;
height: 100%;

}

.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #554F4F;
	text-align: justify;
}