html, body{
	margin: 0;
	padding: 0;
}
body{
	background-color: #000000; 
	/*color: #ffffff;	 blanc */
	font-size: 16px;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#page{
	width: 897px;
	/*height:600px;*/
	background-color:#FFFFFF;
	margin: 1em auto 2em auto; /* haut droite bas gauche */
	text-align: left;
}

#entete{
	/*height: 94px;
	background: url(../flash/bandeau.swf) no-repeat left top;*/
	height:165px;
}


/***** MOTEUR DE RECHERCHE
-------------------------------------------------------- */
/*div[id=moteur] {
	position: fixed !important;
}*/
#moteur
{
	position:absolute;
	margin-left:662px;
	top:90px;
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	color:#666666;
}




/***** MENU DU HAUT
-------------------------------------------------------- */
#menu dt {
	list-style-type: none;
	margin: 0 0 0 0;
	padding-left:50px;
	
}
#menu dd, dl {
	list-style-type: none;
	margin: 0 0 0 0;
	padding-left:30px;
}
#menu ul, li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding-left:10px;
}
#menu {
	position : absolute;
	top: 155px;
	padding-left:75px;
	width: 873px;
	text-align:right;
}

#menu dl {
	float: left;
	padding-left:10px;
}
#menu li {
	display: inline;
}
#menu a {
	text-decoration: none;
	color:#333333;
	/*background: #fff;*/
}
#menu a:hover {
	text-decoration: none;
	color:#fff;
	background:#CC9933; /*couleur jaune silhouette*/
}


/***** CONTENU de la page => textes et graphiques
-------------------------------------------------------- */

#contenu {
	background-color:#FFFFFF;
	/*height:382px;*/
	width:797px;
	padding: 10px 35px 10px 65px; /* haut droite bas gauche */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:justify;
}



/***** Liens "TITRE"  dans "contenu" *****/

.mentionstitre
{
	color:#CC9933;	/*jaune*/
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}
.mentionstitre a:visited {color: #CC9933;font-weight:bold;text-decoration:none}
.mentionstitre a:hover {color: #CC9933;font-weight:bold;text-decoration:underline}
.mentionstitre a:active {color: #CC9933;font-weight:bold;text-decoration:underline}

.mentionstitre2
{
	color:#000000;	/*noir*/
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
.mentionstitre2 a:visited {color: #000000;font-weight:bold;text-decoration:none}
.mentionstitre2 a:hover {color: #000000;font-weight:bold;text-decoration:underline}
.mentionstitre2 a:active {color: #000000;font-weight:bold;text-decoration:underline}

.mentionsliens
{
	color:#CC9933;	/*jaune*/
	line-height:1.4;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}
.mentionsliens a:visited {color: #CC9933;font-weight:bold;text-decoration:none}
.mentionsliens a:hover {color: #000000;font-weight:bold;text-decoration:underline}
.mentionsliens a:active {color: #000000;font-weight:bold;text-decoration:underline}


.mentionstexte
{
	color:#000000;	/*noir*/
	line-height:1.4;
	font-size:10px;
	font-weight:none;
	text-decoration:none;
	}
.mentionstexte a:visited {color: #CC9933;font-weight:bold;text-decoration:none}
.mentionstexte a:hover {color: #000000;font-weight:bold;text-decoration:underline}
.mentionstexte a:active {color: #000000;font-weight:bold;text-decoration:underline}

/***** Commentaires cachés pour optimisation moteur de recherche *****/
#cache{
	display: none;
}


/***** MENU DU BAS
-------------------------------------------------------- */

div.menubas
{
	position: absolute;
	left: 178px;
	font-size: 0.6em;
	margin: 0 0 0 0;	/* haut droite bas gauche */
	padding: 0 0 0 0;	/* haut droite bas gauche */
	padding-left: 0;
	list-style-type: none;
	z-index:100;
}
div.menubas ul
{
	margin: 0 0 0 0;	/* haut droite bas gauche */
	padding-left:0px;
	padding: 0 0 0 0;	/* haut droite bas gauche */

}
div.menubas ul li
{
	margin: 0 0 0 0;	/* haut droite bas gauche */
	padding: 0 0 0 0;	/* haut droite bas gauche */
	padding-left:0px;
	float: left;
	display: block;
	background:#CC9933; /* couleur jaune silhouette */
	border: 1px solid gray;
	border-top: 1px solid #fff;
	text-align: center;
}
div.menubas ul li.test1
{ margin: 0 0 0 0;	/* haut droite bas gauche */
width: 178px;
}
div.menubas ul li.test2
{ margin: 0 0 0 0;	/* haut droite bas gauche */
width: 177px;
}
div.menubas ul li a
{  margin: 0 0 0 0;	/* haut droite bas gauche */
	font-weight: bold;
	display: block;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
div.menubas ul li a:hover
{  
	background:#FFFFFF; /* blanc */
	color:#CC9933; /* couleur jaune silhouette */
}


