@charset "ISO-8859-1";

#choixMenu {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#choixMenuIndex {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	position: absolute;
	z-index: 2;
}

#choixMenu li,#choixMenuIndex li {
	display: inline;
}
#choixMenu li a,#choixMenuIndex li a{
	display:block;
	height: 21px;
	background-color: #F6B349;
	width:150px;
	padding-top: 4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	float: left;
	text-align: center;
}

.liDroite{
	border-left-style:dashed;
	border-left-color:#FFFFFF;
	border-left-width:1px;
}

.centrer  {
	margin-left: 145px;
	padding-top: 40px;
}
.plusLong {
	height: 500px;
}
#corps .menuMince {
	margin-top: 7px;
}
#voirAutreMenu {
	display: block;
	width: 200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
#choixMenu li a:hover, #choixMenuIndex li a:hover{
	background-color: #F9C868;
	background-image:none;
}