body
	{ 
	font-family: Arial,sans-serif;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#d4c8a0; 
color:#16B84E; 
	}	

#entete
	{
	color:#BEF574; 
	border-style: solid;
	border-width: 1px;
	border-color:#153e15; 
	background-color: #8b6c42; 
	}	
	#entete img
		{
		width:100%;	
		}
	#entete h1
		{
		text-align:center;
		font-size:1.5em;
		text-shadow: 1px 1px 2px black;

		font-weight: bold;
		line-height:18px;
		}
	#entete h2
		{
		text-align:center;
		font-size:0.9375em;
		line-height:14px;
		font-weight: bold;
		}
	#entete table
		{
		margin-left:auto;
		margin-right:auto;
		}
	#entete tr, td
		{
		text-align:center;
		font-size:1.125em; 
		line-height:14px;
		width:15%;
		font-weight: bold;
		}

#corps
	{
	width:80%;	
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	color:#130e0a;	
	text-align:justify;
	line-height:30px;
	font-size:1em;  
	}
	#corps img
		{
		float:left;
		width:15%;	
		margin:10px;
		border:0px;
		}
		
/* apparence des liens par défaut */	
a
	{
	color:#BEF574; 
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
	}
a:hover
	{
	color: red;
	}		