
/* ---- page ---- */

body
{
   position: relative;
   width: 800px;
   margin: auto; /* Pour centrer notre page */
    margin-top: 5px;  /* hauteur de page */
   font-family: Arial;
   font-size: 10pt;
}

body hr { width:60%; }

body a img {border: none;}


div#global { background-image:url(../pics/squelette/bande_body.png);}			
/* ---- bandeau ---- */

#bandeau
{
	width: 800px;
	height: 158px;
	
}

#liste {list-style-type: none;}


/* ---- menu ---- */

.menu { float: left; margin: 0px; padding: 0px;margin-top: -5px;}
.menu table { width: 159px; border-spacing: 0px; border-collapse: collapse;}


#m_animateurs ul { list-style-type: none; margin: 1px; padding: 0px;  margin-left: -4px; } 

#m_animateurs li a { width: 169px ;  background-position:  center 0px; display: block ; line-height: 20px ;color: #000000 ; text-decoration: none ; background-image:url(../pics/squelette/bouton_4.png); background-repeat:no-repeat;
 font-family: Arial; font-size:9pt ; font-weight:bold;  text-align:center ; margin-left: 0px; }

#m_animateurs li { padding: 0 ; margin-left:0; margin-right:0; margin-top:10; margin-bottom:10px;  }
  
#m_animateurs a:hover { background-position:  center -20px; background-image:url(../pics/squelette/bouton_4.png); background-repeat:no-repeat; background-attachment:scroll; color:#000000; font-style:italic;}


/* ---- corps de page ---- */



.corps
{
	/* position: inherit;*/
	/*height: 131px;*/

	margin-left: 185px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
 
	/*height: 100%;*/

}
.corps_1
{
	/* position: inherit;*/
	/*height: 131px;*/
	width:600px;
	 
	margin-left: 185px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
 
	/*height: 100%;*/

}



/* --- mise en page --- old couleur #638dbf */

.texte ,.texte1 ,.texte_lien  { margin: 2px; padding: 5px; border: 2px solid #CCCCCC;}
.texte ,.texte_lien { background-color:#e9e9e9;}
.texte1 ,.texte_lien hover { background-color:#638dbf;}

/* ---- pied de page ---- */

#pied_de_page
{
	clear: both;
	margin-top: 20px;
	padding: 5px;
	margin-left: 175px;
	text-align: center;
	/*border: 1px solid #CCCCCC;
	background-color: #fff;*/
	height: 30px;
	/*position: absolute;*/
	
}

#pied_de_page table  {  margin-left: auto; margin-right: auto; text-align: center;}

.cadre_questionaire { height:800px;}



#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
