body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#cc9900;
	font-size : 14pt; 
	font-family : Times, Verdana, Arial, Helvetica, Geneva, sans-serif;
}
a {  
	font-family : Times, Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #cc9900; 
	text-decoration: none;
}
a:hover {  
	color: #e0ae00;
}

.lienCourant {
	font-size: 12pt;
	font-weight : bold;
	color: #939393;
	text-decoration: none;
}
.menu {
	height: 100%;
	width:20%;
	margin: 0;
	padding: 0;
	background-color: #840808;
	color:#cc9900;
	font-size : 18pt; 
	font-family : Times, Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align:center;
	vertical-align:top;
}
.menu1 {
	text-align:left;
	margin-left: 20% ; 
}
.menu2 {
	text-align:left;
	margin-left: 10% ; 
}
.texte1 {
	text-align:left;
	margin-left: 5% ; 
}
.titre1 {
	font-size : 22pt; 
}
.base {
	height: 100%;
	width:80%;
	margin: 0;
	padding: 0;
	background-color: #001818;
}