.clear-left {clear: left;}
.clear-right {clear: right;}
.clear-both {clear: both;}

#menu-container {
    display: block;
    height: 33px;
    padding: 0;
    z-index: 999;
    float: left;
}
#menu-container ul.menu-list {
    margin: 0;
    padding: 0;
}

#menu-container a {
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: block;
    font-size: 12px;
}
#menu-container a span {
    margin: 0;
    padding: 0;
    color: #88136a;
    display: block;
    float: left;
    font-weight: bold;
    padding: 0;
}
#menu-container li {
    float: left;
    margin: 0;
    display: inline;
    list-style-type: none;
}

/* MENU ROLL OVER  */
.bubbleInfo {
    position: relative;
    z-index: 999;
	text-transform: uppercase;
}
#menu-container li .popup {
    top: 33px; /*position du sous menu*/
    position: absolute;
    display: none;
}
#menu-container li .popup .contenu{
    background-color: #FFFFFF;
    padding: 2px;
    margin: 0;
    /*border: 1px solid #c9c9c9;couleur et largeur du cadre*/
    /*border-top: none;*/
    text-align: left;
}
#menu-container li .popup .contenu dl{
    display: block;
    margin: 0;
    padding: 0;
}
#menu-container li .popup .contenu  dd {
    display: block;
    margin: 4px;/*espace entre les lignes*/
    padding: 0;
    font-size: 12px;
    color: #fdabb9;
    font-weight: normal;
	background-image:url(images/fond/puce_menu1.gif);
	background-repeat:no-repeat;
}
#menu-container li .popup .contenu  dd a{
    margin: 0;
	padding-left: 10px; /*position gauche du sous menu dans la cellule*/
    color: #858688;/*Couleur du text inactif*/
    font-weight: bold;
    float: none;
	/*border-bottom: 1px dotted #532444;Couleur des filets entre texte, dotted*/
}
#menu-container li .popup .contenu  dd  a:hover{
    color: #fdabb9;
    /*background: transparent;*/
	/*background-color: #532444;Couleur du fond sous le texte actif
	border-bottom: 1px dotted #532444;*/
	background-image:url(images/fond/puce_menu2.gif);
	background-repeat:no-repeat;
}

#menu-active {
	margin: 0;
	padding: 0;
	height: 34px;
	text-align: center;
}
#menu-active dl {
	margin: 0;
	padding: 0;
    display: inline;
}
#menu-active dl dd {
	margin: 0;
	padding: 0;
    display: inline;
}
#menu-active a {
    margin-top: 4px;
    margin-right: 115px;
	font-size: 13px;
	color: #532444;
	font-weight: bold;
	text-decoration: none;
}
#menu-active a:hover {
	font-size: 13px;
	color: #88136a;
	font-weight: bold;
	text-decoration: none;
}