body {
	
	background-color: #fff;
	margin:0;
	padding: 0;
	background: rgb(249,239,138) url(images/fond.gif) repeat-y center;
}

td {
	background-color: transparent;
	color : #000;
	
}

#apropostout1784 img{
	padding:5px;
	
	}

/* CSS généraux */
.msk{
	display: none;
}
	
.titre font, .titredocu font {
	color: #2d3e6d;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.titre, .titredocu{
	background: url("images/titre.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 3 0 5 25;
	margin:3px;
	}
.liendocu font{
	color: #2d3e6d;
	font:  12px Verdana, Geneva, Arial, Helvetica, sans-serif
	}
.interieur {
	width: 1050px;
	text-align: center;
	background-color: #fff;
	
}

.contenu{
	/*border-bottom: double 2px #fff;*/
	background-color: #fff;
	
	
	}

.breves {
	background-color: transparent;
	border-left: 1px solid #2d3e6d;
	padding: 5px;
	
	/*border-right: 1px solid #a9a9a9;*/
	
}

.breves font{
	color:#000;
}

/* 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 {
text-align: center;
  line-height: normal;
  background: url(images/menu.gif) repeat-x;
  
  background-color: #fff;
  color: #000;
  margin: 0 0 10 0px; /*marges autour du menu */
  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: Verdana, Geneva, 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-right: 2px;
  padding: 0;
  list-style: none;
  
  /* do not change these rules */
}

#menuList1 li a {
/* boutons liens premier niveau */
  background-color: transparent;
  color: #fff;
  display: inline;
  line-height: 28px;
  /*margin: 0;*/
  padding: 2px 10px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
  font-weight: bold;
  
}

#menuList1 li a:hover, #menuList1 li a:focus {
  color: #fad354;
 
  
}

/* 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: #fff;
  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/fleche-bas-bleu.jpg") no-repeat 100% 50%;
  color: #fff;
 
}

#menuList1 .menu {
  background-color: #465271;
  color: #fff;
/*  border: 1px solid #CCC;*/
  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 .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:none;
  text-align: left;
}

#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:focus {
  background-color: #fad354;
color: #465271;
}

/************************************CSS FORMULAIRE********************************************/
.formlignedessus {
	border:none;
	background:#f3be4d;

	color: #1f4075;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height:40;
	
	}

.formlignedessus span{
	font: 10px Arial, Helvetica, sans-serif;
	color: #1f4075;
		text-transform: none;
	}
	
#formtout1575{
	width:700px;
	
	margin-left: auto;
	margin-right: auto;
}

#formtout1764{
	width:800px;
	
	margin-left: auto;
	margin-right: auto;
}

.formvisu {
	/* table qui contient toutes les données */
	margin-left: auto;
	margin-right: auto;
	
	border: none;
	/*
	border-collapse: inherit;
	border-spacing: 5px;
	*/
}

.formvisulibelle {
	/* td de la première colonne (libellés) */
	font:bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #509004;
	background-color: #b4df94;
	border: 1px solid #509004;
	vertical-align:top;
}

.formvisudata {
	/* td de la deuxième colonne (données) */
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fe9400;
	border: 1px solid #ff6600;
}

.formcaptcha{
	border: none;
	background-color: transparent;
	}

.formcaptcha font{
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	}
	
.formintro{
	/*background-color: #ffffcd;*/
	}

.formintro font{
/* message d'introduction */
	height:50px;
	vertical-align: middle;
	padding: 15px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fe9400;
	width: 600;
	text-align: center;
}
.formerreur font{
/* message d'erreur */
font: 14px Arial, Helvetica, sans-serif;
color: #ff8b00;

}
.formlabelerreur{
	margin:5px;
	border: none;
	background:transparent;
	}
	
.formlabelerreur font{
	color: red;
	font: bold 12px Arial, Helvetica, sans-serif;
	}
.formetoile {
	/*background-color: #ffffcd;*/
	}
	
.formetoile font {
/* message sur les chanmps obligatoires */
	font: 12px Arial, Helvetica, sans-serif;
	color: red;
	text-align: center;
}

.formtable {
/* tableau de formulaire : généralités */
	background-color: #ffffcd;
	/*padding: 10px;*/
	border: 1px solid #ef961e;
	font-family:Arial, Helvetica, sans-serif;
	/*border: none;*/
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

.formcomment font{
	font: 14px Arial, Helvetica, sans-serif;
	color: red;
}

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

.formlabel {
/* pour les labels 
   pour agir sur la police des labels il faut ajouter un style : .formlabel font {} */
	background-color: #ffffcd;
	/*color: green;*/
	border: none;
	width: 300px;
	padding: 10px;
	
}
.formlabel font {
	font-size: 12px;
	color: #1e4a77;
}

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

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

.sousform {
	font: 12px Arial, Helvetica, sans-serif;
}

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

.formchamptexte {
	border: 1px solid #ef961e;
	background-color: #fff;
}

.formcheckbox {
	/*border: inset #75c01d;*/
}

.formvalidation {
/* ligne du bas */
	text-align: center;
	border: none;
	background-color: #ffffcd;
}
.formsubmit {
/* format du bouton de validation */
color: #fff;
background-color: transparent;
background-image : url(images/ok.png);
background-repeat: no-repeat;
border: none;
width: 110px;
height: 44px;
padding-bottom: 15px;
/*margin-left:450px;*/
cursor: pointer;
}

.formreset {
/* format du bouton de validation */
background-color: #ffffcd;
	
}

#resumeperso{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fe9400;
	text-align: center;
	width:500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #1b2761;
	padding: 10px;
	background-color:#f9f08b;
	}
.formresume {
/* tableau de formulaire : généralités */
	/*background-color: blue;*/
	padding: 7px;
	border: 1px solid #fff;
}
.formresumelabel {
/* pour les labels dans le résumé des données enregistrées - cote gauche*/
	background-color: #b4df94;
	color: #000;
	border: none;
	width: 250px;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.formresumelabel font {
	font-size: 12px;
}

.formresumedata {
	background-color: #f69400;
	color: #fff;
	padding: 5px;
	width: 300px;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}



.tarifs{
	background-color: #f9ef8a;
	}

.slideshow { height: 232px; width: 232px; margin: auto }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }