.megamenu{
position: absolute;
display: none;
left: 0;
top: 2;

background:#3f3e40 url(../../images/bg-slider-item.jpg) bottom left repeat-x;
border-top: 1px solid #f29400;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding: 20px;
z-index: 100;


}

.megamenu .column{

 /*width of each menu column*/
margin:0;
width: 475px;
}

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

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding:0;
margin:0 0 0em 0;
line-height:1em;
}

.megamenu .column h3{
font: bold 2em  Arial;
margin:0 0em .2em 0;
background:none;
line-height:1em;
}

.megamenu .column ul li a{
text-decoration: none;
color:#d7d7d7;
font-weight:normal;
margin:0.5em 0.3em;
padding:0.3em 1em;
font-size:0.8em;
}

.megamenu .column ul li a:hover{
color:#f29400;
background:url(../../images/picto-menu.png) center left no-repeat;
}