
.jquerycssmenu{
font: 11px Arial;
/*border-bottom: 1px solid black;*/
padding-left: 0px; /*offset of tabs relative to browser left edge*/
/* ------------------------------------------------------------------------------------> DEBUT BORDURE GAUCHE MENU */
border-left: 0px solid #000000;
/* ------------------------------------------------------------------------------------> FIN BORDURE GAUCHE MENU */
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
margin-right: 13px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/*background: white url(tintblue.gif) top center repeat-x;*/ /*background of tabs (default state)*/
padding: 5px 11px 4px 11px;
margin-right: 0px; /*spacing between tabs*/
/*border: 1px solid #778;*/
border-bottom-width: 0;
text-decoration: none;
}



.jquerycssmenu ul li a:hover{
/*background-image: url(tintbluedark.gif);*/ /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
/* ------------------------------------------------------------------------------------> DEBUT BORDURE HAUT 2ND NIVEAU */
border-top: 0px solid black;
/* ------------------------------------------------------------------------------------> FIN BORDURE HAUT 2ND NIVEAU */
/* ------------------------------------------------------------------------------------> DEBUT DECALAGE 2ND NIVEAU */
margin-top: 0px;
margin-left: 0px;
/* ------------------------------------------------------------------------------------> FIN DECALAGE 2ND NIVEAU */
text-align: left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
/*
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}
*/

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 139px; /*width of sub menus*/
padding: 4px 5px;
margin: 0;
/*border-top-width: 0;*/
border-top: 0px none;
/* ------------------------------------------------------------------------------------> DEBUT BORDURES 2ND NIVEAU */
border-right: 0px solid black;
border-bottom: 0px solid black;
border-left: 0px solid black;
/* ------------------------------------------------------------------------------------> FIN BORDURES 2ND NIVEAU */
}

.jquerycssmenu ul li ul li a:hover{
/*sub menus hover style*/
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}




/* ================================================================== */
/* ============================= STYLES NIVEAUX ========================= */
/* ================================================================== */

/* ######## DEBUT NIVEAU 1 ######## */

a.niveau1:link{
color: black;
font: 11px Arial;
color: #000000;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
}

a.niveau1:visited{
color: black;
font: 11px Arial;
color: #000000;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
}

a.niveau1:hover{
font: 11px Arial;
color: #00abe5;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
}

a.niveau1_ON:link{
font: 11px Arial;
color: #00abe5;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
}

a.niveau1_ON:visited{
font: 11px Arial;
color: #00abe5;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
}

a.niveau1_ON:hover{
font: 11px Arial;
color: #00abe5;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
}

/* ######## FIN NIVEAU 2 ######## */

/* ######## DEBUT NIVEAU 2 ######## */

a.niveau2:link{
font: normal 11px Arial;
background: white;
color: black;
background: #d5d5d5;
text-decoration: none;
}

a.niveau2:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #d5d5d5;
text-decoration: none;
}

a.niveau2:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #00abe5;
text-decoration: none;
}

a.niveau2_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #00abe5;
text-decoration: none;
}

a.niveau2_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #00abe5;
text-decoration: none;
}

a.niveau2_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #00abe5;
text-decoration: none;
}

/* ######## FIN NIVEAU 2 ######## */

/* ######## DEBUT NIVEAU 3 ######## */

a.niveau3:link{
font: normal 11px Arial;
background: white;
color: black;
background: #d5d5d5;
text-decoration: none;
}

a.niveau3:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #d5d5d5;
text-decoration: none;
}

a.niveau3:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #00abe5;
text-decoration: none;
}

a.niveau3_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #00abe5;
text-decoration: none;
}

a.niveau3_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #00abe5;
text-decoration: none;
}

a.niveau3_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #00abe5;
text-decoration: none;
}

/* ######## FIN NIVEAU 3 ######## */














/* -------------------------------------------------------------------------------------------------------------- */

/* ######## DEBUT COLONNE1NIVEAU 1 ######## */

a.colonne1niveau1:link{
background-color: #00908e;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne1niveau1:visited{
background-color: #00908e;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne1niveau1:hover{
background-color: #00908e;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne1niveau1_ON:link{
background-color: #005d5c;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne1niveau1_ON:visited{
background-color: #005d5c;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne1niveau1_ON:hover{
background-color: #005d5c;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

/* ######## FIN COLONNE1NIVEAU 1 ######## */

/* ######## DEBUT COLONNE1NIVEAU 2 ######## */

a.colonne1niveau2:link{
font: normal 11px Arial;
background: white;
color: black;
background: #b4dfde;
text-decoration: none;
}

a.colonne1niveau2:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #b4dfde;
text-decoration: none;
}

