/* Par défaut */

BODY {
	font-family: Verdana;
	font-size : 10pt;
	color : Black;
	text-align : justify;
	background-image : url(fond.gif);
	background-attachment : fixed;
}

IMG {
	vertical-align : middle;
}

TD {
	font-family : Verdana;
	font-size : 10pt;
	color : Black;
}

A {
	color : #000099;
	text-decoration : underline;
}

A :HOVER {
	color : #0000FF;
	text-decoration : underline;
}

/* Chapitre */

.titre {
	font-family : Verdana;
	font-size : 20pt;
	font-weight : bolder;
	color : #336699;
	text-align : center;
	text-transform : uppercase;
}

.titre1 {
	font-family : Verdana;
	font-size : 18pt;
	font-weight : bolder;
	color : #6699CC;
	text-align : center;
	text-transform : uppercase;
}

.titre2 {
	font-family : Verdana;
	font-size : 16pt;
	font-weight : bolder;
	color : #99CCFF;
	text-align : center;
	text-transform : uppercase;
}

.centre {
	text-align : center;
}

.c1 {
	font-family : Verdana;
	font-size : 16pt;
	font-weight : bolder;
	color : #336699;
	text-align : left;
}

.c2 {
	font-family : Verdana;
	font-size : 14pt;
	font-weight : bolder;
	color : #6699CC;
	text-align : left;
}

.c3 {
	font-family : Verdana;
	font-size : 12pt;
	font-weight : bolder;
	color : #0077C2;
	text-align : left;
}

.c4 {
	font-family : Verdana;
	font-size : 10pt;
	font-weight : normal;
	color : #0077C2;
	text-align : left;
}

/* Couleurs */

.violet {
	font-size : 10pt;
	font-weight : bolder;
	color : #990099;
}

.vert {
	font-size : 10pt;
	font-weight : bolder;
	color : #009900;
}

.bleu {
	font-size : 10pt;
	font-weight : bolder;
	color : #000099;
}

.rouge {
	font-size : 10pt;
	font-weight : bolder;
	color : #EE0000;
}

.jaune {
	font-size : 10pt;
	font-weight : bolder;
	color : #FFFF00;
}

.rose {
	font-size : 10pt;
	font-weight : bolder;
	color : #FF6699;
}

.orange {
	font-size : 10pt;
	font-weight : bolder;
	color : #FF9900;
}