/************************
  DECLARATION GENERALES
*************************/

* { margin: 0; padding: 0; }
html, body { background-color: #84815b; text-align: center; font-size: 9pt; font-family: "Lucida Sans", Verdana, Arial, sans-serif; }
#conteneur { text-align: left; margin: auto; width: 788px; background: url(../images/fond.gif) repeat-y; }
#tete { background: url(../images/tete.jpg) no-repeat; width: 788px; height: 203px; }
#menu { background: url(../images/menu.gif) no-repeat; height: 25px; }
#ventre { margin: 0 28px 0 28px; }
#ventre_gauche { float: left; width: 210px; }
#ventre_droit { margin: 10px 15px 10px 230px; }
#pied { clear: both; background: url(../images/pied.gif) repeat-y; height: 74px; }

/**************
   MENU HAUT
***************/

#menu ul { display: inline; float: right; margin: 0 28px 0 0; text-transform: uppercase; font-weight: bold; font-size: 95%; }
#menu ul li { float: left; border-left: 1px solid #444; white-space: nowrap; list-style: none; line-height: 25px; }
#menu ul li a { display: block; padding: 0 5px 0 5px; text-decoration: none; color: #444; }
#menu ul li a:hover { background-color: #fff; color: #b00; }

/**************
  MENU GAUCHE
***************/

/* Premier niveau du menu */
#navigation { list-style-type: none; padding: 0; }

/* Elements du premier niveau */
#navigation li { width: 204px; margin-top: 10px; border-bottom: 1px solid #6a6a61; line-height: 18px; text-transform: uppercase; font-weight: bold; }
#navigation li a { padding-left: 10px; color: #fff; text-decoration: none; }
#navigation li a:hover { color: #b00; }

/* Deuxième niveau du menu */
#navigation li ul { margin: 0; padding: 0 0 0 10px; list-style-type: square; background-color: #6a6a61; }

/* Elements du deuxième niveau */
#navigation li ul li { width: 95%; height: 14px; line-height: 14px; margin: 0; margin-left: 10px;
				padding: 0; color: #fff; font-weight: normal; text-align: left; text-transform: none; }
#navigation li ul li a { margin: 0; padding: 0; height: 100%; color: #fff; text-decoration: none; }
#navigation li ul li a:hover { color: #ffd700; }

