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

* {
	margin-top: 0px;
}

body {
	font-family: Verdana;
	color: #440014;
	
	background-color: #FFFFF1;
}
.taille18 {
	font-size: 18px;
	font-weight: bold;
}
.taille16italgras {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.rouge {
	font-size: 14px;
	color: #F00000;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #440014;
}

