body
	{
	background-color: white;
	margin : 0px;
	padding : 0px;
	}

/* Organisation du menu */
.menu
	{
	padding : 1%;
	width : 18%;
	min-height : 700px;
	float : left;
	margin-top : 0px;	
	background-color : gray;
	}

.menu h1
	{
	text-align : left;
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
	}

.menu a
	{
	color : black;
	text-decoration : none;
}

.menu a:hover
	{
	color : white;
	text-decoration : underline;
	}

/* Organisation du contenu */
.contenu
	{
	margin-left : 20%;
	width : *;
	min-height : 600px;
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 1%;
	
	background-color : white;
	}

a
	{
	//color : #0099FF;
	color : #1874CD;	
	text-decoration : none;
	}

a:hover
	{
	text-decoration : underline;
	}

/* Général */
h1
	{
	font-size : 1.5em;
	text-align : center;
	text-decoration : none;
	}


