body
{
	width: 900px;
	border-style: none;
	padding: 0px;
	background:#eeeeee url(../images/fond.jpg) repeat-y center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}

/* L'en-tête */

#en_tete     
{
	width:  900px;
	height: 150px;
	background: #edf8ff;
	padding-top: 10px;	
}


/* Le menu */

#menue
{
	float: left;
	width: 160px;
	border: 0px ridge #000000;
	background: #edf8ff;
	padding: 1px;
	margin-bottom: 1px;
}

.element_menu
{
	margin-bottom: 20px;
	background: #edf8ff repeat-x;
}


/* Quelques effets sur les menus */


.element_menu h3
{
	color:#666666;
	text-align: center;
	font: 12px "Times New Roman", Times, serif;
}

.element_menu ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #666666;
}

.element_menu a:hover
{
	color:#0099FF;
}
a:hover{
	background: #CCCCCC;
	color: #333333;
	border-width: 1px;
	border-style: inset;
}


/* Le corps de la page */

#corps
{
	padding: 0px;
	color: black;
	background: #edf8ff;
	width: auto;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
}

#corps h1
{
   color: Black;
   text-align: center;
   font-family: "Times New Roman", Times, serif;
}

#corps h2
{
	height: 30px;
	padding-left: 30px;
	color: blue;
	text-align: center;
	font-family: "Times New Roman", Times, serif;

}

#corps h4
{
	height: 10px;
	padding-left: 30px;
	margin-bottom: 5px;
	color: black;
	font-family: "Times New Roman", Times, serif;
   
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	height: 50px;
	margin-bottom: 0px;
	background: #edf8ff center center;
	text-align: center;
	width: auto;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
   
 



/*  utiliser après une serie de div qui possède un tag FLOAT(left ou right)  */
.left-cleaner,
.right-cleaner,
.cleaner{
	clear:both;
	font-size:1px;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0;	/*overflow:hidden;*/
}
.left-cleaner{clear:left;}
.right-cleaner{clear:right;}
.spacer{
	height:5px;
	line-height:0px;
	font-size:1px;
	margin:0px;
	padding:0px !important; /* seulement lu par les navigateurs FIREFOX et SAFARI */
}
.div-detection-flash{
	margin:0px;
	font-weight:normal;
	text-align:center;
	width:auto;
	border:1px solid #C6C5C0;
	padding:25px;
}.texte1 {
	font: normal 12px "Times New Roman", Times, serif;
	color: #0099FF;
	text-decoration: blink;
}
