body
{
	background: #fafafa;
	margin: 0px;
	font-size: 80%;
	font-family: Nimbus, Verdana, sans-serif;
	color: #1a1a1a;
	text-align: center;
}

a
{
	text-decoration: none;
	color: #258cbf;
}

a.in
{
	text-decoration: none;
	color: #258cbf;
}

a.out
{
	text-decoration: none;
	color: #258cbf;
	padding-left: 18px;
	background: transparent url(images/out.png) no-repeat scroll center left;
}

div#principale
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 800px;
	max-width: 1280px;
	min-height: 270px;
	padding-top: 230px;
	text-align: center;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div#details
{
	float: left;
	width: 26%;
	margin: 0 0 40px 10%;
	padding: 2%;
	border: dashed 1px #4c4c4c;
	text-align: left;
	display: inline;
}

div#ressources
{
	float: right;
	width: 26%;
	margin: 0 10% 40px 0;
	padding: 2%;
	border: dashed 1px #4c4c4c;
	text-align: left;
	display: inline;
}

div#centrale
{
	width: 70%;
	margin: 0 10% 40px 10%;
	padding: 5%;
	border: dashed 1px #4c4c4c;
	text-align: center;
}

h1
{
	margin-top: 0;
	color: #4c4c4c;
	font-size: 1.2em;
	font-variant: small-caps;
}

h2
{
	color: #4c4c4c;
	font-size: 1.1em;
	font-variant: small-caps;
}

ul
{
	margin-top: 0;
	margin-bottom: 0;
}

br.spacer
{
	clear: both;
}

span.commentaire
{
	color: #808080;
}

form
{
	margin-bottom: 0;
	text-align: left;
}

input
{
	background-color: white;
	border: solid 1px #4c4c4c;
}

textarea
{
	background-color: white;
	border: solid 1px #4c4c4c;
}

div#envoyer
{
	text-align: center;
	margin-top: 20px;
}

div#pied
{
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
}

div#pied img
{
	border-width: 0;
	margin: 0 40px 0 40px;
}