a.colonne1niveau2:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #00908e;
text-decoration: none;
}

a.colonne1niveau2_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #00908e;
text-decoration: none;
}

a.colonne1niveau2_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #00908e;
text-decoration: none;
}

a.colonne1niveau2_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #00908e;
text-decoration: none;
}

/* ######## FIN COLONNE1NIVEAU 2 ######## */

/* ######## DEBUT COLONNE1NIVEAU 3 ######## */

a.colonne1niveau3:link{
font: normal 11px Arial;
background: white;
color: black;
background: #b4dfde;
text-decoration: none;
}

a.colonne1niveau3:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #b4dfde;
text-decoration: none;
}

a.colonne1niveau3:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #b4dfde;
text-decoration: none;
}

a.colonne1niveau3_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #b4dfde;
text-decoration: none;
}

a.colonne1niveau3_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #b4dfde;
text-decoration: none;
}

a.colonne1niveau3_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #b4dfde;
text-decoration: none;
}

/* ######## FIN COLONNE1NIVEAU 3 ######## */










/*--------------------------------------------------------------------------------------------*/

/* ######## DEBUT COLONNE2NIVEAU 1 ######## */

a.colonne2niveau1:link{
background-color: #79c5e0;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne2niveau1:visited{
background-color: #79c5e0;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne2niveau1:hover{
background-color: #79c5e0;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne2niveau1_ON:link{
background-color: #79c5e0;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne2niveau1_ON:visited{
background-color: #79c5e0;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne2niveau1_ON:hover{
background-color: #79c5e0;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

/* ######## FIN COLONNE2NIVEAU 1 ######## */

/* ######## DEBUT COLONNE2NIVEAU 2 ######## */

a.colonne2niveau2:link{
font: normal 11px Arial;
background: white;
color: black;
background: #c7e7f2;
text-decoration: none;
}

a.colonne2niveau2:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #c7e7f2;
text-decoration: none;
}

a.colonne2niveau2:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #79c5e0;
text-decoration: none;
}

a.colonne2niveau2_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #79c5e0;
text-decoration: none;
}

a.colonne2niveau2_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #79c5e0;
text-decoration: none;
}

a.colonne2niveau2_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #79c5e0;
text-decoration: none;
}

/* ######## FIN COLONNE2NIVEAU 2 ######## */

/* ######## DEBUT COLONNE2NIVEAU 3 ######## */

a.colonne2niveau3:link{
font: normal 11px Arial;
background: white;
color: black;
background: #ffbab3;
text-decoration: none;
}

a.colonne2niveau3:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #ffbab3;
text-decoration: none;
}

a.colonne2niveau3:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #ff4c4f;
text-decoration: none;
}

a.colonne2niveau3_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #ff4c4f;
text-decoration: none;
}

a.colonne2niveau3_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #ff4c4f;
text-decoration: none;
}

a.colonne2niveau3_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #ff4c4f;
text-decoration: none;
}

/* ######## FIN COLONNE2NIVEAU 3 ######## */













/*--------------------------------------------------------------------------------------------*/

/* ######## DEBUT COLONNE3NIVEAU 1 ######## */

a.colonne3niveau1:link{
background-color: #88b709;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne3niveau1:visited{
background-color: #88b709;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne3niveau1:hover{
background-color: #88b709;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne3niveau1_ON:link{
background-color: #88b709;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne3niveau1_ON:visited{
background-color: #88b709;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne3niveau1_ON:hover{
background-color: #88b709;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

/* ######## FIN COLONNE3NIVEAU 1 ######## */

/* ######## DEBUT COLONNE3NIVEAU 2 ######## */

a.colonne3niveau2:link{
font: normal 11px Arial;
background: white;
color: black;
background: #e1f4ad;
text-decoration: none;
}

a.colonne3niveau2:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #e1f4ad;
text-decoration: none;
}

a.colonne3niveau2:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #88b709;
text-decoration: none;
}

a.colonne3niveau2_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #88b709;
text-decoration: none;
}

a.colonne3niveau2_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #88b709;
text-decoration: none;
}

a.colonne3niveau2_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #88b709;
text-decoration: none;
}

/* ######## FIN COLONNE3NIVEAU 2 ######## */

/* ######## DEBUT COLONNE3NIVEAU 3 ######## */

a.colonne3niveau3:link{
font: normal 11px Arial;
background: white;
color: black;
background: #e1f4ad;
text-decoration: none;
}

a.colonne3niveau3:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #e1f4ad;
text-decoration: none;
}

