/* CSS du menu horizontal, bieler batiste */

.menuIndicateur {
	
}

.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px "Gill Sans", Verdana, Helvetica, sans-serif;
	_font-weight: bold;
	color: #1a5db5;
	background: #ffbc44 url(../images/fond_nav.gif) top left no-repeat;
}

.menu ul {
	width: 120px;
	position: absolute;/* pour sortir la liste du flux de donnees */
	top: 20px;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #649bcf;
	opacity: 0.8;
}

.menu li ul {
	width: 120px;
	margin: 0;
	padding: 0;
	float: left;
	visibility: hidden;
	list-style-image: none;
}

.menu li {
	list-style: none;
	width: 120px;
	text-align: left;
	display: inline;
	display/**/: block;
	float: none;
	float/**/: left;
	margin: 0;
	padding: 0;
}

.menu li li {
	display: block;
	float: none;
	background-color: #649bcf;
}

/* correct a little IE bug */

* html #wrapper #page .menu li li {
	display: inline;
}

.menu a {
	text-align: center;
	display: block;
	width: 110px;
	text-decoration: none;
	padding: 2px 5px;
	margin: 0px;
}

.menu a:hover {
	
}

.ssmenu {
	width: 130px;
	background-color: #649bcf;
	font-family: arial, helvetica, sans-serif;
	color: white;
	height: 115px;
	_height: 116px;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: left;
	list-style-type: none;
}

.ssmenu li {
	margin: 0;
	padding: 0;
	float: left;
}

.ssmenu a {
	width: 110px;
	background-color: #649bcf;
	text-align: left;
	color: white;
	display: block;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px;
}

.ssmenu a:hover {
	background-color: #c1af7c;
	color: white;
}

/* menu outils */

#outils {
	width: 92px;
	height: 16px;
	position: absolute;
	top: 3px;
	left: 870px;
	float: left;
	background-image: none;
	list-style-type: none;
}

#outils li {
	float: left;
	list-style: none;
}

a.contact {
	position: relative;
	top: 0px;
	margin: 0 0 0 3px;
	padding: 0;
	width: 20px;
	height: 16px;
	background: url(../images/contact.gif) no-repeat bottom left;
	display: block;
	float: left;
}

a.sitemap {
	position: relative;
	top: 0px;
	margin: 0 0 0 0;
	padding: 0;
	width: 20px;
	height: 16px;
	background: url(../images/sitemap.gif) no-repeat bottom left;
	display: block;
	float: left;
}

a.langue {
	position: relative;
	top: 0px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 20px;
	height: 16px;
	background: url(../images/english_flag.gif) no-repeat bottom right;
	display: block;
	float: left;
}

/* navigation à gauche */

#navg {
	list-style-type: none;
	margin: 10px;
}

#navg li {
	font-size: 1em;
	line-height: 1.3em;
	color: #1a5db5;
	list-style: square inside none;
}

/* Logos header */

#leslogos {
	/*position: absolute;
	top: 90px;
	left: 650px;
	list-style-type: none;
	*/
}

#leslogos li {
	list-style: none;
	float: left;
}

.hotelcert {
	width: 140px;
	height: 40px;
	background: url(../images/hotelcertif.gif) top left no-repeat;
	display: block;
}

.logisdefrance {
	width: 140px;
	height: 40px;
	background: url(../images/logisdefrance.gif) top left no-repeat;
	display: block;
	z-index: 8;
}