
.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;
margin-top: 0px;
}

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

}

/*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: 0px 0px 0px 0px;
margin-left: 2px; /*spacing between tabs*/
margin-right: 2px;
/*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: 1px solid #8d8d8f;
padding: 8px 0px 8px 0px;
background-color: #ffffff;
/* ------------------------------------------------------------------------------------> FIN BORDURE HAUT 2ND NIVEAU */
/* ------------------------------------------------------------------------------------> DEBUT DECALAGE 2ND NIVEAU */
margin-top: -4px;

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: 217px; /*width of sub menus*/
padding: 2px 0px 5px 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 ul{
margin-left: 1px;
}

.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;
}


.jquerycssmenu ul li a img{

}

.jquerycssmenu ul li a img:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

/* ================================================================== */
/* ============================= 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;

color: black;

text-decoration: none;
}

a.niveau2:visited{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.niveau2:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.niveau2_ON:link{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.niveau2_ON:visited{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.niveau2_ON:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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

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

a.niveau3:link{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.niveau3:visited{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.niveau3:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.niveau3_ON:link{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.niveau3_ON:visited{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.niveau3_ON:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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














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

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

a.colonne1niveau1:link{

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;


text-align: center;
}

a.colonne1niveau1:visited{

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;


text-align: center;
}

a.colonne1niveau1:hover{

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;


text-align: center;
}

a.colonne1niveau1_ON:link{

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;


text-align: center;
}

a.colonne1niveau1_ON:visited{

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;


text-align: center;
}

a.colonne1niveau1_ON:hover{

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;


text-align: center;
}

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

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

a.colonne1niveau2:link{
background-image:url(../images/design/fond_bouton_ENJEUX_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne1niveau2:visited{
background-image:url(../images/design/fond_bouton_ENJEUX_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne1niveau2:hover{
background-image:url(../images/design/fond_bouton_ENJEUX_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne1niveau2_ON:link{
background-image:url(../images/design/fond_bouton_ENJEUX_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne1niveau2_ON:visited{
background-image:url(../images/design/fond_bouton_ENJEUX_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne1niveau2_ON:hover{
background-image:url(../images/design/fond_bouton_ENJEUX_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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

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

a.colonne1niveau3:link{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne1niveau3:visited{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne1niveau3:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne1niveau3_ON:link{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne1niveau3_ON:visited{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne1niveau3_ON:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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










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

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

a.colonne2niveau1:link{

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;


text-align: center;
}

a.colonne2niveau1:visited{

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;


text-align: center;
}

a.colonne2niveau1:hover{

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;


text-align: center;
}

a.colonne2niveau1_ON:link{

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;


text-align: center;
}

a.colonne2niveau1_ON:visited{

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;


text-align: center;
}

a.colonne2niveau1_ON:hover{

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;


text-align: center;
}

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

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

a.colonne2niveau2:link{
background-image:url(../images/design/fond_bouton_PRESENTATION_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne2niveau2:visited{
background-image:url(../images/design/fond_bouton_PRESENTATION_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne2niveau2:hover{
background-image:url(../images/design/fond_bouton_PRESENTATION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne2niveau2_ON:link{
background-image:url(../images/design/fond_bouton_PRESENTATION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne2niveau2_ON:visited{
background-image:url(../images/design/fond_bouton_PRESENTATION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne2niveau2_ON:hover{
background-image:url(../images/design/fond_bouton_PRESENTATION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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

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

a.colonne2niveau3:link{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne2niveau3:visited{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne2niveau3:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne2niveau3_ON:link{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne2niveau3_ON:visited{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne2niveau3_ON:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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













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

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

a.colonne3niveau1:link{

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;


text-align: center;
}

a.colonne3niveau1:visited{

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;


text-align: center;
}

a.colonne3niveau1:hover{

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;


text-align: center;
}

a.colonne3niveau1_ON:link{

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;


text-align: center;
}

a.colonne3niveau1_ON:visited{

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;


text-align: center;
}

a.colonne3niveau1_ON:hover{

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;


text-align: center;
}

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

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

a.colonne3niveau2:link{
background-image:url(../images/design/fond_bouton_AMBITION_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne3niveau2:visited{
background-image:url(../images/design/fond_bouton_AMBITION_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne3niveau2:hover{
background-image:url(../images/design/fond_bouton_AMBITION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne3niveau2_ON:link{
background-image:url(../images/design/fond_bouton_AMBITION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne3niveau2_ON:visited{
background-image:url(../images/design/fond_bouton_AMBITION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne3niveau2_ON:hover{
background-image:url(../images/design/fond_bouton_AMBITION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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

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

a.colonne3niveau3:link{
background-image:url(../images/design/fond_bouton_AMBITION_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne3niveau3:visited{
background-image:url(../images/design/fond_bouton_AMBITION_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne3niveau3:hover{
background-image:url(../images/design/fond_bouton_AMBITION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne3niveau3_ON:link{
background-image:url(../images/design/fond_bouton_AMBITION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne3niveau3_ON:visited{
background-image:url(../images/design/fond_bouton_AMBITION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne3niveau3_ON:hover{
background-image:url(../images/design/fond_bouton_AMBITION_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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






















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

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

a.colonne4niveau1:link{

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;


text-align: center;
}

a.colonne4niveau1:visited{

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;


text-align: center;
}

a.colonne4niveau1:hover{

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;


text-align: center;
}

a.colonne4niveau1_ON:link{

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;


text-align: center;
}

a.colonne4niveau1_ON:visited{

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;


text-align: center;
}

a.colonne4niveau1_ON:hover{

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;


text-align: center;
}

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

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

a.colonne4niveau2:link{
background-image:url(../images/design/fond_bouton_SOLUTIONS_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne4niveau2:visited{
background-image:url(../images/design/fond_bouton_SOLUTIONS_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne4niveau2:hover{
background-image:url(../images/design/fond_bouton_SOLUTIONS_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne4niveau2_ON:link{
background-image:url(../images/design/fond_bouton_SOLUTIONS_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne4niveau2_ON:visited{
background-image:url(../images/design/fond_bouton_SOLUTIONS_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne4niveau2_ON:hover{
background-image:url(../images/design/fond_bouton_SOLUTIONS_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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

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

a.colonne4niveau3:link{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne4niveau3:visited{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne4niveau3:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne4niveau3_ON:link{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne4niveau3_ON:visited{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne4niveau3_ON:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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




















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

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

a.colonne5niveau1:link{

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;


text-align: center;
}

a.colonne5niveau1:visited{

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;


text-align: center;
}

a.colonne5niveau1:hover{

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;


text-align: center;
}

a.colonne5niveau1_ON:link{

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;


text-align: center;
}

a.colonne5niveau1_ON:visited{

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;


text-align: center;
}

a.colonne5niveau1_ON:hover{

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;


text-align: center;
}

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

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

a.colonne5niveau2:link{
background-image:url(../images/design/fond_bouton_MEDIATHEQUE_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne5niveau2:visited{
background-image:url(../images/design/fond_bouton_MEDIATHEQUE_OFF.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne5niveau2:hover{
background-image:url(../images/design/fond_bouton_MEDIATHEQUE_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne5niveau2_ON:link{
background-image:url(../images/design/fond_bouton_MEDIATHEQUE_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne5niveau2_ON:visited{
background-image:url(../images/design/fond_bouton_MEDIATHEQUE_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne5niveau2_ON:hover{
background-image:url(../images/design/fond_bouton_MEDIATHEQUE_ON.gif);
background-repeat:no-repeat;
background-position: top left;
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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

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

a.colonne5niveau3:link{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne5niveau3:visited{
font: normal 11px Arial;

color: black;

text-decoration: none;
}

a.colonne5niveau3:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne5niveau3_ON:link{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne5niveau3_ON:visited{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

a.colonne5niveau3_ON:hover{
font: normal 11px Arial;

color: white;

text-decoration: none;
}

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