body {
	background-color:#000000;
	font-family:verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color:#9999CC;
}
#header {
	height: 140px;
}
#header-left {
	float:left;
	width:130px;
	height:126px;
}
.boite-centre {
	width:396px;
	height:117px;
	position:absolute;
	left:50%;
	margin-left:-198px;
}
#header-right {
	float:right;
	width:130px;
	height:126px;
}
#gauche_index {
	float:left;
	position: absolute;
	top:118px;
	left:0;
	width: 240px;
	margin-left: 15px;
}
#centre_index {
	width:396px;
	height:117px;
	position:absolute;
	top:118px;
	left:50%;
	margin-left:-198px;
}
#droit_index {
	float:right;
	position: absolute;
	top:118px;
	width: 240px;
	margin-right: 15px;
}
#conteneur {
	position: absolute;
	width: 100%;
}
#centre {
	margin-left: 240px;
}
#centre_gauche {
	width:50%;
	float:left;
}
#centre_droit {
	width:50%;
	float:right;
}
#gauche {
	position: absolute;
	left:0;
	width: 240px;
	margin-left: 15px;
}
.menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.menugauche li {
	margin-bottom: 5px;
}
a {
	font-size:16px;
	color: #002CED;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	padding:10px;
	color: white;
}
h2 {
	font-size:14px;
	padding:10px;
	font-weight:bold;
	color: white;
}
#Titre {
	font-size: 18px;
	padding:10px;
	color: white;
}
#Texte {
	font-size:14px;
	padding:10px;
	font-weight:bold;
	color: white;
}
p {margin: 0 10px 10px 0;color: white;}

.tel {
	font-size:16px;
	color: #FF0000;
	text-decoration: none;
}
.Formulaire {
	color:#FFFFFF;
	font-size:14px;
	font-weight;bold;
}
.float {
float: left;
width: 10px;
background-color:#000000;
}
.texte1 {
float: left;
width: 45%;
padding:10px;
color: white;
}
.texte2 {
margin-left: 50%; /* -> 4 */
padding: 10px;
width: 45%;
padding:10px;
color: white;
}hr {
  clear: both;
  visibility:hidden;
}
.infobulle{
position: absolute;	
visibility : hidden;
border: 1px solid red;
padding: 10px;
text-align:center;
font-family: Verdana, Arial;
font-size: 14px;
background-color: #000000;
z-index:4;
}
.niveau1{ font-family:verdana,arial,sans-serif; font-size:16px; color: #FFF; text-decoration: none; background:#0053A7; font-weight:bold }
/* TinyMCE specific rules */
body.mceContentBody {
   background: #000;
   color: white;
}
