body {
	background-color: #000;
	font-family: verdana,Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
 a.menu {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
 a.menu:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a.menu:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a {
	text-decoration: none; /* définition du lien qui affichera le calque */
}
a:hover {
	background: none; /* correction d'un bug IE */
}
a span { /* définition de la balise <span> inclue dans <a> */
	display: none;
}
a:hover span { /* définition de la balise <span> au survol */
	
	display: inline;
	position: absolute;
	top: 262px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
	left: 320px;
	width: 410px;
	height: 100px;
	
	text-align: center;
	color: white;
}



h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
.bleue {
	color: #0000FF;
}

.gris {
	color: #CCCCCC;
}

.jaune {
	color: #FFFF00;
}
.rouge {
	color: #FF0000;
}
.rougegras {
	color: #FF0000;
	font-weight: bold;
}
.mauve {
	color: #CC99FF;
}
.beuecyan {
	color: cyan;
}
.blanc {
	color: #FFFFFF;
}
.tabl{
	padding: 2px;
}
.petit {
	FONT-size: 10px;
}
.petit8 {
	FONT-size: 8px;
}
.petit10 {
	font-size: 12px;
	font-weight: bold;
}

textarea {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background: #B96F00;
	border: 1px solid #FF9900;
	color: #FFFFFF;
}


.titre1 {
	color: #9933cc;
	font-weight: bold;
}

.titre2 {
	color: #ff00ff;
	font-weight: bold;
}
