html, body {
height: 100%;
width: 100%;
overflow: auto;
}

body {
	font-family: "Courier New", Courier, mono;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#home {
	position: absolute;
	left:22px;
	height: 100%;
}
#contenu {
	margin-left: 250px;
	height: 100%;
	overflow: auto;
}

#menu {
	position: absolute;
	left:22px;
	width: 200px;
	height: 100%;
}

ul {list-style-type: none;} 

li {
	margin-bottom: 10px;
}

.menu a {
	font-size: 12px;
     margin: 0 2px;
     text-align: left;
     text-decoration: underline;
     color: #AEAEAE;
	 text-transform:uppercase;
}
	 
.menu a:hover {
	 color: #FFFFFF;
}

.menu a:active {
     color: #990000;
}

a:link {
	color: #AEAEAE;
	text-decoration: underline;
}

a:visited {
	color: #AEAEAE;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	 
.titre {
	font-size: 10pt;
	font-weight: bold;
	color: White;
	text-transform: uppercase;
}

.texte {
	font-size: 10pt;
	color: #FFFFFF;
	text-transform: none;

}
.textenoir{
	font-size: 10pt;
	color: Black;
	text-transform: none;
}

.titrerubrique {
	font-size: 10pt;
	font-weight: bold;
	color: #AEAEAE;
	text-transform: uppercase;
}

.main {
	background-color: Black;
}

.soustitre {
	font-size: 10pt;
	color: #FF0000;
	text-transform: uppercase;
}
.autresoustitreCopie {
	font-size: 12px;
	font-weight:bold;
	color: #00FF00;
	letter-spacing:2px;
	text-transform: uppercase;
}
.envers {
	font-size: 10pt;
	color: #FFFF00;
	text-transform: uppercase;
}
.envers a:link {
	color: #FFFF00;
	text-transform: uppercase;
	text-decoration: underline;
}
.envers a:visited {
	color: #FFFF00;
	text-transform: uppercase;
	text-decoration: underline;
}
.envers a:hover{
	color: #FF0000;
	text-transform: uppercase;
	text-decoration: underline;
}
.menu_boiteaidees {
	font-size: 10pt;
	font-weight: bold;
	color: Yellow;
	text-transform: uppercase;
	text-decoration: none;
}
.important {
	font-size: 10pt;
	color: Yellow;
	text-decoration: blink;	
	}
.importantnb {
	font-size: 10pt;
	color: Yellow;
	}
.accueil {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
.accueil a:link {
	text-decoration: underline;
	color: #FF0000;
}
.accueil a:visited {
	text-decoration: underline;
	color: #FF0000;
}
.accueil a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
