* {
	font-family: Arial;
	color: #333;
	font-size: small;
}

body {
	background-color: #eee;
	margin: 10px 20px;
	padding: 0;
}
/*
ul#menu, #menu ul {
	list-style-type:none;
	white-space:nowrap;
	margin: auto;
}
ul#menu li {
	float: left;
	text-align: center;
}
ul#menu li a {
	padding: 10px;
	margin: 8px 40px;
	width:auto;
	border: 0px solid #F9EAC1;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
ul#menu li a:hover {
	border: 0px solid black;
}
ul#menu li a img {
	margin: 5px auto;
	width: 48px;
	height: 48px;
	display: block;
	border: none;
}*/
/*
ul#menu li a:hover img {
	display: block;
	border: none;
	width: 48px;
	height: 48px;
	z-index: 100;
}*/

#content {
	border: 1px solid #c0c0c0;
	padding: 8px;
	margin: 0;
	background-color: #fff;
}

.menu-container {
	padding: 0;
	margin: 0;
	width: auto;
	height: 106px;
	background: #ffd666;
	text-align: center;
}

.menu {
	padding: 5px 0 0;
	margin: auto;
	list-style-type: none;
}

.menu li {
	margin: 0 15px;
	padding: 0;
	width: 80px;
	height: 92px;
	display: block;
	float: left;
	border: 2px solid #ffd666;
	border-color: #ffe676 #eec656 #eec656 #ffe676;
}

.menu li.active {
	border-color: #eec656 #ffe676 #ffe676 #eec656;
}
.menu li a:hover {
	background-color: #ffe071;
}

.menu li a {
	display: block;
	height: 92px;
	background: transparent;
	overflow: visible;
	margin: 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.menu li a img {
	display: block;
	border: 0;
	width: 72px;
	height: 72px;
	margin: auto;
}

hr {
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: 0;
}

h1, h1 a {
	font-size: x-large;
	color: #434343;
	font-weight: bold;
	margin-left: 1em;
	text-decoration: none;
}
h1 img {
	margin: auto;
	margin-right: 0.4em;
	vertical-align: middle;
	border: 0;
}

h2 {
	font-size: medium;
	letter-spacing: 0em;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	margin: 2em 0em 1em 2em;
	text-indent: 1em;
	width: 20%;
}

p {
	text-indent: 2em;
}

img.carte {
	width: 980px;
}