/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development standards
Author : Cody Lindley , modif Fil, BoOz pour spip

- - - - - - - - - - - - - - - - - - - - - */

/* ---------->>> CSS Hacks <<<---------------------------------------------------------------*/

/* doit-on ajouter ca pour ie ? apparement oui :) */
 
/* html, body {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 }*/
html {
padding:0
}
/* body{
padding:0
} */

#TB_window  { 
/*font-size: 1.2em */ 
font: 10px Arial;
}

#contentPad{
margin:20px;
}

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_load{
display:none;
}


#TB_window {
	min-width:250px;
	position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;

}

#TB_window img {
	display:block;
	/*margin: 10px 0 10px 10px;*/
	border:none;
}

#TB_legend{
/*display:none;*/
position:relative;
}

#TB_legend img{
/*display:none;*/
margin: 0 ;
}

#TB_caption{
	padding:10px 35px 10px 10px;
	font-weight: bold;
	text-align:left;
}

#TB_secondLine {
  width:100%;
  font: 10px Arial;
  /*padding:0px 35px 10px 10px;*/
  margin-bottom:15px;
  color:#666666;
}

#details{
	/*width:400px;*/
	float:left;
	margin:10px 0 0 0;
}

#TB_closeWindow{
	padding:0;
	margin:0 7px 0 0;
	/*width: 26px; 
	height:26px;*/
	width: 31px;
	height:31px;
	top:0px;
	/*right:10px;*/
	/*position: absolute; */ 
	/*padding-bottom: 0.7em;
	margin-right: 10px;
	text-align:right;*/
	float:right;
}

#TB_ajaxWindowTitle{ 
  float:left; 
  padding:7px 0 5px 10px; 
  margin-bottom:1px; 
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
}



#TB_ajaxContent{
	clear:both; 
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left; 
	line-height:1.4em; 
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#TB_next a, #TB_prev a, #TB_Diapo a{
	color:#000000;
}

#TB_secondLine #TB_Diapo{
	color:#9F7356;
	vertical-align:middle;
}

#TB_next a img, #TB_prev a img{
	margin:0px 0 0 0;
	display:inline;
	vertical-align:middle;
	/*border:1px solid;*/
	
}

#TB_secondLine{
	/*background-color:#0000CC;
	padding-top:5px;*/
	float:left;
	color:#000000;
	font-size:12px;
}

/*#TB_Diapo .pipe{
	color:#BE706B;
}*/

#nb_images{
	float:left;
	font-family:Arial;
	font-size:12px;
	margin:2px 0 0 10px;
}

#image_courante{
	margin:10px 0 5px 0;
}
