.bouton {
	list-style-type: none;
	/*background-image: url("images/bouton.gif");*/
	padding-left: 1px;
	vertical-align: middle;
	line-height: 25px;
	margin-top: 2px;
	background: #000;
}
.bouton a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #ffef00;
}
.bouton a:hover {
	color: #000;
	background-color: #ffef00;

}
.bouton a:active {
/* color: Blank; */
}

.site {
/* caractéristiques générales */
	width: 750px;
}
	
.bandeaupub {
/*	background: url("images/pub.gif");*/
	display: none;
}
.menu {
/* fond et largeur du menu vertical */
	width: 133px;

}
.titre {
/* titre des presenatation et actualités */
  
  /*background: url("images/trait.gif");*/
  background-color: #000;
  padding: 0px;
}
.titre font {
  color: #ffef00;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  /*font-size: 12px;
  font-weight: bold;*/
}

.breves {
  background-color: #000;
}

.breves font{


}

.titredocu {
/* cellule titre de l'espace document */
}

.titredocu font {
	font-size: 12px;
}

.liendocu {
/* cellule lien de l'espace document */
}

.liendocu font {

}

body {
  background-color: #1a181d;
  margin:0;
  padding: 0;
  /*background-image: url(images/traitfond.gif);
  background-repeat: repeat-y;*/
  
}

td {
  background-color: #fff;
}

.bandeau{
	background-color: #1a181d;
	text-align: center;
	}
.menu {
/* fond et largeur du menu vertical */
	width: 15%;

}
.fondmenu {
	background-color:#000;
}
.menuhaut {
  list-style-type: none;
  vertical-align: middle;
  line-height: 20px;
}
.menuhaut td {
  color: #000;
  background-color: #ffef00;
 
}
.menuhaut td a {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
   font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  
  
}
.menuhaut a:hover {
  color: #737313;
}

/* menuV.css
 * For: menuDropdown.js (version: 0.1x)
 */

#mainMenu1 {
  background-color: transparent;
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
  /* if the menu is vertical:
   * set border to 'none'
   * padding-left must be equal to padding-right
   */
  /* position du menu par rapport au haut de la page */
  width: 140px;
  top: 170px;
  z-index: 1;
  position: absolute;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
}

#menuList1 {
/*  border: 1px solid #CCC; */
  margin: 0;
  padding: 2px;
  position: static;
  /* do not use a position other than 'static' here */
  /* if the menu is vertical:
   * margin-left + border-left-width + padding-left must be equal to
   * margin-right + border-right-width + padding-right
   */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  /* do not change these rules */
}

#menuList1 li a {
  background-color: #000;
  color: #fff603;
  display: block;
  /*border: 1px solid #EEE;*/
  border-bottom: 2px solid White;
  margin: 0;
  padding: 4px 4px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

#menuList1 li a:hover, #menuList1 li a:focus {
  background-color: #fff603;
  color: #000;
  
}

#menuList1 li a.actuator {
/* menu principal quand il comporte un sous-menu */
  background: url("images/fleche-noire.gif") no-repeat 100% 50% #000;
  color: #fff603;
  /*padding-right: 20px;*/
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  background: url("images/fleche-grise.gif") no-repeat 100% 50% #fff603;
  color: #000;
}

#menuList1 .menu {
  background-color: #000;
  color: #000;
  margin: 0;
  padding: 0px;
  width: 180px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu .menu {
  margin-left: 0px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}


.boutonbas {
	list-style-type:none;
	margin-right: 8px;
	
}

.boutonbas a {
	font:bold 10px Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}


.boutonbas a:hover {
	color: #fff603;
}
