*
{
	color: grey;
	background: #e6e6e6;
	font-family: Verdana, Tohama, sans-serif;
}

body
{
	display: block;
	position: relative;
	margin: auto;
	top: -40px;
	width: 900px;
	margin-top: 100px;
	background-color: white;
	border: 2px #b9d440 solid;
}

span
{
	background-color: transparent;
	font-weight: bold;
	color: black;
	border-bottom: 3px #b9d440 solid;
}

span:hover
{
	background-color: transparent;
	font-weight: bold;
	color: #b9d440;
	border-bottom: 3px lightgrey solid;
}

p
{
	display: block;
	position: relative;
	width: 880px;
	margin: auto;
	background-color: transparent;
	text-align: justify;

}

body #formulaire
{
	display: inline-block;
	position: relative;
	top: -80px;
	left: 60px;
	background-color: transparent;
}

body #logo
{
	background-color: transparent;
	position: relative;
	left: 10px;
	top: 5px;
}

body #ligneverte
{
	display: inline-block;
	position: relative;
	top: -38px;
	left: 160px;
	background-color: transparent;
}

body #ravrenov
{
	display: inline-block;
	position: relative;
	margin: 0;
	background-color: transparent;
}

#ligne
{
	margin: auto;
}

::selection
{
	background-color: black;
	color: white;
}

#form
{
	background-color: transparent;
}
