html, body {
	background-color: #e6e6e6;
	margin-bottom: 10px;
	margin-top: 10px;
}

* {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#global {
	min-height: 450px;
	padding: 10px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

/* bandeau */
h1#titre_bandeau {
	font-size: 24px;
	text-align: center;
}
ul#menu {
	background-color: #e6e6e6;
	height: 20px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
	clear: left;
	list-style-type: none;
}
ul#menu li {
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
	height: 14px;
	margin: 0px;
	float: left;
}
ul#menu li a {
	color: #f56203;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #000ff7;
}

/* general */
h2 {
	font-size: 16px;
	text-align: center;
}

h3 {
	font-size: 13px;
}

a {

	color: #000ff7;

}
