* html #menu { zoom: 1; }
* html #menu li a:hover {color: #fafafa;}

#header{position: relative; z-index:10;}

#menu  li
{
	float: left;
	margin: 0 7px;
	height: 35px;
	z-index: 991;
}

#menu li.current {
	background: transparent url("../bg/pointe-vert.gif") no-repeat scroll bottom center;
	height: 45px;
}

#menu a:hover , #menu li.current a {

	background: #7DAF23 url("../bg/menu-vert.gif") repeat-x scroll 0 0;
	color: #fff;
}

#menu li.current * a {
	background: #444;
}

#menu  * a {

	padding: 9px 7px;	
	margin: auto;
	background-color: #F5F5F5;
	height: 17px;
	border-radius: 3px;
	behavior: url(assets/css/PIE.htc);
}

#menu  * * a {

	width: 150px;
	background-color: #444;
	height: 17px;
	border-radius: 0px;
	color:#fff;

}

#menu li  ul,
{
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: -14px;
    z-index: 994;    
	background: transparent url("../bg/pointe-grise.gif") no-repeat scroll 35px 5px;
	width: 150px;
}

#menu li.current ul,
{
	background: none;
}

#menu li.current * ul,
{
	background: none;
	background: transparent url("../bg/pointe-grise.gif") no-repeat scroll 7px 20px;
}

#menu  li ul li ul
{
  position: absolute;
  width: 150px;
  top: -10px;
  left: 160px;
  padding: 10px 0 0 0px;
  background: transparent url("../bg/pointe-grise.gif") no-repeat scroll 7px 20px;
}

#menu li.pro a {
	color: #c6edf8;
	background: #2f99b8 url("../bg/menu-bleu.gif") repeat-x scroll 0 0;
}

#menu li.pro  a:hover{
	background: #2f99b8 url("../bg/menu-bleu.gif") repeat-x scroll 0 0;
	color: #FFF;
}

#login{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#f5f5f5);
behavior: none;
font-weight:bold;
}


.dossiers .pull-right{ display:none;}
.dossiers li a{font-size:14px; color:#000000; display:inline-block; width:90%;font-family:Arial, Helvetica, sans-serif;border-radius: 5px;behavior: url(assets/css/PIE.htc);}
.dossiers .icon-folder-close {margin: 2px 5px 0 0;}
.dossiers li.selected a { background: #7DAF23;color:#FFF;}
.dossiers li.selected a:hover { background: #7DAF23;color:#333;}
.dossiers li.selected a i.icon-folder-close{background-image: url("../img/glyphicons-halflings-white.png");}
.dossiers li a:hover i.icon-folder-close{background-position: -408px -120px;}

div.liens_sponso {padding: 0 0 20px 50px;}
blockquote.article { border-left: 2px solid #EFEFEF;padding: 0px;}
div.liens_sponso h5 {font-size: 14px;line-height: 18px; margin-top:5px;}
