body
	{ 
	font-family: Arial,sans-serif;
	color:#153e15;	
	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 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;
		}

.corps
	{
	width:80%;	
	height: 280px;
	margin-top:50px;
	margin-left:10%;
	color:#130e0a;	
	text-align:justify;
	line-height:25px;
	font-size:1em; 
	}
	.corps img
		{
		float:left;
		width:200px;	
		margin:5px;
		margin-top:5px;
		}				
	.corps p,h2
		{
		margin-left:250px;
		margin-top:5px;
		}
		
/* apparence des liens par défaut */	
a
	{
	color:#BEF574;
	text-shadow: 1px 1px 2px black;
	text-decoration: none;
	}
a:hover
	{
	color: red;
	}		
	.corps a
		{
		font-size:1.2em;
		font-weight:bold;
		}