#content{
  position:relative;
}
header{
  position:relative;
/*  border-bottom:5px solid #1f373f;*/
	width:100%;
  height:140px;
/*  margin-bottom:5px; */
} 
header #title img{vertical-align:top; }


#menu{
  padding-left:20px;
  width:1100px;
  overflow:hidden;
  margin:auto auto;
}
#menu .optionTitle{
  font-weight:bold;
}
#menu .menuLine{
  clear:both;    
  width:1100px;
  height:60px;
  line-height:60px; 
  margin-top:10px;
  margin-bottom:10px;
  vertical-align:middle; 
  border-radius:10px;  
}
.menuLine.client .menuImage{
	background:url(../images/client-50.png) no-repeat 20px 5px;   
}
.menuLine.vehicule .menuImage{
	background:url(../images/car-50.png) no-repeat 20px 5px;  
}
.menuLine.dossier .menuImage{
	background:url(../images/dossier-50.png) no-repeat 20px 5px;  
}
.menuLine.invoice .menuImage{
	background:url(../images/invoice-50.png) no-repeat 20px 5px;  
}
.menuLine.rapport .menuImage{
	background:url(../images/dashboard-50.png) no-repeat 20px 5px;  
}
.menuLine.achat .menuImage{
	background:url(../images/supplier-50.png) no-repeat 20px 5px;   
}
.menuLine.partenaire .menuImage{
	background:url(../images/partenaire-50.png) no-repeat 20px 5px;   
}
.menuLine.settings .menuImage{
	background:url(../images/settings-50.png) no-repeat 20px 5px;   
}
.menuLine.rental .menuImage{
	background:url(../images/rental-50.png) no-repeat 20px 5px;   
}
.menuLine.accounting .menuImage{
	background:url(../images/accounting-50.png) no-repeat 20px 5px;   
}
.menuLine.employee .menuImage{
	background:url(../images/employee-48.png) no-repeat 20px 5px;   
}
.menuLine.insurance .menuImage{
	background:url(../images/insurance-48.png) no-repeat 20px 5px;   
}
.menuLine.expert .menuImage{
	background:url(../images/expert-48.png) no-repeat 20px 5px;   
}
.menuLine.document .menuImage{
	background:url(../images/expert-48.png) no-repeat 20px 5px;   
}
.menuLine.camera .menuImage{
	background:url(../images/clock-48.png) no-repeat 20px 5px;   
}
.menuImage{
  width:100px;       
  height:60px;  
  float:left; 
}




#menu #title{
  line-height:70px;
  font-size:30px;
  height:70px;
}




#menu #headerLine{
  background:#62D143;
  font-weight:bold;
  overflow:hidden;
}

#headerLine .infoLine div{
  text-align:center;
}

#menu .infoLine{
  clear:both;
}
#menu .infoLine div{
  display:inline-block;
}
/*-------------------------------------------------------- */

nav.navbar{
  border-top:none !important;
}
#menu_drop{
}
#menu_drop .title{
/*  font-weight:bold;*/
}
#menu_drop a{ 
  padding-left:30px;
}
#menu_drop a.employee{
	background:url(../images/employee-24.png) no-repeat 0px 14px;   
}
#menu_drop a.invoice{
	background:url(../images/invoice-24.png) no-repeat 0px 14px;   
}
#menu_drop a.dossier{
	background:url(../images/dossier-24.png) no-repeat 0px 14px;   
}
#menu_drop a.accounting{
	background:url(../images/accounting-24.png) no-repeat 0px 14px;   
}
#menu_drop a.rental{
	background:url(../images/rental-24.png) no-repeat 0px 14px;   
}
#menu_drop a.insurance{
	background:url(../images/insurance-24.png) no-repeat 0px 14px;   
}
#menu_drop a.supplier{
	background:url(../images/supplier-24.png) no-repeat 0px 14px;   
}
#menu_drop a.partenaire{
	background:url(../images/partenaire-24.png) no-repeat 0px 14px;   
}
#menu_drop a.dashboard{
	background:url(../images/dashboard-24.png) no-repeat 0px 14px;   
}
#menu_drop a.document{
	background:url(../images/document-24.png) no-repeat 0px 14px;   
}
#menu_drop a.camera{
	background:url(../images/clock-24.png) no-repeat 0px 14px;   
}
#menu_drop .dark{
  background:#1f373f;
}
#menu_drop .dropdown-menu li{
  padding-left:1px;
  padding-bottom:1px;
}


#menu_drop .dropdown-menu li:nth-child(1) a { border-left:4px solid #636393; }
#menu_drop .dropdown-menu li:nth-child(2) a { border-left:4px solid #B5222D; }
#menu_drop .dropdown-menu li:nth-child(3) a { border-left:4px solid #D4953C; }
#menu_drop .dropdown-menu li:nth-child(4) a { border-left:4px solid #609491; }
#menu_drop .dropdown-menu li:nth-child(5) a { border-left:4px solid #87A248; }
#menu_drop .dropdown-menu li:nth-child(6) a { border-left:4px solid #636393; }
#menu_drop .dropdown-menu li:nth-child(7) a { border-left:4px solid #B5222D; }
#menu_drop .dropdown-menu li:nth-child(8) a { border-left:4px solid #D4953C; }
#menu_drop .dropdown-menu li:nth-child(9) a { border-left:4px solid #609491; }
#menu_drop .dropdown-menu li:nth-child(10) a { border-left:4px solid #87A248; }




