.textmarquee{
	font-size: 14px;
	font-family: Arial;
	color: #ff8c27;
	}
	
.textmarquee a{
	font-size: 14px;
	font-family: Arial;
	color: #00447e;
	}

#boutonbas{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #2c476e;
    margin-top: 15px;
    background-color:#d5e1ce;
    }

.enregbdd{
	color:#fff;
	}


body {
background: rgb(255,255,255) url(images/fond-site.jpg) no-repeat center;
   margin:0;
  padding: 0;
  font:12px arial;
}

.msk{
	display:none;
	}

.bandeau{
	background: url(images/fond_site.gif) repeat-x;
	text-align: left;

	}

td {
	
	color :#204578;
}
.footer {
	width: 100%;
	margin: 3px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#002b6e;
}

.breves{
background-color: #d5e1ce;
border-left: 1px solid #2c476e;
padding: 5px;
}

.breves font{
/*color: #204578;*/

}

 .titre{
background-color:#698fcb;

padding-left: 10px;

}

.titre font {
  color: #fff;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
 vertical-align:center;
}

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

}
/* 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: 170px;
  top: 245px;
  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: #c2ccbc;
  color: #2c476e;
  display: block;
  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: #00447e;
  color: #fff;
  /*border-color: #CCC;*/
}

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

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

#menuList1 .menu {
  background-color: #759ed6;
  color: #0d2d9a;
  /*border: 1px solid #CCC;*/
  margin: 0;
  padding: 0px;
  width: 220px;
  /* 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;  
 	border-left: 1px solid #0e4b84;
	border-right: 1px solid #0e4b84;
	border-bottom: 1px solid #0e4b84;
	color: #0e4b84;
	background: #fff;
	text-align: left;
}

#menuList1 .menu li a.actuator {
 background-color: #0e4b84;
color: #FFFFFF;
}

#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:focus {
  background-color: #0e4b84;
color: #FFFFFF;
}*/



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


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

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

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

.formcomment font {
	font-size: 16px;
	color:green;
}


.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: white;
	/*color: green;*/
	border: none;
	width: 150px;
}
.formlabel font {
	font-size: 12px;
	color: #315c91;
}

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

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

.msk { display: none; }

fieldset {
	-moz-border-radius : 10px;
	margin-top: 10px;
	border: 1px solid #ca9b87;
	

	
}

.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: white;
}
.formsubmit {
/* format du bouton de validation */
color: #fff;
background-color: #89a1bd;
/*background-image : url(images/suivant.gif);*/
border: none;
width: 113px;
height: 30px;
margin-left:600px;
}

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

