body
	{
	width: 980px;
	height: 541px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ece9e4;
	}
	
#corps
	{
	width: 980px;
	height: 541px;
	margin-top: 20px;
	background-image: url("../images/fond.jpg");
	background-repeat: no-repeat;
	}

a img
	{
	border: none;
	}

h3
	{
	font-size:16px;
	color:#4E8FC9;
	}
.gras-bleu
	{
	font-weight:bold;
	color:#4E8FC9;
	}
.bleu
	{
	color:#4E8FC9;
	}
a
	{
	color:#4E8FC9;
	}

#footer
	{
	width:970px;
	color:#737a82;
	}
#footer a
	{
	color:#737a82;
	}
#footer a:hover
	{
	color:#8FAFD8;
	}
	
/*-------------Titre page------------*/	
#page
	{
	position:relative;
	top:-60px;
	left:15px;
	float:left;
	}
.titre-page
	{
	margin:0px;
	background-color:#9bb2dc;
	width:200px;
	height:40px;
	color:#f0e4d6;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	vertical-align:middle;
	}
/*---------------------------------------------*/


/*-------------Menu------------*/
#menu
	{
	width:980px;
	height:75px;
	font-size: 17px;
	font-weight: bold;
	text-align:justify;
	}
#menu .menu_item
	{
	position:relative;
	top:50%;
	margin:auto;
	width:25%;
	float:left;
	text-align:center;
	}
	
#menu a
	{
	color: #f7f0e6;
	text-decoration: none;
	}
	
#menu a:hover
	{
	color:#8FAFD8;
	}
/*---------------------------------------------*/

