
.DivMain
	{
	margin-left: 5px;
	}
	
.MenuGauche
    {
    overflow: hidden;
    background-color: #D3E3FF;
    }
   
.MenuGauche A
    {
    color: Navy;
    font-family : Verdana;
    font-weight : normal;
    font-size: 14px;
    text-align: middle;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    }

.MenuGauche A:Hover
    {
    color: white;
    font-family : Verdana;
    font-weight : normal;
    background: #256193;
    transition: 0.1s;
    }
           