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

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

Modif JY Giraud pour SPIP : fonte plus grande pour ligne des zones à cliquer

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

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

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

html {
	padding:0
}
*/

#TB_window  { 
	font: 10px Verdana, Helvetica, sans-serif;
}

#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: #eee;
	z-index: 102;
	color:#333;
	display:none;
	text-align:left;
	border: 5px solid #333;
	margin: 0;
	padding-bottom: 6px;
}

#TB_window img {
	display:block;
	margin: 10px 0px 6px 10px;
	border:none;
	color: #333;
	padding: 10;
}

#TB_window a:focus {
	color: #eee;
}

#TB_legend {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 0px;
	margin: 0;
	color: #666666;
	float: left;
	display: inline;
}

#TB_legend img {
	display: inline;
	margin: 0px 0px 0px 10px;
}

#TB_caption {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 120%;
	text-align:left;
	background: #eee;
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
}

#TB_imageCount, #TB_Vitesse {
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 10px;
}

#TB_closeWindow {
	float: right;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

#TB_closeWindow img {
	margin: 0px 10px 0px 0px;
	padding: 0;
}

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