/* CSS Document */
body {
	margin-top: 10px; background-color: #99787F;
}
.titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	color: #2d0c0c;
	font-weight: normal;
}
.soustitre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

.textemenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}

.texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	font-weight: normal;
}
.soustexte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2d0c0c;
	text-align: justify;
}
.contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.creation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #99787F;
	text-align: center;
	text-decoration: none;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}.soustexteCopie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2d0c0c;
	text-align: justify;
}

