body {
  background-color: black;
}
td {
  background-color: black;
  color : #fff;
  font-size: 12px;
}
td font{
  font-size: 12px;
  color : #fff;
}

.index {
  padding: 30px;
}

.msk
{
  display: none;
}

.titre {
/*
  background-color: #000000;
  padding: 2px;
*/
	display: none;
}
.titre font {
  color: White;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.breves {
  background-color: black;
  text-align: center;
}
.textecal {
/* texte calendrier */
	color : #fdd58d;
}
.detailcal {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.datecal {
	text-align: center;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.heurecal {
/* heure de l'évènement */
	display: none;
}
.contact {
	padding-left: 40px;
}

.contactcoord{
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.contactcoord a {
text-decoration: none;
color: #fff;
}

.contactcoord a:hover{
color: red;
}

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

/* if the menu is horizontal:
 * avoid defining 'static' elements that have a non-zero border and that have
 * their 'width' or 'height' different than 'auto', when they are ancestors of
 * submenu elements (including #mainMenu and #menuList themselves)
 * it may cause slight positioning bugs in Win/IE5-6
 * for the same reason, avoid setting a non-zero border on the BODY element if
 * Win/IE6.0 switches to standards-compliant mode
 */
/* if the menu is horizontal and has a 'static' position:
 * do not set neither margin nor padding nor border on the HTML element, as it
 * will lead to wrong submenu position in Opera 7
 * do not set margin on the BODY element neither (use padding instead)
 */

#mainMenu1 {
  background-color: black;
  height: 30px;
/*  color: #ebebeb;*/
/*  margin: 0 0 20px; marges autour du menu */
  padding: 0;
  margin-left: 70px;
  /* 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#menuList1 {
/* intérieur du menu */
/*  border: 1px solid #286BBD;*/
  margin: 0;
  padding: 0 6px;
  background: url(images/1.gif) repeat-x;
  height: 25px;
/* vertical-align: middle;*/
  /* do not use a position other than 'static' here */
}

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

#menuList1 li a {
/* boutons liens premier niveau */
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(images/img04.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	
	
	  /*vertical-align: middle;
	  background-color: transparent;
	  background: url(images/img04.gif) repeat-x;
	  color: #ebebeb;
	  display: inline;
	   display: block;
	  line-height: 30px;
	 	border: 1px solid #EEE; 
	  margin: 0;
	  padding: 3px 8px;
	   always set margin to '0' 
	  Win/IE5.0 will ignore border and padding if display is 'inline' 
	  text-decoration: none;*/

}

#menuList1 li img {
/* image spécifique entre les boutons */
  border:none;
  vertical-align: middle;
}

#menuList1 li a:hover, #menuList1 li a:focus {
  /*padding-top: 10px;
  color: #000;
  background-image: url(images/2.gif);
  height: 25px;*/
  	background-image: url(images/2.gif);
	text-decoration: none;
	color: #000000;
 
}


/* 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 {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  background: url("images/fleche-bas-noire.jpg") no-repeat 100% 50%;
  color: #286BBD;
  padding-right: 20px;
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  background: url("images/fleche-bas-bleu.jpg") no-repeat 100% 50% #286BBD;
  color: #fff;
}

#menuList1 .menu {
  background-color: #fff;
  color: #286BBD;
/*  border: 1px solid #CCC;*/
  margin: 0;
  padding: 2px;
  /* 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: 2px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
  display: block;
  line-height: normal;
}

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

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

/************************************CSS FORMULAIRE********************************************/


.formintro font {
/* message d'introduction */
font: 13px Arial, Helvetica, sans-serif;
color: #3f7d27;
}
.formerreur font{
/* message d'erreur */
font: 14px Arial, Helvetica, sans-serif;
color: #fff;

}
.formetoile font{
/* message sur les chanmps obligatoires */
font: 12px Arial, Helvetica, sans-serif;
color: #bb1220;
}

.formtable {
/* tableau de formulaire : généralités */
	background-color: #000;
	padding: 10px;
	/*border: 2px solid red;*/
	font-family:Arial, Helvetica, sans-serif;
	border: none;
}

.formcomment font {
	font: 16px Arial, Helvetica, sans-serif;
	color: #2bcf0c;
}


/*.formcomment a:hover{
color: #96bc0f;
}*/

.libconditions {
	/*margin-left: 180px;*/
	color: #bb1220;
	font: 12px Arial, Helvetica, sans-serif;
}

.formlabel {
/* pour les labels 
   pour agir sur la police des labels il faut ajouter un style : .formlabel font {} */
	background-color: black;
	/*color: green;*/
	border: none;
	width: 150px;
}
.formlabel font {
	font-size: 12px;
	color: #fff;
}

.formdata {
	background-color: black;
	color: #6600CC;
	width: 450px;
	border: none;
	line-height: 20px;
}

.formdata font {
	color: #f39501;
	font-size: 12px;
}


fieldset {
	/*-moz-border-radius : 10px;*/
	margin-top: 10px;
	border: 1px solid #fff;
}

.stylelegend{
font: 16px Arial, Helvetica, sans-serif;
color: #2bcf0c;
margin: 10px;
}

.formchamptexte {
	/*border: inset #cf9;*/
}

.formcheckbox {
	/*border: inset #cf9;*/
}

td input.text:focus {
	background-color: green;
	color : red;
}

.formvalidation {
/* ligne du bas */
	texte-align: center;
	border: none;
	background-color: black;
}
.formsubmit {
/* format du bouton de validation */
color: #000;
background-color: #ffc602;
/*background-image : url(images/suivant.gif);*/
border: none;
width: 100px;
height: 30px;
margin-left:162px;
}

.formreset {
/* format du bouton de validation */
}
.formresume {
/* tableau de formulaire : généralités */
	background-color: blue;
	padding: 10px;
	border: 2px solid red;
}
.formresumelabel {
/* pour les labels dans le résumé des données enregistrées */
	background-color: yellow;
	color: green;
	border: none;
	width: 150px;
}
.formresumelabel font {
	font-size: 12px;
}

.formresumedata {
	/*background-color: navy;*/
	color: white;
	width: 450px;
}