@charset "utf-8";
/* CSS Document */
/******** HEADER *************/
div.header {height:36px;padding:12px 26px 0 26px;}
div.header a{width:118px; height:27px;background:url(../images/logo.gif) no-repeat 0 0; float:left}
div.header a span{display:none;}
div.header div{float:right}
div.header label{display:block; float:left;background-color:#b0a096; color:#FFF;padding:2px 15px 2px 15px; height:16px; /height:18px; /padding:2px 15px 2px 15px;}
div.header select{float:left;border:1px solid #999;}

/******** MENU *************/

.jqs_menu{
font-size:13px;
font-family:Tahoma, Geneva, sans-serif;
margin:0;
margin-left:auto;
margin-right:auto;
width:985px; /*1005px*/
padding:0 0 0 20px;
}

.jqs_menu ul{
margin:0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqs_menu ul li{
position: relative;
display: inline;
float: left;
z-index:10;
}

/*Top level menu link items style*/
.jqs_menu ul li a{
display: block;
color: white;
padding: 8px 10px;
border:none;
color: #2d2b2b;
text-decoration: none;
background:url(../images/menu_sep.gif) no-repeat right 0;
text-transform:uppercase;
}

* html .jqs_menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqs_menu ul li a:link, .jqs_menu ul li a:visited{
color: white;
}

.jqs_menu ul li a:hover{
color: white;
}
	
/*1st sub level menu*/
.jqs_menu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqs_menu ul li ul li{
display: list-item;
float: none;
background-color:#372a21;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqs_menu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqs_menu ul li ul li a{
width:170px; /*width of sub menus*/
padding:5px 5px 5px 20px;
margin: 0;
border-bottom: 1px solid #000;
background-color:#372a21; /* A ne pas enlever sinon les sous vont disparaitre au passage de la souri */
background-image:none;
text-transform:none;
}

.jqs_menu ul li ul li a:hover{ /*sub menus hover style*/
background-color:#000;
color: #ccc;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/***/
.jqs_menu ul li.org {background:url(../images/menu_bar_red.gif) repeat-x 0 0; position:relative;}
.jqs_menu ul li.org a{background:url(../images/menu_sep_red.gif) no-repeat right 0;}
.jqs_menu ul li.org a strong{font-weight:normal; display:block; padding-right:15px; background:url(../images/down_red.gif) no-repeat right 4px;}
.jqs_menu ul li.org form {margin:0; background:url(../images/menu_sep_red.gif) no-repeat right 0; height:26px;padding:6px 10px 0 10px; /height:28px; /padding:4px 10px 0 10px;float:left}
.jqs_menu ul li.org form label{color:#FFF; margin:0 5px 0 0;}
.jqs_menu ul li.org form input{font-size:12px;border:none; color:#706457;}

.jqs_menu ul li.org form.membres {margin:0; padding:0; background:none;height:auto; width:auto;}
.jqs_menu ul li.org a.btn-slide {}

/********** AUTHENTIFICATION *************/
#panel {display:none; position:absolute; background-color:#e24a16; margin:0;width:300px; padding:12px 22px 20px 21px; color:#FFF; _left:0; _top:32px;}
#panel p {margin:0 0 10px 0; padding:0}
#panel p label{width:87px;display:block; float:left; _width:80px;}
#panel p input{border:none; /border:1px solid #FFF; margin-right:10px; border:none; color:#372a21; padding:2px 3px;font-size:11px;}
#panel p.srv {margin:15px 0 0 0;width:300px;}
#panel p.srv a{float:left;display:block; text-transform:none; background:none;margin:0; padding:0; font-size:11px;color:#ffba87; line-height:18px;}
#panel p em{float:left;display:block; margin:0 0 0 116px; /margin:0 0 0 112px; _margin:0 0 0 52px; padding:0; font-size:11px;color:#ffba87; line-height:18px; font-style:normal; width:120px;}
#panel p.srv a:hover{text-decoration:underline}
#panel p.srv a.pwf{margin-right:15px;padding-right:16px; background:url(../images/sep_auth.gif) no-repeat right 4px}
#panel p.srv input {float:left;}
#panel form.membres .ok_auth {background:url(../images/btn_ok.gif) no-repeat 0 5px; width:29px; height:20px;cursor:pointer}

#panel a.close {position:absolute;bottom:0; right:0; width:8px; height:8px; background:url(../images/close.gif) no-repeat 0 0;margin:0; padding:3px 3px 4px 5px}
#panel .close span {display:none}



















