a {
	font-family: "Courier New", Courier, mono;
	color: #AEAEAE;
	text-decoration: none;
}
a:link {
	font-family: "Courier New", Courier, mono;
	color: #AEAEAE;
	text-decoration: underline;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	color: #AEAEAE;
	text-decoration: underline;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	text-decoration: underline;
}



.titre {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	text-transform: uppercase;

}

.texte {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #FFFFFF;
	text-transform: none;

}
.textenoir{
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: Black;
	text-transform: none;

}

.titrerubrique {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	color: #AEAEAE;
	text-transform: uppercase;
}
.main {
	background-color: Black;
}
.soustitre {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #FF0000;
	text-transform: uppercase;
}
.autresoustitreCopie {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #00FF00;
	text-transform: uppercase;
}
.envers {

	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #FFFF00;
	text-transform: uppercase;
}
.menu_boiteaidees {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	color: Yellow;
	text-transform: uppercase;
	text-decoration: none;

}
.important {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: Yellow;
	text-decoration: blink;	
}