
/*Paramètres et couleur de fond*/

body {
 margin: 20px 20px 20px 20px;
 background-color: #000;
 color: #000;


}



/*Paramètres images et autres objets*/

.mentions {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background-color: #000;
	font-weight:bold;
	padding-top:2px;
	text-align:center;

}


.bandeaubas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	background-color: #000;
	font-weight:bold;
	padding-top:2px;
	text-align:center;
 
}







/*Paramètres des liens*/


a:link {
 color: #fff;
 
 text-decoration: none;
}

a:visited {
 color: #fff;

 text-decoration: none;
}

a:hover {
 color: #fff;

 text-decoration: none;
}

a:active {
 color: #fff;
 
 text-decoration: none;
}



/*Paramètres des titres et paragraphes*/










