body
	{
	width: 980px;
	height: 541px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#8FAFD8;
	}
	
#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;
	margin-top:-18px;
	
	}

/*-------------Menu------------*/
#menu
	{
	width:300px;
	position: relative;
	top: 293px;
	left: 65px;
	font-size: 20px;
	}
#menu .menu_item
	{
	margin-bottom: 10px;
	}

#menu a
	{
	color: black;
	text-decoration: none;
	padding-bottom: 3px;
	padding-left: 41px;
	background: url("../images/bouton.png") no-repeat 0px 3px;
	}

#menu a:hover
	{
	background: url("../images/bouton_over.png") no-repeat 0px 3px;
	}
/*---------------------------------------------*/

