body
{
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: aqua;
	font-family: Arial, "Times New Roman", Times, sans-serif;
}

a
{
	color: navy;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#en_tete
{
	clear: left;
	margin-top:2px;
	padding: 1px;
	
	background: url("goeland-vol.png") no-repeat top left black;
	
	color: #E3AB57;
	text-align:  right;
	font-size: small;
	border: 2px #F7E444;
}


	
ul
{
	list-style-type: square;
}

#sous_menu 
{
	float: left;	
	width:200px;
	height:350px;
	padding: 5px;
	text-align: left;	
	background-color: rgb(0, 175, 0);
	color: #F7E444;
	border: 2px #F7E444;
}

#sous_menu h3
{	
	color: #yellow;
	text-align: center;
}



#corps
{	
	float: left;
	margin-left: 20px;
	width:760px;
	height:350px;
	padding: 5px;
	border: 2px #F7E444;
	color: rgb(0, 220, 0);
	background-color: rgb(0, 100, 0);
	text-align: justify;
}

#corps h2
{
	font-size: medium;
	text-align: center;
	color: #0099FF;
}
	
#pied_de_page 
{
	clear: left;
	margin-top:5px;
	padding: 10px;
	
	background: url("macareux.png") no-repeat top left black;
	color: #E3AB57;
	text-align: center;
	font-size: small;
	border: 2px #F7E444;
}

strong
{
	color: yellow;
	text-decoration: underline;
}

p
{
	margin-top: 5px;
}

.interDiv	
{
	height : 10px;
}	
	
	

