a.menuGauche:link { color: #000; text-decoration: none; }
a.menuGauche:visited { color: #000; text-decoration: none; }
a.menuGauche:active { color: #000; text-decoration: none; }
a.menuGauche:hover { color: #000; text-decoration: none; }

a.footer:link { color: #000; text-decoration: none; }
a.footer:visited { color: #000; text-decoration: none; }
a.footer:active { color: #000; text-decoration: none; }
a.footer:hover { color: #000; text-decoration: none; }



body {
  background-color: #333;
}

	
#main,#header,#footer {
  width: 700px;
  margin-left: auto ;
  margin-right: auto ;
}

#footer {
  width: 570px;
  float: right;
  text-align: center;
  font-size:10pt;
  font-family: sans-serif;
  clear: both;
  background-color: #666666;
}

#menuGauche {
  width: 125px;
  float: left;
  background-color: #CCCC99;
  font-size:10pt;
  font-family: sans-serif;
  text-align: justify;
  margin-left: 2px;
  margin-right: 1px;
}

#menuPrincipal {
  width: 570px;
  float: right;
  font-size: 12px;
  color: #000;
  margin-left: 1px;
  margin-right: 0px;
  background-color: #FFF;
}

.menuItem {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  padding: 0px 0px 0px 0px;
}
