@charset "utf-8";
#menu {
	position: absolute;
	left: 0px;
	top: 180px;
	margin:0px;
	padding:0px;
	z-index:1000;
}
.menu_haut {
	width: 185px;
	height: 20px;
	background: url(images/menu_haut.png) no-repeat;
}
.menu_corps {
	width: 185px;
	background: url(images/menu.png) repeat-y;
	padding-top:5px;
	padding-bottom:5px;
}
.menu_filigramme {
	background-image: url(images/menu_filigramme.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 155px;
	margin-top: -90px;
	position: absolute;
	left: 5px;
	top: 100%;
	z-index:0;
}
.menu_bas {
	width: 185px;
	height: 184px;
	background: url(images/menu_bas.png) no-repeat;
}
.box_menu_bas {
	width: 185px;
	height: 30px;
	background: url(images/box_menu_bas.png) no-repeat;
}
#menu h1 {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 157px;
}
#menu a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 150px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	background-image: url(images/menu_a.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#menu a:hover,#menu a.current{
	color: #FF0000;
	padding-left: 25px;
	background-image: url(images/menu_a_hover.gif);
}

#menu .partenaires {
	/*background-color: #999999;*/
	height: 90px;
	width: 120px;
	margin-left: 20px;
}
#recherche_ok {
	color: #FFFFFF;
	background-color: #CC9999;
	width: 25px;
	display: block;
}
.box_menu,
.box_menu_membre {
	width: 170px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*margin-top: 15px;*/
	margin-bottom:15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
.box_menu_membre {
	background-image: url(images/opaque2.png);
	background-repeat: repeat;
}
.box_menu h1,
.box_menu_membre h1 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
.box_menu h2,
.box_menu_membre h2 {
	font-size: 14px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.box_menu ul.liste_menu ,
.box_menu_membre ul.liste_menu {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.box_menu ul.liste_menu li,
.box_menu_membre ul.liste_menu li {

}
.box_menu .new_menu,
.box_menu_membre .new_menu  {
	margin-top:10px;
	background-color:#99CC66;
}
.box_menu .new_menu .input_new_menu,
.box_menu_membre .new_menu  .input_new_menu{
	width:90px;
	margin-left:10px;
}
.box_menu .new_menu .btn_new_menu,
.box_menu_membre .new_menu  .btn_new_menu{
	width:55px;
}

#recherche {
	height: 25px;
	width: 140px;
	padding: 0px;
}
#recherche img {
	float: left;
	margin-top: 1px;
}
#recherche  a {
	float: right;
	width: 20px;
	height: 20px;
	display: block;
	padding-top: 2px;
	text-align: center;
	padding: 0px;
	background-color: #FFA6A6;
	margin-top: 2px;
}
#recherche a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	padding-left: 0px;
}
