/* CSS
--------------------------------------------------*/

body {
	
	background-color: #333333;
	margin: 0;
	padding: 0;
}

 body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin: 0;
	padding: 0;
}   

body,td,th {
	font-family: Arial;
	font-size: 10pt;
}





/* liens */
a:link {
	font-family: Arial;
	font-size: 10pt;
	color: #0FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
a:active {
	color: #00FF00;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}
a:visited {
	color: #FF00FF;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}


/* marge du haut du cadre titre  */
.Style2 {font-size: xx-small}

/* bordure des images */


 




.titre1 {
	font-size: 15pt;
	color: #E6E6DD;
	line-height: 17pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: 0px;
}


.titre2 {
	font-size: 12pt;
	color: #E6E6DD;
	line-height: 17pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: 0px;
}

.titre3 {
	font-size: 10pt;
	color: #E6E6DD;
	line-height: 17pt;
	font-weight: bold;
	margin: 5;
	padding: 5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 5px;
}


.nota {
	font-size: 10pt;
	color: #E6E6DD;
	margin: 0;
	padding: 0;
	font-family: Arial;
	text-align: center;
	}

.ann {
	font-size: 10pt;
	color: #E6E6DD;
	line-height: 17pt;
	font-weight: bold;
	margin: 5;
	padding: 5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-left: 5px;
}

	

	
