body
	{ 
	font-family: Arial,sans-serif;
	color:#582900;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#d4c8a0;
	}	

#logo
	{
	width:86px;
	height: 60px;
	float:left;
	margin-left:30px;
	border-color:#153e15;
	}
	
#entete
	{
	width:100%;
	color:#BEF574;
	text-shadow: 1px 1px 2px black;
	border-style: solid;
	border-width: 1px;
	border-color:#153e15; 
	background-color: #8b6c42;
	}	
	#entete img
		{
		width:100%;	
		}
	#entete h1
		{
		font-size:1.625em;
		text-align:center;		
		}
	#entete table
		{
		margin-left:auto;
		margin-right:auto;
		}		
	#entete tr, td
		{
		float:left;
		text-align:left;
		padding-left:20px;
		font-size:1.125em; 
		line-height:14px;		
		font-weight: bold;
		}

#corps1
	{
	width:47%;	
	float:left;
	top:30px;
	line-height:30px;
	color:black;	
	text-align:justify;
	font-size:1em;
	}
#corps2
	{
	margin-left:50%;
	width: 50%;
	top:30px;
	line-height:30px;
	color:black;		
	text-align:justify;
	font-size:1em;
	}	

/* apparence des liens par défaut */	
a
	{
color:#BEF574;
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
	}
a:hover
	{
	color: red;
	}		