﻿#menu {
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 2px 0px;
	z-index: 3;
	width: 100%;
	height: 39px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: -40px;
	position:relative;
}
.menu_boite {
	margin: 0px 8px 0px 8px;
	border-style: solid;
	padding: 5px 10px 14px 10px;
	width: auto;
	z-index: 4;
	float: left;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 15px;
	font-weight:bold;
}

.menu_boite.active{
	border-color: #999999 #999999 #FFFFFF #999999;
	border-width: 2px 2px 2px 2px;
	color: #808080;
	background-color:white;
}

.menu_boite.nonactive{

	border-color: #C0C0C0 #C0C0C0 #FFFFFF #C0C0C0;
	border-width: 2px 2px 0px 2px;
	color: #666666;
	background-color: #E6E6E6;
	text-decoration: underline;
}

.menu_boite a{
	text-decoration:none;
	color:#313131;
}

.menu_boite a:hover
{
	color:#606060;
}

