<style type="text/css">
p {
	font-family:Times New Roman;
	font-size: 12pt;
	color: white;
	text-align:left;
}

p.titre1 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:20pt;
	color:yellow;
	text-align:center;
	font-weight:bold;
}

p.titre2 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:18pt;
	color:yellow;
	text-align:center;
}

p.titre3 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:16pt;
	color:yellow;
	text-align:center;
}

p.titre4 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:14pt;
	color:yellow;
	text-align:center;
}

p.titre5 {
	font-family:Times New Roman,Arial;
	font-size:12pt;
	color:yellow;
	text-align:center;
}

p.avertissement {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:14pt;
	color:#FF7777;
	text-align:center;
}


p.presentation {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:14pt;
	color:white;
	text-align:left;
}

p.presentation2 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:14pt;
	color:yellow;
	text-align:left;
}

p.important1 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:18pt;
	color:white;
	text-align:left;
	font-weight:bold;
}

p.important2 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:16pt;
	color:white;
	text-align:left;
	font-weight:bold;
}

p.important3 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:14pt;
	color:white;
	text-align:left;
	font-weight:bold;
}

div {
	font-family:Times New Roman;
	font-size: 12pt;
	color: white;
}

div.presentation {
	font-family:Comic Sans MS;
	font-size: 14pt; 
	color: white;
}

div.screen {
	display:inline;
}

div.print {
	display:none;
}


div.couleur {	/* sert à mettre un texte en relief en ne changeant QUE la couleur */
	color: yellow;
}

div.gras {	/* sert à mettre un texte en relief en ne le mettant qu'en caractères gras */
	font-weight:bold;
}

span{ 
	font-family: Arial,Times New Roman; 
	font-size: 10pt; 
	color: red;
}

H1 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:20pt;
	color:yellow;
	text-align:center;
}

H2 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:18pt;
	color:yellow;
	text-align:center;
}

H3 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:16pt;
	color:yellow;
	text-align:left;
}

H4 {
	font-family:Comic Sans MS,Arial,Times New Roman;
	font-size:14pt;
	color:yellow;
	text-align:left;
}

ul { 
	list-style-image: url(../gif/expbul2a.gif); 
	font-family: arial; 
	font-size: 10pt;
}

ul.important1 {
	list-style-image: url(../gif/expbul2a.gif);
	font-family: arial;
	font-size: 18pt;
}

ul.important2 {
	list-style-image: url(../gif/expbul2a.gif);
	font-family: arial;
	font-size: 16pt;
}

ul.important3 {
	list-style-image: url(../gif/expbul2a.gif);
	font-family: arial;
	font-size: 14pt;
}

ul.jaune1 {
	list-style-image: url(../gif/expbul2a.gif);
	font-family: arial;
	color:yellow;
	font-size: 16pt;
}

ul.jaune2 {
	list-style-image: url(../gif/expbul2a.gif);
	font-family: arial;
	color:yellow;
	font-size: 14pt;
}

ul.jaune3 {
	list-style-image: url(../gif/expbul2a.gif);
	font-family: arial;
	color:yellow;
	font-size: 12pt;
}

ul.petit {
	list-style-image: url(../gif/expbul2a.gif);
	font-family: arial;
	color:white;
	font-size: 9pt;
}

ul {
	list-style-image: url(../gif/expbul1a.gif);
	font-family: arial;
	font-size: 10pt;
	color:white;
}

ul.important2_1 {
	list-style-image: url(../gif/expbul1a.gif);
	font-family: arial;
	font-size: 18pt;
}

ul.important2_2 {
	list-style-image: url(../gif/expbul1a.gif);
	font-family: arial;
	font-size: 16pt;
}

ul.important2_3 {
	list-style-image: url(../gif/expbul1a.gif);
	font-family: arial;
	font-size: 14pt;
}

ul.petit {
	list-style-image: url(../gif/expbul1a.gif);
	font-family: arial;
	font-size: 9pt;
}

A:active {
	text-decoration: underline;
	color:#486C59;
}

A:link {
	text-decoration: underline;
	color=#99FF99;
}

A:visited {
	text-decoration: underline;
	color:#007700;
}

A:hover {
	text-decoration: none; 
	color:red;
}

body{
	font-family:Times New Roman,arial;
	font-size: 12pt;
	color=white;
	background:#8CAD90;
}
</style>