
:link {
	color: #ffffff;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
:visited {
	color: #ffffff;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;}
:active {}



span.petit {
	font-size: 90%;
}
span.trespetit {
	font-size: 70%;
}

fieldset {
	border: 2px solid #000;
	border-color: #e4e4e4;
	width: 750px;
	text-align: left;
}
legend {
	font-size: 1.2em;
	text-decoration: none;
	border: 2px solid #000;
	border-color: #e4e4e4;
	padding: 2 10 2 10;
}

body {
  color: #3c4314;
	width: 100%;
	background-color: #9eb525;
	text-align: center;
}

/* Layout pompé sur le site de claire , non utilisé ********************************************/

#page {}
#top {
	position: relative;
	height: 150px;
}

#top h1 {
	position: absolute;
	top: 105px;
	left: 35px;
	height: 30px;
	width: 180px;
}

#prelude {
	position: absolute;
	width: 750px;
	top: 0;
	left: 0;
}
#main {
	width: 510px;
	float: right;
}
#content {
	margin: 0 20px 0 10px;
}
#sidebar {
	width: 200px;
	margin-left: 25px;
}
