body{

	background-color:#ffeeaa;
	margin:0;
	color:#000;
	font-size:71%;
	font-family:Arial,serif;
	line-height:20px;
	word-spacing:1px;
	letter-spacing:0.2px;
}
#entete{
	width:100%;
	height:35px;
	border-bottom:solid;
	background-color:#897b75;
	color:#ffffff;
	border-width:1px;
	border-color:#999999;
}
#entete .float_left{
	float:left;
	padding:5px 25px 5px 25px;
}
#entete .float_right{
	float:right;
	padding:5px 25px 5px 25px;
}
#entete  .nom{
	font-weight:bold;
	color:#e2eed5;
}
#entete .lien {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;	
	border-color:#ffffff;
	margin:0 10px 0;
}
#entete .lien:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#b4d38f;

}
.logo {
	text-align:center;
}
#corps{
	margin:0px 20px 0 20px;
	text-align:center;
}
#corps h1{
	text-align:center;
	font-variant:small-caps;
	line-height:30px;
}
a img{
border:none;
}
table{
	margin:auto;
}
.espace
{
	padding:30px;
}
#pub{
	width:100%;
	text-align:center;
	clear:both;
	position:relative;
	margin-left:-40px;
}
erreur{
	position:absolute;
	left:100px;
	width:450px;
	font-weight:bold;
	color:#cc0000;
}
.erreur{
	color:#cc0000;
	width:450px;
	font-weight:bold;
}



