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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color : #4B2850;
	background : url(images/fond.jpg);
}
a {	
	color: #096192; text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-weight: normal;}


a:hover {		
	color: #641575;
	text-decoration: underline;
	background-color: #B6F08F;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;}
	
a:visited    {
	color: #197906;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;}
		
div	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;		
	}		
h1 
{
  font-size : 150%; 
  font-family :  Arial, Helvetica, sans-serif;
  color : #39516F; 
  text-align: center;
}

h2 
{
  font-size : 14px; 
  font-family :  Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color : #841B22; 
  text-align: justify;
}

.cacher, h1 {
	display: none;
}
.souligne {
	text-decoration: underline;
	}
.font-size 
{
  font-size : 12px; 
}
.justify 
{
 text-align: justify;
}