/* @override http://www.vallee-du-loir.com/decouvrez/deguster-dormir/ou-manger.css */

ul#ou-manger {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	padding-left: 75px;
}

ul#ou-manger li {
	padding-top: 3px;
}

ul#ou-manger li a {
	color: #db007a;
	text-decoration: none;
	font-weight: bold;
	background-color: #f8ecf2;
	width: 600px;
	display: block;
	border: 2px solid #f8ecf2;

}

ul#ou-manger li a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: white;
	width: 600px;
	display: block;
	border: 2px solid #db007a;
}
