<!--
body {
	background-color: #b2b2b2;
	margin-top: 0pt;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

.menu {
	text-align: center;
	font-family: Comic Sans MS;
}

.titre {
	text-align: center;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 15pt;
	color: #FFFFFF;
	padding-top: 20px;
}
.texte {
	text-align: justify;
	font-family: Comic Sans MS;
	color: #000000;
	padding-top: 5px;
}
.whitetexte {
	text-align: justify;
	font-family: Comic Sans MS;
	color: #FFFFFF;
	
}
.whitecenter {
	text-align: center;
	font-family: Comic Sans MS;
	color: #FFFFFF;
	padding-top: 5px;
}
.signature {
	text-align: right;
	font-family: Comic Sans MS;
	color: #FFFFFF;
	padding-top: 5px;
}
.ind {
	text-align: center;
	font-family: Comic Sans MS;
	color: #FFFFFF;
	padding-top: 5px;
}
.news {
	position: absolute;
	top: 30px;
	left: 15px;
	font-family: Comic Sans MS;
	color: #FFD800;
	padding-top: 5px;
}
.mail {
	
	font-family: Comic Sans MS;
	color: #FFD800;
}
.boy {
     font-weight: bold;
     font-style: italic;
     font-size: 12pt;
     color: #0000FF;
}
.girl {
     font-weight: bold;
     font-style: italic;
     font-size: 12pt;
     color: #ff16ff;
}

-->