TD {
	background: #000000;
	color : #CCCCCC;
	font-family : Arial;
	font-size: 12px;
}

H2 {
	font-size: 24px;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: #CCCCCC;
; text-decoration: none
}

A:Hover {
	color: #FFFFFF;
; text-decoration: underline
}

HR {
	height: 1pt;
}

BODY { 
	color : #FFFFFF;
	font-family : Arial;
	font-size: 12px;
	background : Gray;
 }
 
 .color {  background-color: #990000; color: #FFFFFF; background-position: center center}
.color2 {  background-color: #FFFFFF}
.td_gris {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #333333; border-top-width: thin}
.titre {  font-family: Arial, Helvetica, sans-serif; font-size: 18px}
.sous_titre {  font-family: Arial, Helvetica, sans-serif; font-size: 14px}

p.justify {
		background: #000000;
	color : #CCCCCC;
	font-family : Arial;
	font-size: 12px;
		text-align : justify;
		padding : 0px 10px 0px 0px;
}

table.cadre {
border-style:solid; 
border-width:1px; 
border-color: Gray;
border-collapse:collapse;
 padding-bottom : 4px;
 padding-left : 4px;
 padding-right : 4px;
 padding : 4px;
 background : Gray;
 font-size: 18px;
}

td.cadre { 
border-style:solid; 
border-width:1px; 
border-color: #333333;
border-collapse:collapse;
 padding-bottom : 4px;
 padding-left : 4px;
 padding-right : 4px;
 padding : 4px;
 background : #333333;
 font-size: 18px;
}