/* CSS Document */
Body	{
	FONT-FAMILY: Arial;
	FONT-SIZE: 18px;
	TEXT-DECORATION: none;
	background-color: #dcdcdc;
	}
	
A
	{
	    COLOR: #FF9966;
	    FONT-FAMILY: Arial;
	    FONT-SIZE: 15px;
	    TEXT-DECORATION: none;
	    FONT-WEIGHT: bold;	
	}

A:hover
	{
	    COLOR: #000000;
	    FONT-FAMILY: Arial;
	    FONT-SIZE: 15px;
	    TEXT-DECORATION: none;
	    FONT-WEIGHT: bold;
	    BACKGROUND-COLOR: none;
	}

.corps_centre { font-family: Arial; color: #000000; font-size: 9pt; text-align: center; 
               margin: 0 4 }
.corps_justifie { font-family: Arial; color: #000000; font-size: 10pt; text-align: justify; 
               margin: 0 4 }
.corps_gauche { font-family: Arial; color: #000000; font-size: 10pt; text-align: left; 
               margin: 0 4 }
.corps_droite { font-family: Arial; color: #000000; font-size: 10pt; text-align: right; 
               margin: 0 4 }
.infoslegales { font-family: Comic Sans MS; color: #000000; font-size: 7pt; text-align: center; 
               margin: 0 4 }
.encadre_photo {
	border: 2px solid #000000;
	margin: 0 4;
}			   
h1           { font-family: Arial; font-size: 12pt; color: #666666; font-weight: bold;
               text-align: center; margin: 0 4; font-style: normal }
h2           { font-family: Arial; font-size: 16pt; color: #666666; font-weight: bold;
               text-align: center; margin: 0 4 10 0}
h3           { font-family: Arial; font-size: 15pt; color: #666666; font-weight: bold;
               text-align: center; margin: 0 4 }
