
.top {
    background-color: #fff;
    padding: 12px 0;
}
.top .contact {
    float: left;
    width: 50%;
}
.top .contact p {
    color: #6e6e6e;
    width: 960px;
    margin: auto;
    font-size: 14px;
    font-family: Miryad Pro, Arial;
}

.top .social  {
    float: right;
    width: 50%;
}
.top .social ul {
    float: right
}
.top .social ul li {
    list-style-type: none;
    display: inline-block;
    width: 24px;
    margin: 0 7px 0 0;
}
.top .social ul li img{
    width: 100%;
}

/* header */

#header {
    position: relative;
    z-index: 101;
}
#header .customlogo {
    float: left;
    height: 183px;
    margin-bottom: -37px;
    width: 240px;
}
#header .customlogo img {
    position: absolute;
    top: -20px;
}
#header .customdate {
    background-image: url("../images/date-trait.jpg");
    background-repeat: repeat-x;
    float: left;
    margin: 35px 25px 0 0;
    width: 510px;
}
#header .customdate p {
    background-color: #F7F7F7;
    color: #95b464;
    font-family: Trebuchet MS;
    font-size: 18px;
    line-height: 25px;
    margin-left: 40px;
    padding: 8px 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 400px;
    text-shadow: 0px 1px 1px #fff;
}


#header div.navigation {
    background-color: #214168;
    border-radius: 10px 10px 0 0;
    float: left;
    height: 50px;
    margin: -28px 0 12px 0;
    width: 960px;
    position: relative;
    z-index: 10;
    padding: 0;
}
#header div.navigation > ul {
    background-position: 0 54px;
    background-repeat: no-repeat;
    text-align: right;
    list-style-type: none!important;
    background-image: url("../images/menu-bottom.jpg");
    padding: 0 0 20px 0;
    width: 100%;
    height: 60px; 
}
#header ul.menu li {
    border:0; 
    margin:0 !important; 
    display: inline;
    list-style: none;
    position: relative;
    background: none;
    float: none;
    border-right: none;
}
#header ul.menu li a {
    text-decoration: none;  
    border: 0;
    margin: 0px 0 0 0;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    font-family: Trebuchet MS;
    font-size: 15px;
    line-height: 40px;
    color: #fff;  
    text-transform: uppercase;
}
#header ul.menu li a:hover {
    color: #fff;  
}
#header ul.menu li.active > a {
    color: #fff;
    font-weight: normal;
    margin-top: -4px;
    padding: 9px 10px;
    background-color: #0c3356;
}
#header ul.menu li .nav-child {
    display: none;     
    top: 30px;
}
#header ul.menu li.active > .nav-child {
    top: 35px;
}
#header ul.menu li:hover > ul.nav-child {
    display:block;
    position:absolute;
    text-align:left;
    padding:15px 0px 20px;
    list-style-type:none;
    left:0;
    width:280px;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border:0;   
}
#header ul.menu li:hover > ul.nav-child li {
    display: inline-block;
    padding: 0 0 0 15px;
    min-width: 245px;
    float: none; 
}
#header ul.menu li:hover > ul.nav-child li a{
    line-height: 28px;
    padding: 5px 10px 5px 0;
    display: block;
    margin: 0;
    background: none;
    border-bottom: 1px dotted #555;
    color: #ccc;
}
#header ul.menu li:hover > ul.nav-child li a:hover{
    color: #fff;
}

#header ul.menu li:hover > ul.nav-child li:last-child a{
    border: none; 
}

/*** Header Carrousel ***/

#header #carrousel {
    padding: 20px 0 0 0;
    margin: 0;
}
#header #carrousel .slidesjs-navigation,
#header #carrousel .slidesjs-pagination {
    display: none!important;
}