body {
margin:0;
padding:0;
text-align:center;
background:#004488;
}
#page {
width:800px;
margin-left:auto;
margin-right:auto;
padding:5px 10px 5px 10px;
background:#1E2A63;
text-align:left;
color:#FFFFFF; 
}
a:link {
color:#FFFFFF;
text-decoration:none
}
a:visited {
color:#FFFFFF;
text-decoration:none;
}
a:active {
color:#FFFFFF;
text-decoration:none;
}
a:hover {
color:#d1af7a;
text-decoration:underline;
}
/* Paragraphe Arial 10 pt, première ligne avec marge 1,5 cm, espacement lignes 0,6 cm */
p.Mar-A-10 {
text-indent:1.5cm;
font-family:Arial;
font-size:10pt;
line-height:0.6cm;
text-align:justify;
}
/* Paragraphe Arial 10 pt, sans marge première ligne, espacement lignes 0,6 cm */
p.Smar-A-10 {
font-family:Arial;
font-size:10pt;
line-height:0.6cm;
text-align:justify;
}
/* Paragraphe Arial 11 pt, première ligne avec marge 1,5 cm, espacement lignes 0,6 cm */
p.Mar-A-11 {
text-indent:1.5cm;
font-family:Arial;
font-size:11pt;
line-height:0.7cm;
text-align:justify;
}
/* Paragraphe Arial 11 pt, sans marge première ligne, espacement lignes 0,6 cm */
p.Smar-A-11 {
font-family:Arial;
font-size:11pt;
line-height:0.7cm;
text-align:justify;
}
p.Smar-A-11NJ {
font-family:Arial;
font-size:11pt;
line-height:0.7cm;
}
/* Paragraphe Times 12 pt, première ligne avec marge 1,5 cm, espacement lignes 0,6 cm */
p.Mar-T-12 {
text-indent:1.5cm;
font-family:Times New Roman;
font-size:12pt;
line-height:0.6cm;
text-align:justify;
}
/* Paragraphe Times 12 pt, sans marge première ligne, espacement lignes 0,6 cm */
p.Smar-T-12 {
font-family:Times New Roman;
font-size:12pt;
line-height:0.6cm;
}
/* Paragraphe Times 14 pt, première ligne avec marge 1,5 cm, espacement lignes 0,7 cm */
p.Mar-T-14 {
text-indent:1.5cm;
font-family:Times New Roman;
font-size:14pt;
line-height:0.7cm;
}
/* Paragraphe Times 14 pt, sans marge première ligne, espacement lignes 0,7 cm */
p.Smar-T-14 {
font-family:Times New Roman;
font-size:14pt;
line-height:0.7cm;
}
/* Paragraphe pour insérer des images */ 
p.Image {
font-family:Arial;
font-size:10pt;
font-style:italic;
line-height:0.5cm;
}
/* Titre Arial rouge 18pt */
h1 {
font-family:Arial;
font-size:18pt;
color:#FF0000;
margin:0;
}
/* Titre Arial rouge 16 pt */
h2 {
font-family:Arial;
font-size:16pt;
color:#FF0000;
margin:0;
}
/* Titre Arial blanc 12 pt */
h2 {
font-family:Arial;
font-size:12pt;
color:#FFFFFF;
margin:0;
text-align:center;
}

/* Titre Arial blanc 16 pt */
h3 {
font-family:Arial;
font-size:16pt;
color:#FFFFFF;
margin:0;
}
/* Titre Arial blanc 14 pt */
h4 {
font-family:Arial;
font-size:14pt;
color:#FFFFFF;
margin:0;
}
/* Liste en Arial 11 pt */
div.Liste-A {
	 font-family:Arial;
	 font-size:11pt;
	 margin-left:0.5cm;
	 line-height:0.7cm;
}
/* Liste en Times 11 pt */
div.Liste-T {
	 font-family:Times New Roman; 
	 font-size:11pt;
	 margin-left:0.5cm;
	 line-height:0.7cm;
}