body {
	background-color : white;
	color : black;
	font-size : small;
	font-family : Verdana, sans-serif;
}

h1 {
	font-size : x-large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	margin-bottom : 0px;
}

#soustitre {
	font-size : small;
}

.petittitre {
	color : maroon;
	font-weight : bold;
	margin-top : 20px;
	margin-bottom : 10px;
}

#contact {
	margin-top : 30px;
}

#retour {
	margin-top : 10px;
}

a {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