a.colonne3niveau3:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #88b709;
text-decoration: none;
}

a.colonne3niveau3_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #88b709;
text-decoration: none;
}

a.colonne3niveau3_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #88b709;
text-decoration: none;
}

a.colonne3niveau3_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #88b709;
text-decoration: none;
}

/* ######## FIN COLONNE3NIVEAU 3 ######## */






















/*--------------------------------------------------------------------------------------------*/

/* ######## DEBUT COLONNE4NIVEAU 1 ######## */

a.colonne4niveau1:link{
background-color: #724209;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne4niveau1:visited{
background-color: #724209;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne4niveau1:hover{
background-color: #724209;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne4niveau1_ON:link{
background-color: #724209;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne4niveau1_ON:visited{
background-color: #724209;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne4niveau1_ON:hover{
background-color: #724209;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

/* ######## FIN COLONNE4NIVEAU 1 ######## */

/* ######## DEBUT COLONNE4NIVEAU 2 ######## */

a.colonne4niveau2:link{
font: normal 11px Arial;
background: white;
color: black;
background: #e9d4ba;
text-decoration: none;
}

a.colonne4niveau2:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #e9d4ba;
text-decoration: none;
}

a.colonne4niveau2:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #724209;
text-decoration: none;
}

a.colonne4niveau2_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #724209;
text-decoration: none;
}

a.colonne4niveau2_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #724209;
text-decoration: none;
}

a.colonne4niveau2_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #724209;
text-decoration: none;
}

/* ######## FIN COLONNE4NIVEAU 2 ######## */

/* ######## DEBUT COLONNE4NIVEAU 3 ######## */

a.colonne4niveau3:link{
font: normal 11px Arial;
background: white;
color: black;
background: #e9d4ba;
text-decoration: none;
}

a.colonne4niveau3:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #e9d4ba;
text-decoration: none;
}

a.colonne4niveau3:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #724209;
text-decoration: none;
}

a.colonne4niveau3_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #724209;
text-decoration: none;
}

a.colonne4niveau3_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #724209;
text-decoration: none;
}

a.colonne4niveau3_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #724209;
text-decoration: none;
}

/* ######## FIN COLONNE4NIVEAU 3 ######## */




















/*--------------------------------------------------------------------------------------------*/

/* ######## DEBUT COLONNE5NIVEAU 1 ######## */

a.colonne5niveau1:link{
background-color: #e67d2f;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne5niveau1:visited{
background-color: #e67d2f;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne5niveau1:hover{
background-color: #e67d2f;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne5niveau1_ON:link{
background-color: #e67d2f;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne5niveau1_ON:visited{
background-color: #e67d2f;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

a.colonne5niveau1_ON:hover{
background-color: #e67d2f;
font: 11px Arial;
color: #ffffff;
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
text-decoration: none;
width: 131px;
font-weight:bold;
text-align: center;
}

/* ######## FIN COLONNE5NIVEAU 1 ######## */

/* ######## DEBUT COLONNE5NIVEAU 2 ######## */

a.colonne5niveau2:link{
font: normal 11px Arial;
background: white;
color: black;
background: #fed7ba;
text-decoration: none;
}

a.colonne5niveau2:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #fed7ba;
text-decoration: none;
}

a.colonne5niveau2:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #e67d2f;
text-decoration: none;
}

a.colonne5niveau2_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #e67d2f;
text-decoration: none;
}

a.colonne5niveau2_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #e67d2f;
text-decoration: none;
}

a.colonne5niveau2_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #e67d2f;
text-decoration: none;
}

/* ######## FIN COLONNE5NIVEAU 2 ######## */

/* ######## DEBUT COLONNE5NIVEAU 3 ######## */

a.colonne5niveau3:link{
font: normal 11px Arial;
background: white;
color: black;
background: #fed7ba;
text-decoration: none;
}

a.colonne5niveau3:visited{
font: normal 11px Arial;
background: white;
color: black;
background: #fed7ba;
text-decoration: none;
}

a.colonne5niveau3:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #e67d2f;
text-decoration: none;
}

a.colonne5niveau3_ON:link{
font: normal 11px Arial;
background: white;
color: white;
background: #e67d2f;
text-decoration: none;
}

a.colonne5niveau3_ON:visited{
font: normal 11px Arial;
background: white;
color: white;
background: #e67d2f;
text-decoration: none;
}

a.colonne5niveau3_ON:hover{
font: normal 11px Arial;
background: white;
color: white;
background: #e67d2f;
text-decoration: none;
}

/* ######## FIN COLONNE5NIVEAU 3 ######## */
