p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #black;
	background-color: #FFFFFF;
}

.pluspetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #black;
	background-color: #FFFFFF;
}
	
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
}
	
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	color: #339900;
	font-weight: bold;
}

.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #170080;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #339900;	
}

.titrepetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #3399CC;
}

a {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #339900;
	text-decoration: none;
}

a.interne {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a:link {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #339900;
	text-decoration: none;
}

a:hover {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #339900;
	text-decoration: underline;
}

a:visited {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #339900;
}

a:active {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
}

.titrenouvelle {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

table td{
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

table.bordure {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	background-color: white;
}

table.bordure th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #000000;;
	background-color: white;
}

table.bordure td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #000000;
	background-color: white;
}

 