#div_perso {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fond_mentions.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: x-small;
	color: #330000;
}
h1 {
	font-size: small;
}
h2 {
	font-size: x-small;
	font-style: italic;
	color: #FFCC00;
}
h3 {
	font-size: small;
}
.formulaire {
	color: #330000;
	background-color: #c7beaa;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #330000;
}
a:visited {
	color: #330000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
.cnil {
	font-size: xx-small;
	text-align: justify;
}

a:active {
	color: #330000;
}

