#bandeauAccueil .barreMenu {
	margin-top: -6px;
}

#bandeauAccueil #SousMenu01 {
	height: 18px !important;
	line-height: 1.42857143 !important;
	z-index: 1;
}

#bandeauAccueil #SousMenu02 {
	height: 18px;
	line-height: 1.42857143 !important;
	z-index: 1;
}

#bandeauAccueil .logoCBNBL {
	margin-right: 5px;	
}

.col-lg-4, .col-sm-4, .col-xs-4, .col-lg-8, .col-sm-8, .col-xs-8 {
	min-height: 1px;
}

.col-lg-4, .col-sm-4, .col-xs-4 {
	width: 33.33%;
	float: left;
} 

.col-lg-8, .col-sm-8, .col-xs-8 {
	width: 100%;
}

.row {
	box-sizing: border-box;
	display: table;
	line-height: 21.45px;
	width: 100%;
}

#bandeauAccueil .blocIdentifier {
	text-align: right;	
	margin-right: 115px;
}

#bandeauAccueil .blocIdentifier .seConnecter {
	line-height: 25px;
}

#bandeauAccueil .blocFleur .titre1 {
	margin-top: 23px;
}

#content {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

@media only screen and (max-device-width:480px) {
	#SousMenu02 {
		top: 18px !important;
		height: 29px !important;
		text-align: inherit !important;
	}
	
	#menu {
		width: 260px;
	}
	
	#bandeauAccueil .blocIdentifier, #bandeauAccueil #SousMenu01 {
		display: none !important;
	}
	
	#menu .blocIdentifier {
		display: inline !important;
	}
}


#menu-deroulant, #menu-deroulant ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu-deroulant {
/* on centre le menu dans la page */
    text-align: center;
}
#menu-deroulant li {
/* on place les liens du menu horizontalement */
    display: inline-block;
}
#menu-deroulant ul li {
/* on enlève ce comportement pour les liens du sous menu */
    display: inherit;
}
#menu-deroulant a {
    text-decoration: none;
    display: block;
	color:#ffffff;
}
#menu-deroulant ul {
    position: absolute;
/* on cache les sous menus complètement sur la gauche */
    left: -999em;
    text-align: left;
    z-index: 1000;
    background-color:#8E0D6A;
}
#menu-deroulant li:hover ul {
/* Au survol des li du menu on replace les sous menus */
    left: auto;
    background-color:#8E0D6A;
}

