

.Menu {
    float:left;
    display: block;
}

.Submenu{        
    position: fixed;
    z-index: 1;
    display: none;
	background-color: white;
}

.selectedLine{
	background-color: blue;
}

.ImgListing{
	height: 150px;	

}

.textContentAccueil{
	font-size: 13px;
	font-family: Segoe UI;	
}



