.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background:#6C757A;
border: 1px solid #000;
margin-top:15px;
z-index: 100;
}

.megamenu .column{
 /*width of each menu column*/
margin:0;
width:250px; height:170px;
}

#megamenu1 .column{ 
background:url('img/bg-menu.html') bottom center no-repeat; height:270px; border:4px solid #fff;
}
#megamenu2 .column{ 
background:url('img/bg-menu.html') bottom center no-repeat; height:270px; border:4px solid #fff; 
}
#megamenu3 .column{ 
background:url('img/bg-menu.html') bottom center no-repeat; height:270px; border:4px solid #fff; 
}
#megamenu4 .column{ 
background:url('img/bg-menu.html') bottom center no-repeat; height:270px; border:4px solid #fff; 
}
#megamenu5 .column{ 
background:url('img/bg-menu.html') bottom center no-repeat; height:270px; border:4px solid #fff; 
}

 /*taille image :475x213*/
.megamenu .visuel{
margin:1em 0 0 0;
width: 475px;
height:213px;
}

.megamenu .column ul{
margin: 20px;
padding:0;
}

.megamenu .column ul li{
color:#FFFFFF;
list-style-position:outside;
margin:7px 0;
}

.megamenu .column h3{
font-size:1.7em; 
font-family: 'WalkwaySemiBoldRegular'; 
margin:0 ;
background:none;
line-height:1em;
clear:both;
color:#FFF;
margin-top:5px;
margin-left:5px;
}

.megamenu .column h3 img{
vertical-align:text-top;
}

.megamenu .column ul li a{
text-decoration: none;
color:#fff;
font-weight:normal;
text-shadow: 1px 1px 0px #555;
font-size:1em; 
font-family: 'WalkwaySemiBoldRegular';
}

.megamenu .column ul li a:hover{
	color:#FF9148;
}

.logoaccueil {padding-top:0px; }

.menu a {
color:#fff;
display:block;
float:left;
font-family: 'HelveticaNeue67MediumCondense';
font-size:17px;
width:104px;
height:50px;
padding-top:8px;
text-align:center;
background:url('img/trait.jpg') right no-repeat;
}



.menu a:hover { color:#fff; text-decoration:none; background:#4d4d4d;}
.menu .active{color:#fff; text-decoration:none; background:#4d4d4d;}