#nav {
	padding: 0; margin: 0;
	text-align: center; /* centrer le texte */
}
#nav li {
	display: inline;
	list-style: none;
}
#nav a {
	display:inline-block;
	margin: 0 30px;
}
#nav {
		border: 1px solid #333;
		border-top-color: #707070;
		background-color: #ce3d70;
		background: -moz-linear-gradient(bottom , #b33d66 0pt, #ce3d70 50%, #fd79a8 100%) repeat scroll 0 0 transparent;
		background: -webkit-linear-gradient(bottom , #b33d66 0pt, #ce3d70 50%, #fd79a8 100%) repeat scroll 0 0 transparent;
		background: -ms-linear-gradient(bottom , #b33d66 0pt, #ce3d70 50%, #fd79a8 100%) repeat scroll 0 0 transparent;
		background: -o-linear-gradient(bottom , #b33d66 0pt, #ce3d70 50%, #fd79a8 100%) repeat scroll 0 0 transparent;
		background: linear-gradient(bottom , #b33d66 0pt, #ce3d70 50%, #fd79a8 100%) repeat scroll 0 0 transparent;
		text-align: center;
		height: auto;
		-webkit-box-shadow: 0 1px 3px #999;
		-moz-box-shadow: 0 1px 3px #999;
		box-shadow: 0 1px 3px #999;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
}
#nav a {
		height: 36px;
		margin:0;
		padding: 0 35px;
		line-height: 36px;
		border-left: 0px solid #555;
		border-right: 0px solid #888;
		text-decoration: none;
		color: white;
		text-shadow: -1px -1px 0 #444;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 1em;
		font-weight:bold
    }
#nav :first-child a {
		border-left: 0;
    }
#nav :last-child a {
		border-right: 0;
    }
#nav a:hover,
#nav a:focus {
		background-color: #feb8d1;
		background: -moz-linear-gradient(bottom , #fedce8 0pt, #feb8d1 50%, #f7bfd3 100%) repeat scroll 0 0 transparent;
		background: -webkit-linear-gradient(bottom , #fedce8 0pt, #feb8d1 50%, #f7bfd3 100%) repeat scroll 0 0 transparent;
		background: -ms-linear-gradient(bottom , #fedce8 0pt, #feb8d1 50%, #f7bfd3 100%) repeat scroll 0 0 transparent;
		background: -o-linear-gradient(bottom , #fedce8 0pt, #feb8d1 50%, #f7bfd3 100%) repeat scroll 0 0 transparent;
		background: linear-gradient(bottom , #fedce8 0pt, #feb8d1 50%, #f7bfd3 100%) repeat scroll 0 0 transparent;
		text-shadow: -1px -1px 0 #000;
 }