body
{
	color: black; /* Police couleur */
	margin: auto; /* Pour centrer notre page */
	margin-top: 1%; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 1%;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFCC;
	background:url(../images/fond.jpg);
	background-attachment: fixed;
}

#corps
{
	width: 750px;
	margin: auto;
}

.menu a
{
	font-size: 20px;
	color: #FF0099;
	text-decoration: none;
}
.menuactif a
{
	font-size: 20px;
	color: #FF0099;
	text-decoration: underline overline;
}
.menu a:hover
{
	font-size: 20px;
	color: #FF0099;
	text-decoration: underline overline;
}

h1
{
	font-size: 20px;
	color: black;
	font-style: italic;
	text-align: center;
}

h3
{
	font-size: 18px;
	text-align: center;
}

h3
{
	font-size: 16px;
	text-align: left;
	text-decoration: underline;
}

label
{
	font-size: 16px;
	color: black;
	padding-left: 10px;
}

#formulaire p
{
	padding-bottom:10px;
	font-size: 12px;
}

p
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: black;
}

hr
{
	width: 80%;
	margin: auto;
}

img
{
   border-color: #FF0099;
}

#bottom
{
	height: 36px;
	width: 133px;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	color: #fff;
	background: #aaa;
	font-size: 12px;
}

#bottom a
{
	color: #fff; 
	text-decoration: underline;
}

#bottom p
{
	font-size: 12px;
	color: black;
}
