#menurubrique, #menuprinc{
/*width: 99%;*/
}

#menurubrique:after, #menuprinc:after { 
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
padding: 0px;
margin: 0px;
}

#menurubrique ul, #menuprinc ul{
/*width: 100%;*/
padding: 0px;
margin: 0px;
float: left;

}


#menurubrique ul li, #menuprinc ul li{
	display: inline;
}


#menurubrique ul li a, #menuprinc ul li a{
	float: left;
}

#menurubrique ul li a:hover, #menuprinc ul li a:hover{

}

.dropmenudiv {
	position: absolute;
	top: 0px;
        padding: 0px;
        margin: 0px;
	font-family: verdana, arial;
        text-align: left;
	font-size: 11px;
	border: 1px solid #4e4e4e; 
	z-index:100;
	background-color: #ffffff;
	/*width: 200px;*/
	visibility: hidden;
	text-decoration: none;
	color: #000000;
}

.dropmenudiv a {
	/*width: 100%;*/
	display: block;
	text-indent: 10px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;		
}

.dropmenudiv a:hover { 
	background-color: #99200f;
	text-decoration: none;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;		
}
.titre-rubrique {
    background-image: url('../images/Commun/haut-sous-menu.gif');
    color: #ffffff;
    font-weight: bold;
}

.contour-menu {
    background-color: #4e4e4e;
}

.rubrique-On {
    background-image: url('../images/Commun/bg_menu_On.gif');
    background-repeat: no-repeat;
}
.table-rubrique {
    border-bottom: solid 1px #4e4e4e;
}
.rubrique {
    background-color: #fefefe;
}

.section{
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
}

.section img {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    float: left;
}

.section a {
        clear: left;
	width: 100%;
	display: block;
        margin: 0px;
	text-indent: 15px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-image: url('../images/Commun/bg_menu.gif');
        padding-top: 2px;
        padding-bottom: 3px;
        background-repeat: no-repeat;
}

.section a:hover { 
	background-image: url('../images/Commun/bg_menu_On.gif');
        background-repeat: no-repeat;
	text-decoration: none;
}

a.section-On {
    background-image: url('../images/Commun/bg_menu_On.gif');
    background-repeat: no-repeat;
    font-weight: bold;
}

.ul-rubriqueprincipale {
    padding: 5px 0px 5px 10px;
    margin: 0px;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: -5px;
}
/*
.ul-rubriqueprincipale li{
    padding-left: 5px;
}
.ul-rubrique li {
    padding-left: 15px;
}
*/
.ul-rubrique {
    padding: 0 0 0 20px;
    margin: 0px;
    list-style: none;
    text-indent: -5px;
}

.categorieCourante {
    font-weight: bold;
}

.categorie {
    font-weight: normal;
}


