﻿
.MenuBoiteOutils {
    background: #6386a1 none;
    width: 100%;
    height: 15px;
    padding: 4px 0;
    font-size: 10px;
}

.MenuBoiteOutils ul li
{
 padding:0;
}


.MenuBoiteOutils ul li a {
    color: #fff;
    padding:0 5px;
    border-right:1px solid #fff;
    vertical-align:text-top;
}

.MenuBoiteOutils ul li a:hover
{
 text-decoration:underline;
}

.MenuBoiteOutils ul li:last-child a
{
 border:none;
}

h2
{
 color:#6386A1;
}