	/* Styles du menu situé dans l'entete
------------------------------------------------------------------------- */
.last {}
/* pour marquer en blanc le menu où on se trouve */
.menu .active a:visited, .menu .active a {color:#FFFFFF;}
.menu .first {border-left:1px solid #f5b869;}


.menu {
width:759px; 
margin:10px 0px 0px 16px;
position:relative;
z-index:1000;
float:left;
font-size:19px;
font-weight:bold;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#f5b869; 
padding:0px 8px 0px 9px;
font-weight:normal;
border-right:1px solid #f5b869;
/*
display:block; 
text-align:center; 
text-decoration:none; 
width:106px; 
height:30px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#c9c9a7; 
line-height:30px; 
font-size:11px;
*/
}


/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#ffffff; 
/*
color:#fff; 
background:#b3ab79;
*/
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
/*padding:5px 0px 0px 0px;*/
top:23px; 
left:0;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#800000; 
color:#fac785;
font-weight:bold;
font-size:15px;
width:152px;
margin:0px 0px 0px 0px;
border-left:1px solid #f5b869;
}



/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#f08800; 
color:#ffffff;
}







/* Styles du menu du pied de page
------------------------------------------------------------------------- */
/* pour marquer en blanc le menu où on se trouve */
.menuBottom .active a:visited, .menu .active a {color:#FFFFFF;}
.menuBottom .first {border-left:1px solid #929292;}

.menuBottom {
margin:0px 0px 0px 0px;
position:relative;
z-index:100;
font-size:12px;
font-weight:normal;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menuBottom ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menuBottom ul li {
float:left; 
position:relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menuBottom ul li a, .menuBottom ul li a:visited {
display:block; 
text-decoration:none; 
color:#929292; 
font-weight:normal;
border-right:1px solid #929292;
padding:0px 9px 0px 9px;

/*
display:block; 
text-align:center; 
text-decoration:none; 
width:106px; 
height:30px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#c9c9a7; 
line-height:30px; 
font-size:11px;
*/
}

.menuBottom ul li a span {color:#929292;}

/* make the dropdown ul invisible */
.menuBottom ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menuBottom ul li:hover a {
color:#ffffff; 
/*
color:#fff; 
background:#b3ab79;
*/
}


.menuBottom ul li:hover ul li a span {font-size:19px;}

/* style the background and forground colors of the links on hover */
.menuBottom ul li:hover ul li a:hover {
background:#440000; 
color:#ffffff;
}






/* Styles du menu du Livre d'Or
------------------------------------------------------------------------- */
/* pour marquer en blanc le menu où on se trouve */
.menuLivreOr .active a:visited, .menu .active a {color:#FFFFFF;}
.menuLivreOr .first {border-left:0px solid #f5b869;}

.menuLivreOr {
margin:0px 0px 0px 0px;
position:relative;
z-index:100;
font-size:12px;
font-weight:normal;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menuLivreOr ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menuLivreOr ul li {
float:left; 
position:relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menuLivreOr ul li a, .menuLivreOr ul li a:visited {
display:block; 
text-decoration:none; 
color:#f5b869; 
font-size:17px;
font-weight:normal;
border-right:1px solid #f5b869;
padding:0px 9px 0px 9px;

/*
display:block; 
text-align:center; 
text-decoration:none; 
width:106px; 
height:30px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#c9c9a7; 
line-height:30px; 
font-size:11px;
*/
}

.menuLivreOr ul li a span {color:#f5b869;}

/* make the dropdown ul invisible */
.menuLivreOr ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menuLivreOr ul li:hover a {
color:#ffffff; 
/*
color:#fff; 
background:#b3ab79;
*/
}


.menuLivreOr ul li:hover ul li a span {font-size:19px;}

/* style the background and forground colors of the links on hover */
.menuLivreOr ul li:hover ul li a:hover {
background:#440000; 
color:#ffffff;
}

