@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #E2C0E1;
	margin: 0px;
}
a {
	color: #400080;
	font-style: normal;
}
a:hover {
	color: #000000;
}

a.pdf:visited {
	color: #c62024;
}
a.pied:visited {
	color: #400080;
	font-style: normal;
}

h1 {
	font-size: 18px;
	color: #400080;  /*couleur violet*/ 
	text-align: justify;
}
h2 {
	font-size: 16px;
	color: #400080;  /*couleur violet*/ 
	text-align: justify;
}
h3 {
	font-size: 14px;
	color: #400080;  /*couleur violet*/ 
	text-align: justify;
}
h4 {
	font-size: 13px;
	color: #400080;  /*couleur violet*/ 
	text-align: justify;
}
h6 {
	font-size: 12px;
	color: #400080;  /*couleur violet*/
	text-align: center;
	margin: 3px;
	padding: 3px;
}

p {
	font-size: 12px;
	color: #400080;  /*couleur violet*/
	text-align: justify;
	}

.chapitredivalto {
	font-size: 18px;
	font-weight:bold;
	color: #ee7c00;
}
.rh3 {
	color: #A6D73D;
	font-size: 18px;
	font-weight: bold;
}

.violetlisteapuce {
	color: #400080;
	font-size: 12px;
}

ul {
	font-size: 12px;
	color: #c62024;
	list-style-type: disc;
}
.blanc {
	color: #FFF;
}

.violet {
	color: #400080;
}
.noir {
	color: #000000;
}

