/* NAVIGATION */
.menu {
    font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
    height:230px;
    position:relative;
    background:url('../images/fond-edito.jpg') no-repeat bottom left;
    text-align:center;
}

.menu ul {
    padding:0; 
    margin:0;
    list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
    float:left;
    position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
    display:block; 
    text-decoration:none; 
    color:#ce2b37; 
    width:120px;
    height:1.5em;
    font-weight:normal;
    text-transform:uppercase;
    color:#888; 
    border-bottom:10px solid #009246;
    background:#fff; 
    padding:0px 2px; 
    line-height:1.5em;
    margin-right:10px;
}

.menu ul li a.last, .menu ul li a.last:visited {
    margin-right:0px;
    border-bottom:10px solid #0B0103;
}

.menu ul li a.first, .menu ul li a.first:visited {
    margin-left:5px;
}

/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
    width:130px;
    w\idth:120px;
}
/* hide the drop down menu */
.menu ul li ul {
    display: none;
}

/* remove all table style so that it does not interfere with the menu */
.menu table {
    margin:-1px; 
    border-collapse:collapse;
    font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
    color:#ce2b37; 
    border-bottom:10px solid #0B0103;
}

/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
    display:block; 
    position:absolute; 
    top:1.4em;
    margin-top:11px;
    left:0; 
    width:129px;
    border:1px solid #888;
   /* border-top:0;*/
    background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
    display:block; 
    background:transparent url(../images/opaque.png); 
    color:#ce2b37; 
    border:0;
    margin:0;
    color:#333;
    font-weight:normal; 
    font-size:0.9em;
    height:auto; 
    line-height:1em; 
    padding:5px; 
    width:119px;
    border:1px solid #F3F3F3;
    border-width:1px 0px 0px 0px;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
    background:#FFF; 
    color:#009246;
    border:1px solid #0B0103;
    border-width:1px 0px 1px 0px;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
    background:transparent filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity:0.8;
    margin-top:10px; /* for IE5.5 faulty box model */
    marg\in-top:11px; /* for IE6 */
    
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
    background:#ddd;
    width:130px; /* for IE5.5 faulty box model */
    w\idth:120px; /* for IE6 */
}

/* PHOTO + EDITO */
.menu #edito {
    text-align:justify;
    height:200px;
    border:1px solid #8D8D8D;
    border-width:0 0 1px 0;
    padding-top:0px;
    background:transparent url(../images/lui-mp3-italia.png) no-repeat 100% 92%; 
    clear:both;
}

* html .menu #edito  {
     padding-top:4px;
}

.menu #edito img{
    display:inline;
    margin-right:10px;
    border-right:1px solid #F3F3F3;
    margin-top:4px;
}

.menu #edito span.texte {
    text-align:justify;
    color:#333;
    font-size:small;
}

.menu #edito span.titre-edito {
  font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  font-size:16px;
  color:#333;
  font-weight:bold;
  line-height:28px;
}