#bandeau{
	
	color: white;
    height: 14%;
    background-color: rgb(78, 143, 233);
    /*transform: translateY(-98px);*/
    font-size: xx-large;
    text-align: center;
    padding-top: 0%;
    display: table;
    width: 100%;

}

#bandeau:hover{
	/*transition: background-color 0.5s ease;
	background-color: rgb(130, 198, 229);*/
	transition: color 0.5s ease;
	color: black;
}

.Titremed{
    color: white !important;
}
.Titremed:hover{
	transition: color 0.5s ease;
	transition: text-shadow 0.2s ease;
	text-shadow: 0px 0px 2px white!important;
	color: rgb(78, 143, 233) !important;
	cursor: help;
	
}