body, html {
	background-color: white;
	height: 100%;
	margin:10px;
        padding:0;
	}
	
#menu { 
	position:absolute;
        left: 0;
	color:white;
	width:200px;
}


#menutable {width:100%;}

#menutable a {display: block;
           margin:0;
           padding:5px;
           color: white;
           text-decoration:none;
           font-weight:bold;
           background-color:#041303;
           text-align:center;}
           
#menutable a:link {color: white; background-color: #041303;}
#menutable a:visited {color: white; background-color: #041303;}
#menutable a:hover {background: #ACACAC; color: black;}


#main {
	background-image: url(../images/fond.png);
	background-repeat: no-repeat;
	background-position: center;
	color: black;
	margin-left:20%;
	text-align:justify;
	padding: 0.5em;
	}

#main a:link {
	color: navy;
	text-decoration: none;
	}

#main a:hover {
	color: blue; text-decoration:underline;
	}

#main a:visited {
	color: purple;
	}

h1 {
	text-align: center;
	}

#main h2 {font-size:large; font-style:normal; font-weight:bold;text-align:center;border-bottom:black 2px solid;}

#intro {font-size:large; font-weight:bold; text-align:center; color:#004000;}

acronym {font-style:italic; cursor:help;}

#plan {list-style-type:none; padding:1em;}

.imagemenu {
  text-align:center;
  border:0px;
}




