.MENU1 {
    height			: 90px;
	color			 : #fff;
	background-color : #fff;
	box-shadow		 : -1px 2px 5px 1px rgba(0, 0, 0, 0.3); 
} 

.btn_SeDeconnecter_txt {
	fill:#39A3BD	;
}
	
#btn_SeDeconnecter_rect {
    stroke:#39A3BD
}


.BleuFonce {
    background: #00a4bf;
}

.BtnBleu {
    background-color:#00a6c1;
    border:0px solid #4e6096;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family	: Montserrat-Regular;
    text-decoration:none;
}
.Orange {
    background-color:#72c5d4;
    width:100px;
    padding:2px;
    margin:2px;
}
.BtnTeleconsultation {
    background: #72C5D4;
}

.Libelle_orange {
    color: #EC762C;
    font-family: ArcherPro-Medium;
}
.Puce {
    color: #ec552c;
}
.BtnBleu:hover {
    color:#00a6c1;
    text-decoration:none;
    background-color:#fffefe;
}

.BtnBleu:active {
    position:relative;
    top:1px;
}

.BtnAlerte {
    background: #ec552c ;
    padding:25px;
    margin:0px;
    height:100px;

    border-radius : 5px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}