@charset "utf-8";
body {
	background-color: #D1DE8F;
	margin: 0px;
}
#navigation {
	width: 180px;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}
#navigation li {
	width: 180px;
	font-family: "Trebuchet Ms";
	color: #65003A;
	text-align:center;
	list-style-type: none;
	font-weight: bold;
	position: relative;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	

	
}
#navigation li a, #navigation li a:link {
	display: block;
	width: 120px;
	height: 40px;
	padding-top: 10px;
	padding-left: 60px;
	color: #934c73;
	text-decoration: none;
	background-image: url(Images/boutons/bouton1.jpg);
	font-family: "Trebuchet Ms";
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	display: block;
	width: 120px;
	height: 40px;
	padding-top: 10px;
	padding-left: 60px;
	color: #FFF;
	font: "Trebuchet Ms";
	text-decoration: none;
	background-repeat: no-repeat;
	background-image:url(Images/boutons/bouton2.jpg);
}

