.body {
	
	background-image: url(../interface/bg.jpg);
 background-repeat:no-repeat;        
background-attachment:fixed; 

}


a:link {
	color: #FA9A59;
}
a:visited {
	color: #FA9A59;
}
a:hover {
	color: #FF5533;
}
a:active {
	color: #FA9A59;
}
.textbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
        text-align: justify;
	color: #8F8E8C;

}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #993300;
}
#contenu{
	  position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -200px; /* moitié de la hauteur de l'image */
     margin-left: -380px; /* moitié de la largeur de l'image */
 } 
 
