@charset "utf-8";
#menu {
	text-align:center;
	height:20px;
	padding:0;
	position:relative;
	top:95px;
	font-size:12px;
	font-weight:700;
	font-family:"Courier New", Courier, monospace;
	overflow: hidden;
	z-index:20;
}

ul.idTabs{
  margin:0;
  padding:0;
}

#menu li{
	display:inline;
}

#menu li a{
	text-decoration: none;
}

.menu1{
	display:block;
	width:95px;
	height:25px;
	float:left;
	color: #000;
}
.menu1:hover{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}
.menu1actif{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}

.menu2{
	display:block;
	width:95px;
	height:25px;
	float:left;
	color: #000;
}
.menu2:hover{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}
.menu2actif{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}

.menu3{
	display:block;
	width:95px;
	height:25px;
	float:left;
	color: #000;
}
.menu3:hover{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}
.menu3actif{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}

.menu4{
	display:block;
	width:95px;
	height:25px;
	float:left;
	color: #000;
}
.menu4:hover{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}
.menu4actif{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}

.menu5{
	display:block;
	width:95px;
	height:25px;
	float:left;
	color: #000;
}
.menu5:hover{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}
.menu5actif{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}

.menu6{
	display:block;
	width:95px;
	height:25px;
	float:left;
	color: #000;
	font-size: 14px;
}
.menu6:hover{
	display:block;
	background:#FFF;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}
.menu6actif{
	display:block;
	background:#FFF;
	color:#000;
	width:95px;
	height:25px;
	float:left;
	text-decoration: underline;
}

