/* CSS Document */
#main_menu ul {
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	background-color: #666666;
	text-align: center;
}

.upmenu {
  float:left;
  width:100%;
  background-color: #666666 ;
}

.upmenu li {
	float: left;
    margin:0;
    padding:0;
    background-color:#666666;
    height:15px;
    border-bottom:1px solid #666666;
}

.upmenu a {
	margin: 0;
	width: 80px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	font-variant: small-caps;
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;*/
}

.upmenu a:hover {
	background-color: #666666;
	color: #FFCC00;
}
#main_menu {
	position: relative;
	text-align: center;
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #666666;
}

/* select box (ville et departement) */
#ville, #departement {
  width:140px;
}