/* CSS Document */
	/* hide from ie on mac \*/
html {height: 100%;}

body {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/backMenu.jpg);
	margin: 0; /* pour éviter les marges */
	text-align: left; /* pour corriger le bug de centrage IE */
	background-repeat: no-repeat;
	font-size: 14px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#menu li a {
	color: #84c79d;
	text-decoration: none;
	display: block;
	width: 136px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}

#menu li a:hover {
	color: #7A3C39;
}

#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	height: 1056px;
	text-align: left;
	z-index: 2;}

