/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 10px 5px;
}
#global {
	width: 100%;
}

/* En-tête */
#entete {

}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%;
	overflow: hidden;
	height:650px;
}

/* Menu de navigation */
#navigation {
	margin-left: 10px;
	margin-top: 10px;
	width: 200px;
	float: left;
	/*height:286px;*/
	border-radius:50px;
}

/* Contenu */
#contenu {
	margin-left: 230px;
	width:900px;
	height:475px;
}


/* Pied de page */
#pied {
	margin-top:5px;
	height:75px;
}