
/***** Menu principal *****/

#menu {width: 100%;  margin: 0; padding: 0; list-style: none; line-height:1;}
#menu li{float: left; padding: 0; position: relative;}

#menu li.puce:after {content: "";}
#menu li.puce:last-child:after {content: normal;content: "-"; /* pour Safari */}

#menu a {float: left; height: 18px; padding: 16px 15px 14px 15px; font-family: 'Raleway', sans-serif; font-size:16px; color: #fff; text-decoration: none;transition:0.3s}
#menu li:hover > a {color: #fff; background-color: #f25555;}
*html #menu li a:hover{/* IE6 */color: #FFF;}
#menu li:hover > ul{display: block;}

/***** Sous-menu *****/

#menu ul{list-style: none; margin: 0; padding: 0; display: none; position: absolute; top: 33px; left: 0; z-index: 99999; color: #fff; background-color: #591212;}
#menu ul li{float: none; margin: 0; padding: 0; display: block; }
#menu ul li:last-child{-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
#menu ul a {padding: 10px; height: auto; line-height: 1; display: block; white-space: nowrap; float: none; text-transform: none; color: #ffff; font-size:15px;}
*html #menu ul a{ /* IE6 */ height: 10px; width: 150px;}
*:first-child+html #menu ul a{ /* IE7 */height: 10px; width: 150px;}
#menu ul a:hover{color: #fff; background:#d50003;}
#menu ul li:first-child a{}
#menu ul li:first-child a:after{content: ''; position: absolute; left: 30px; top: -8px; width: 0; height: 0; font-size:12px; font-weight:normal;}
#menu ul li:first-child a:hover:after {border-bottom-color: #6d1616;}
#menu ul li:last-child a{}


/***** Rétablissement du flottement *****/

#menu:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
