
.menu {
	height:4em;
	background: #bd0109;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px;
	padding-left:0px;
	overflow:hidden;
	cursor:pointer;
}

* html .menu {
	padding-bottom:0px;
	padding:0px;
	margin:0 0 0 0;
	cursor:pointer;
}

.menu ul li a b{
	cursor:pointer;
}
.menu ul{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0px;
	width:100%;
	height:100%;
}

.menu li{
	float:left;
	width: 140px;
	margin:0 0 0 0;
	padding:0px;
	padding-left:0px;
}

.menu a, .menu :visited {
	color:white;
	text-decoration:none;
}

.menu a b, .menu :visited b {
	display:block;
	font-weight:normal;
	height:2em;
	line-height:2em;
	-moz-border-radius: 0 10px 0 0;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:2em;
	top:2em;
	left:0px;
	margin:0 0 0 0;
	padding:0px;
	background:#D90009;
}

.menu :hover {
	white-space:normal;
}

.menu a:hover b {
	color:#DD0000;
	background:#D90009;
}


.menu ul ul li a {
	display:block; 
	margin:0 0 0 0;
	font-size:12px;
	line-height:2em;
	float:left;
	color:white; 
	width:auto;
	padding:0 10px;
}

.menu ul :hover ul li a:hover {
	color:white;
	text-decoration:underline;
}

.menu ul li:hover li {
	background: #D90009;
	cursor:pointer;
}

.menu li:hover > a b {  
	color:white; /*white;*/
	background:#D90009;
	width:100%;
	margin-left:0px;
}


.menu ul li:hover ul, .menu ul a:hover ul{
	display:block;
	visibility:visible;
	top:2em;
}

.menu ul ul li {
	border-left:1px solid white;
	background:#D90009;
	height:2em;
}

/**************************SOUS RUBRIQUES*********************************/
.smenu {
	visibility:hidden;
	position:absolute;
	top:2em; /*2em;26px;*/
	left:0px;
	width:100%;
	height:2em;
	background:#D90009;
	vertical-align:middle;
	overflow:hidden;
}

.smenu ul li{
	padding-top:3px;
	float:left;
	width:136px;
	vertical-align:bottom;
}

.smenu ul li  a b{
}


.smenu ul li {
	border-left:1px solid white;
	background:#D90009;
	height:2em;
	text-align:left;
	padding-left:3px;
}



#menu_r1 a, #menu_r2 a, #menu_r3 a, #menu_r4 a, #menu_r5 a, #menu_r6 a, #menu_r7 a

{
    color:white;
    text-decoration:none;
} 


#menu_r1 a, #menu_r2 a, #menu_r3 a, #menu_r4 a, #menu_r5 a, #menu_r6 a, #menu_r7 a, #menu a

{
    color:white;
    text-decoration:none;
}


