#menuComplet{
position: absolute;
top: 154px;
right: 0px;
height: 40px;
z-index: 2;
color: white;
}

.menu-texte{
position: relative;
display: inline;
 height: 25px;
 width: auto;
 text-align: center;
 }

.menu-texte a
{
 padding: 1px 25px 4px  25px;/* haut gauche bas droite*/
color: white;
 font-family: comfortaa, Trebuchet, Tahoma, Arial;
 letter-spacing: 2px;
 	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;

 background: #595959;
 list-style-type: none;
border-radius: 4px;
 }	

 #menuDeroulant .menu-texte :hover{
  background: #111111;
	color: white;
}

