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

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

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

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

a:active {outline: none;}
a:focus {outline:none;}

/* 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: normal 12px Geneva, Arial, Helvetica, sans-serif;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#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=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#TB_load{
display:none;
}


#TB_window {
	position: absolute;
	background: #333;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 0;
	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 {
	/*height: 20px;*/
  font: normal 12px Geneva, Arial, Helvetica, sans-serif;
  padding: 7px 35px 10px 10px;
  color:#fff;
}

#TB_closeWindow{
	padding:0;
	margin:0;
	width: 22px; /* width: 66px; */
	height:15px; /* height:22px; */
	top: 10px;
	right:10px;
	position: absolute;  
	padding-bottom: 0.7em;
	/*margin-right: 10px;*/
	text-align: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;
}

/* Added to customize buttons/links */
span#TB_next  a {
	background: transparent url(arrow_next.png) no-repeat;
	width: 22px;
	height: 15px;
	text-indent: -9999px;
	display: -moz-inline-box;
	display: inline-block;
}
span#TB_prev  a {
	background: transparent url(arrow_prev.png) no-repeat;
	width: 22px;
	height: 15px;
	text-indent: -9999px;
	display: -moz-inline-box;
	display: inline-block;
}
a#TB_closeWindowButton {
	width: 22px;
	height: 15px;
	background: transparent url(arrow_close.png) no-repeat;
	display: -moz-inline-box;
	display: inline-block;
}
span#TB_Diapo a {
	background: transparent url(play.png) no-repeat;
	width: 14px;
	height: 15px;
	text-indent: -9999px;
	display: -moz-inline-box;
	display: inline-block;
}
span#TB_Diapo.pause a {
	background: transparent url(pause.png) no-repeat;
	text-indent: -9999px;
}
span#TB_imageCount {
	margin: 0px 0px 0px 30px;
	font-size: 12px;
}
span#TB_caption {
	font-size: 12px;
	margin-left: 30px;
}
