

.textecal {
/* texte calendrier */
	color : black
}
.detailcal {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.datecal {
	padding: 3px;
	background-color: #6a6a6a;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.heurecal {
/* heure de l'évènement */
	display: none;
}

.titre {
  background-color: #feff04;
  padding: 2px;
  border-left: 15px solid #000;
}
.titre font {
  color: #000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
}

hr{
margin:0px;
padding: 0px;
/*color: #00437f;*/
height: 1px;
/*background-color: #00437f;*/
border: none;

}

.breves {
  background-color: #000;
  padding: 5px;

}

.titrebreves font{

}

.textebreves 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: #000;
}

td {
  background-color: #fff;
  color : #000;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

.contenu{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #000;
	}
	
.entete{
	
	}
	
.cellmenu{

	}
	

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

#mainMenu1 {
  text-align: center;
  
  background: url(images/fond-menu.jpg) repeat-x;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 ; 
  padding: 0;
  /* if the menu is horizontal and has a 'static' position:
   * do not set a non-zero margin-top, if the BODY element has a zero
   * padding-top and this menu is its first 'static' child
   * this is due to an Opera 7 bug :-(
   */
  z-index: 1;
  position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#menuList1 {
/* intérieur du menu */
  /*border: 1px solid #286BBD;*/
  margin: 0;
  padding: 0;
  /* do not use a position other than 'static' here */
}

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

#menuList1 li a {
/* boutons liens premier niveau */
  background-color: transparent;
  color: #feff04;
  display: inline;
  line-height: 30px;
  margin: 0;
  padding: 4px 10px;
  /* 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 {
  color: #fff;
  /*background-color: #b5a687;*/
  
}

/* As Win/IE5.0 doesn't apply padding on inline elements, background images
 * must be hidden from it, otherwise they will be displayed behind text
 */
#menuList1 li a.actuator {
  
  background: url("images/fleche-grise.png") no-repeat 100% 50%;
  color: #feff04;
  padding-right: 15px;/*pour l'espace pour la flèche*/
  
 
}

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

#menuList1 .menu {
 border: 1px solid #000;
  margin: 0;
  padding: 0px;
   width: 150px;
  /* 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 li a {
  display: block;
  text-align: left;
  line-height: normal;
  background-color: #000;
  color: #feff04;
}

#menuList1 .menu li a:hover {
  background-color: #feff04;
color: #000;
}

#menuList1 .menu li a.actuator {
color: #754875;
background: url("images/fleche-noire.png") no-repeat 100% 50% #ccc;
}

#menuList1 .menu li a.actuator:hover {
color: #754875;
background: url("images/fleche-noire.png") no-repeat 100% 50% #fff;
}


#menuList1 .menu .menu li a {
color: #754875;
background: #fff;

}

#menuList1 .menu .menu li a:hover {
color: #754875;
background: #ccc;
}

#menuList1 .menu .menu li a.actuator {
color: #754875;
background: url("images/fleche-noire.png") no-repeat 100% 50% #ffe2ff;
}

#menuList1 .menu .menu li a.actuator:hover {
color: #fff;
background: url("images/fleche-noire.png") no-repeat 100% 50% #a570a6;
}

#menuList1 .menu .menu .menu li a {
color: #fff;
background: #000;
}

#menuList1 .menu .menu .menu li a:hover {
color: #000;
background: #fff;
}


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