.quizztitre a {
/* titre des quizz */
font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #a3970f;
font-variant: small-caps;
}

.quizztitre a:hover{
color: #496e9c;
}

.quizzglobal {
/* div qui englobe tout le quizz */
margin-top: 15px;
}

.quizzquestion {
font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;
}

.quizzreponse {
font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #496e9c;

}

.quizzvalid {
/* formulaire validation */
}

.quizzconnexion a {
/* lien bas de page connexion/deconnexion */
color: #03049d;
font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
}

.quizzconnexion a:hover {
color: #c3c3c3;
}

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

h1{
	color: White;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
	}
.titre {
  background-color: #6a6a6a;
  padding: 2px;
}
.titre font {
  color: White;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.breves {
  background-color: #c3c3c3;
}

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

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

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

.liendocu font {

}

body {
 
  margin:0;
  padding: 0;
  background:url(images/fond.gif) repeat-x;
}

td {
  background-color: #ededc7;
}

.bandeau{
	background-color: transparent;
	text-align: center;
	}

.menu {
/* fond et largeur du menu vertical */
	width: 15%;

}

.fondmenu {
	background-color:#C3C3C3;
}
.menuhaut {
  list-style-type: none;
  vertical-align: middle;
  line-height: 20px;
}
.menuhaut td {
  color: White;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: black;
}
.menuhaut td a {
  display: block;
  text-decoration: none;
  color: White;
  text-align: center;
}
.menuhaut a:hover {
  color: #c3c3c3;
}

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

#mainMenu1 {
  background-color: transparent;
  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: 130px;
  top: 282px;
  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: 0px;
  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
   */
  
}

#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: #CCC;
  color: #073B6C;
  display: block;
  /*border: 1px solid #EEE;*/
  border-bottom: 1px solid #fff;
  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;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

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

#menuList1 li a.actuator {
/* menu principal quand il comporte un sous-menu */
  background: url("images/fleche-noire.jpg") no-repeat 95% 50% #CCC;
  color: #073B6C;
  
}

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

/***************************css pour sous menu****************************/

#menuList1 .menu {
  margin: 0;
  padding: 0px;
  width: 200px;
  /* 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;
  line-height: normal;  
 	border-bottom: 1px solid #fff;
	background: #ccc;
  color: #073B6C;;
	text-align: left;
}

#menuList1 .menu li a.actuator {
  background-color: #f8f8f8;
  color: #000;
}

.c_ressources{
	border: 1px solid #ccc;
	background-color: #fff;
	}
