
/*----Menu & edito & suite lol--------*/


/* menu du site (enfin retour) :D */

#container{position:relative}
#test{position:absolute !important;z-index:100 !important}

/* debut menu fixe */

#globalo {
     margin-left: auto;
     margin-right: auto;
     width:1090px;
     }

.tab_fixed {
	width: 1090px;
	position: fixed;
	text-align: center;
	margin-right: 0px;
	margin-left: 80px;
}


.center_menul{
  background-image: url('modules/menujc/images/gauche2.png');
	text-align: center;
	background-repeat: repeat-x;
	font-size: 1.0em;
	color: #f5f5f3;
	height: 39px;
}
.center_menul a {color: #f5f5f3;}

/* fin de la position fixe */

.boutonFF {
    color:#FFFF00;
    width:92px;
    height:29px;
    display:block !important;
    display:none;
    background-image:url('images/btn_orange.gif');
    border:1px solid #000;
    margin-right:1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-family: verdana;
    font-size:12px;
    line-height:29px;
    overflow:hidden;
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity: 0.75;
 }

.boutonFF:hover {
    height:auto;
    cursor:pointer;
    color:#0080FF;
    background-image:url('images/btn_black_silver.gif');
 }

.boutonGG {
    color:#000000;
    width:110px;
    height:29px;
    display:block !important;
    display:none;
    background-image:url('images/btn_orangeGG.gif');
    border:1px solid #000;
    margin-right:1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-family: verdana;
    font-size:xx-small;
    line-height:29px;
    overflow:hidden;
        filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity: 0.75;
 }

a.SousMenu, a.SousMenu:link, a.SousMenu:visited, a.SousMenu:active {
    display:block;
    width:92px !important;
    width:118px;
    height:29px;
    text-decoration:none;
    color:#400040;
    font-family: verdana;
    font-size:9px;
    text-align:center;
    background:#eee;
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity: 0.75;
}


a.SousMenu:hover {background:#ECE9D8;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}