#nav-container{
	font-size:76%;
	width:199px;
	}
	
.titre-rubrique { 
	/*background: #DB7093;
	height:21px;*/
	font-weight: bold;
	color: #000000;
	font-size:11pt;
	text-align:left;
	margin-top:2px;
	margin-bottom:2px;
	padding-left:15px;
	background-image:url(IMG/rubriques.gif);
    background-repeat:no-repeat;
}

.bas-rubrique { 
	/*background: #DB7093;
	height:21px;*/
	/*font-weight: normal;*/
	color: #000000;
	font-size:11pt;
	text-align:right;
	margin-top:2px;
	margin-bottom:2px;
	padding-right:15px;
	background-image:url(IMG/rubriques_bas.gif);
    background-repeat:no-repeat;
}

#nav ul {
	float: left;
	width:181px;
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 2px;
	text-align:left;
	display: list-item;
	padding-left:5px;
	padding-right:5px;
    border-width:4px;
    border-top-width:0;
    border-bottom-width:0;
    border-style:solid;
    border-color:#DB7093;
}

#nav  li {padding-bottom: 2px;}
#nav a {
	text-decoration:none;
	/*DEUIL*/color:#FFFFFF;
}


#nav li:hover {
	background:#808080;
	width:181px;

}
