/*iframe,object { z-index: 1 }*/

a
{
   text-decoration: none; /* Les liens ne seront plus soulignÃ©s */
   color: steelblue; /* Les liens seront en rouge au lieu de bleu */
   font-style: inherit; /* Les liens seront en italique (pourquoi pas ?) */
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: lightblue;
}


/*iframe,object { z-index: 1 }*/

/* menu2 */
#menu2 {
	top: 0px;
	right: 0px;
	position: absolute;
	width: auto;
	height: auto;
	_clear: both;
}
#menu2 ul { margin: 0; }
#menu2 li {
	float: right; 
	position: absolute; 
	width: 500px;
        height: 10px;
	margin: 10;
	padding: 10;
	text-align: center;
	_height: 10px;
	list-style: none; 
}
#menu2 li.bigone {  }
#menu2 li ul { display: none; position: absolute }
#menu2 li:hover ul, #menu2 li.over ul { display: block; left: 0 }
#menu2 a { 
	color: #fff;
	font-weight: normal; 
	display: block; 
	text-decoration: none; 
	background: url('images/boutons/x.JPG');
}
#menu2 a.afirst {  }
#menu2 a:hover, #menu2 a.actif { background-position: 0 700px; color: #fff }
#menu2 a span { display: block; padding: 350px 90px }
#menu2 li ul li { width: 400px; text-align: center; }
#menu2 li ul li.lifirst { margin-top: 27px }
#menu2 li ul li a {

	background: #fff; 
	color: #000; 
	border: 1px solid #fff; 
	border-top: 0;
	height: auto;
	_height: 00px;
}
#menu2 li ul li a:hover, #menu2 a.subactif, #menu2 a.subactif:hover { background: #000 }
#menu2 li ul li a span { font-size: 11px; padding: 7px 00px }
#menu2 a.actif, #menu2 a.subactif, a.passif { cursor: default }

/* menu1 email*/
#menu1 {
	top: 2280px;
	left: 50px;
	position: absolute;
	width: auto;
	height: auto;
	_clear: both;
}
/* menu3 HAUT*/
#menu3 {
	top: 2260px;
	left: 110px;
	position: absolute;
	width: auto;
	height: auto;
	_clear: both;
}

/* menu4 */
#menu4 {
	top: 00px;
	left: 00px;
	position: absolute;
	width: auto;
	height: auto;
	_clear: both;
}

/* menu5 txt*/
#menu5 {
	top: 2300px;
	left: 110px;
	position: absolute;
	width: auto;
	height: auto;
	_clear: both;
}

/* menu6  bas de page*/
#menu6 {
	top: 00px;
	left: 100px;
	position: absolute;
	width: auto;
	height: auto;
	_clear: both;
}


