/* CSS FIGARO V4
	Auteur : Studio FIGARO.fr
	Date de crÃ©ation: mecredi 28 dÃ©cembre 2005
	Date de modification: mecredi 22 juin 2006 */

ul, li {padding:0; margin:0;}



/****  DEBUT AJOUT ****/ 




#global2 {
     margin-left: auto;
     margin-right: auto;
     text-align: center; /* on rétablit l'alignement normal du texte */
	 top: -7px;
	 _top: 10px;
	 left: 2px;
	 position: relative;
	 background-color:#FFF;
     }


/*** global : comprend les noms des (sous-)rubriques ***/	

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	width:auto;
	list-style: none;
	line-height: 1;
	z-index:10000000;	
	}


/* rubriques menu déroulant */
#nav a {
	display: block;
	text-decoration: none;
	color:#333333;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px #CCCCCC;
	margin-left: 10px;
	font-size: 13px;
	text-align: left;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
	padding-left: -10px;
	text-indent: 1pt;
	font-family: "trebuchet ms";
	font-weight: normal;

	}

/* navigation menu déroulant */
#nav li ul a:hover {
	background-color:#CC0000;
	display: block;
	_width: 135px;
	width: 135px;
	color: #FFFFFF;
	}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	font-size:10px;}

#nav li ul a { /* all list items */
	width: 135px;
	_width: 135px;
	display: block;}

/* menu déroulant (fond + bordure)*/
#nav li ul {
	position: absolute;
	width: 155px;
	left: -999em;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 13.7em;
	border-top-color: #ccccc;
	border-top-style: solid;
	border-size:1px;}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;}

#content {
	clear: left;
	color: #cccccc;
	}
	
/* alternative text */
#nav li h2,
#nav li h3,
#nav li h4 {
	padding: 0;
	margin: 0;
	}
	
/* alignement menu deroulant*/
#nav .nopads{
	padding:0;
	border:0;
	cursor: pointer;
	left: 0px;

}

/* roll over */
.theme{
	position:absolute; 
	top:-25px;
	left: -1px;
	border:0;
	}
/* footer menu deroulant */
.theme2{
	position:static;
	border:0;
	height: 10px;
	background-color: #FFFFFF;
	visibility: inherit;
	}

 

/* MENU NOUVELLE VERSION : 20-03-2007 */
/* CCH : A modifier pour tout rajout de rubrique dans le menu */
.menu32, .menu33,.menu34, .menu35,.menu36,.menu37,.menu38,.menu39{
	height:25px;
	display:block;
	text-indent:-10000px;
	cursor:pointer;
	background-position: 0 0;
	padding:0;
	margin:0;
	text-align: center;
	}				

.menu32{
	background: url(/IMG/moton32.gif) no-repeat;
	width: 88px;}
.menu33{
	background: url(/IMG/moton33.gif) no-repeat;
	width: 120px;}
.menu34{
	background: url(/IMG/moton34.gif) no-repeat;
	width: 148px;}
.menu35{
	background: url(/IMG/moton35.gif) no-repeat;
	width: 82px;}
.menu36{
	background: url(/IMG/moton36.gif) no-repeat;
	width: 140px;}
.menu37{
	background: url(/IMG/moton37.gif) no-repeat;
	width: 120px;}
.menu38{
	background: url(/IMG/moton38.gif) no-repeat;
	width: 83px;}
.menu39{
	background: url(/IMG/moton39.gif) no-repeat;
	width: 150px;}
