
/*-*-*-*-*-*-*-*-* DEBUT base Menu Gauche -*-*-*-*-*-*-*-*-*-*-*-*-*-**/




/* MENU GAUCHE */
.MenuGaucheContainer {
	background-color: #FFF;
	min-height: 100vh;
	width: 60px;
	border-right: 1px solid #eeeeee;
}


.MenuGaucheBurger {
	background-color: #803588;
	height: 120px;
	text-align:center;

}

#ImgCloseBurger {
	vertical-align:middle; 
	margin-top:48px;	
}



.MenuGauchePicto {
	height: 70px;
	width: 60px;
	text-align:center;
	float:left;

}


.MGPictoHome {
	background-image: url("../img/picto-home.png");
	background-position: center center;
    background-repeat: no-repeat;

}

.MGPictoCompte {
	background-image: url("../img/picto-compte.png");
	background-position: center center;
    background-repeat: no-repeat;

}

.MGPictoProspect {
	background-image: url("../img/picto-prospect-actif.png");
	background-position: center center;
    background-repeat: no-repeat;

}


.MGPictoApporteur {
	background-image: url("../img/picto-apporteur.png");
	background-position: center center;
    background-repeat: no-repeat;

}

.MGPictoProduit {
	background-image: url("../img/picto-produit.png");
	background-position: center center;
    background-repeat: no-repeat;

}


.MGPictoDocument {
	background-image: url("../img/picto-document.png");
	background-position: center center;
    background-repeat: no-repeat;

}


.MGPictoMessagerie {
	background-image: url("../img/picto-message.png");
	background-position: center center;
    background-repeat: no-repeat;

}







/*-*-*-*-*-*-*-*-* FIN base Menu Gauche -*-*-*-*-*-*-*-*-*-*-*-*-*-**/
