/* CSS Document */
html, body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#conteneur {
	position:absolute;
	left:50%;
	width:900px;
	margin-left:-470px;
	background-repeat: no-repeat;
	height: 800px;
	z-index: 2;
}

/*==================couleur des liens ==================*/
 a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
 a:link {
	color: #FFFFFF;
	text-decoration: none;
} 
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
 a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/*==================menu==================*/
.S12 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.S14 {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.S16 {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.S18 {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.S22 {
	font-size: 22px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
/*====================couleurs================*/
.S12N {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.S18R {
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
}
.S18V {
	font-size: 18px;
	color: #00FF00;
	text-decoration: none;
}
.S18J {
	font-size: 18px;
	color: #FFFF00;
	text-decoration: none;
}
.S18O {
	font-size: 18px;
	color: #FF9900;
	text-decoration: none;
}
