body {
	background-color: #fff;
}

td {
	/*background-color: #fff;*/
	color :#002b6e;
}
.footer {
	width: 100%;
	margin: 3px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#002b6e;
}
.login {
	height: 50px;
	text-align: center;
	padding-top: 20px;
	padding-left: 50px;

}
.utilisateur {
	color: white;
	margin-left: 5px;
	}
	
.menucession a{
	color:#315c91;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menucession a:hover{
	color: #d3a689;
}

/* styles utiles pour l'affichage des acquisitions dans le header */
.acquisitions {
	font-size: 10px;
	font-family: serif;
	height: 100px;
	width: 257px;
	overflow: scroll;
	overflow-x: hidden;
	text-decoration: none;
	background : white;
	/*margin-left: 10px;*/
}
.acquis1 a {
	padding-left: 5px;
	height: 15px;
	background: #315c91;
	/*border-bottom: 1px solid #F0E68C;*/
	display : block;
	text-decoration: none;
	color: #fff;
}
.acquis2 a {
	padding-left: 5px;
	height: 15px;
	background:#9bc8ed;
	/*border-bottom: 1px solid #F0E68C;*/
	display : block;
	text-decoration: none;
	color: #004d79;
}
.acquis1 a:hover {
	background: #fff;
	color: Navy;
}
.acquis2 a:hover {
	background: #fff;
	color:#315c91;
}
/* styles utiles pour l'affichage des cessions dans la page */
.cess {
/* entète tableau */
	text-align: center;
	height: 20px;
	background: 97b8c1;
	color: 002b5e;
	font: 14px verdana;
}
.cess1 a {
/* colonne 1 qui contient le lien */
	font-size: 12px;
	font-family: serif;
	display : block;
	padding-left: 5px;
	background: #315c91;
	text-decoration: none;
	color: #fff;
}
.cess2 a {
	display : block;
	padding-left: 5px;
	background:#9bc8ed;
	text-decoration: none;
	color: #004d79;
}
.cess1 a:hover {
	background: #fff;
	color: Navy;
}
.cess2 a:hover {
	background: #fff;
	color:#315c91;
}

.cessact1 {
/* colonne 2 (activité) */
	background: #315c91;
	color: #fff;
}
.cessact2 {
	background:#9bc8ed;
	color: #004d79;
}
.cesslieu1 {
/* colonne 3 (localisation) */
	background: #315c91;
	color: #fff;
}
.cesslieu2 {
	background:#9bc8ed;
	color: #004d79;
}
/* 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: #fff;
  color: #000;
  margin: 0 0 0.8em;
  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
   */
}

#menuList1 {
  /*border: 1px solid #CCC;*/
  margin: 0;
  padding: 0 6px;
  /* 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 {
  background-color: transparent;
  color: #445d9d;
  display: inline;
  line-height: 1.8em;
  border: 1px solid #89a1bd;
  /*margin: 0;*/
  /*margin-right: 2px;*/
  padding: 2px 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 {
  /*background-color: #f8f8f8;*/
  color: #022e5b;
  border-color: #89a1bd;
  background: url("images/lien.gif") no-repeat 100% 50%;
}

/* 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: #445d9d;
  padding-right: 15px;
  z-index:10;
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  background: url("images/lien.gif") no-repeat 100% 50% #f8f8f8;
  color: #022e5b;
}

#menuList1 .menu {
  background-color: #fff;
  color: #000;
  /*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% #fff;

.titre {
	color: #000880;
	font-size: 20px;
}

/************************************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;
}
