/* - - - - - - 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 Verdana, Helvetica, sans-serif;
}

/*Liens hypertextes (bouton fermer)*/
#TB_window a {color:#731624;text-align:underline;}

#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 {
	position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;

}

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

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

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

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

#TB_caption p{
	font-weight: bold;
	text-align:left;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  padding:0px 35px 10px 10px;
  color:#666666;
}

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

#TB_ajaxWindowTitle{
  padding:7px 0 5px 10px;
  margin-bottom:1px;
  float: left;
  font-size: 15pts;
  font-weight: bold;
  color: #5F101A;
}

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

#TB_closeAjaxWindow a#TB_closeWindowButton {display: block;float:right;width:10px;height:10px;background: transparent url(../../squelettes/images/pictos/close.png) left top no-repeat;margin-right:4px;margin-top:4px;}


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



/* Thickbox de d'inscription à la newsletter */

#TB_ajaxContent #encart_lettre {clear: both; float: left; margin-left:5px; margin-left:20px;height:160px; margin-top:0px;}
#TB_ajaxContent #encart_lettre  #h_lettre_accueil {clear: both; float: left;width:170px;height:35px;background:transparent url(../../squelettes/images/06_h_encart_accueil.png) left top no-repeat;}
#TB_ajaxContent #encart_lettre  #h_lettre_accueil .titre {clear:both;float:left; margin-left:4px; margin-top:0px;}
#TB_ajaxContent #encart_lettre  #centre_lettre_accueil {clear: both; float: left;width:170px;background:transparent url(../../squelettes/images/07_centre_encart_accueil.png) left top repeat-y;}
                #centre_lettre_accueil  .inscription_newsletter {clear: both; float: left;width:155px;margin-left:7px;margin-top:10px;text-align:justify;}
                                        .inscription_newsletter .reponse_inscription{clear: both; float: left;color:#FF0000;width:155px;margin-bottom:5px;text-align:justify;}
                                        .inscription_newsletter input.inscription_nom {border:1px solid #D5B9BD;width:153px;color:#9F7076;height:15px;}
                                        .inscription_newsletter input.inscription_mail {border:1px solid #D5B9BD;width:153px;color:#9F7076;height:15px;margin-top:8px}
                #centre_lettre_accueil  .acces_consultation_lettre {clear: both; float: left;width:155px;height:19px;margin-left:7px;margin-top:7px;margin-bottom:4px;text-align:center;}
#encart_lettre  #b_lettre_accueil {clear: both; float: left;width:170px;height:6px;background:transparent url(../../squelettes/images/08_b_encart_accueil.png) left top no-repeat;}

#TB_window .consultation{ display: inline; margin-top:0px;}



/*Thickbox des conditions générales de l'inscription à l'annuaire*/
#TB_ajaxContent #encart_condition {margin-bottom:10px;}
#TB_ajaxContent #haut_condition {clear: both; float: left;width:480px;height:35px;background:transparent url(../../squelettes/images/h_condition.png) left top no-repeat; margin-left:15px;}
#TB_ajaxContent #haut_condition .titre_condition{ float:left; width:160px; margin-left:160px;}
#TB_ajaxContent #condition{width:480px; text-align:justify; margin-left: 15px;  background:transparent url(../../squelettes/images/centre_condition.png) left top repeat-y;}
#TB_ajaxContent #condition .txt{ clear:both; padding:10px;padding-top:5px}
#TB_ajaxContent  #bas_condition {clear: both; float: left; width:480px; height:6px;background:transparent url(../../squelettes/images/b_condition.png) left top no-repeat; margin-left:15px;margin-bottom:10px;}

