* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #009;
}

ul li {
	list-style-type: none;
	text-decoration: none;
}

body {

	color: white; /* Couleur de la police de carcatères */
	background-color: whitesmoke; /* Couleur d'arrière-plan */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#wrapper {
	color: #039;
	width: 640px;	
	padding: 0 0 10px;
	margin: 50px auto 10px;
}

/* @group Menu du Haut Hors Cadre */

#menuhaut {
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 3px;
}

#menuhaut li {
	display: inline;
}

#menuhaut a {
	text-decoration: none;
	color: #009;
	padding: 4px 8px 3px;
	margin-right: 5px;
}

#menuhaut a:visited {
	color: #090;
}

#menuhaut li a:hover {
	color: #090;
	background-color: white;
}

#menuh a:active {
	color: #C00;
	border: thin dotted #c00;
}


/* @end */

/* @group Contenu */

#contenu {
	background-color: white;
	margin-top: 5px;
	border: 1px dotted #039;
	padding: 5px;
}

/* @end */
