/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* *{padding: 0; margin: 0;}   desactivation car ca fout la merde */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666;
}

#TB_window a:link {color: #666;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666;}
#TB_window a:focus{color: #666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/templates/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #999;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 0;
	border: 0;
}

#TB_caption{
	height:25px;
	padding:0;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:0;
}

#TB_closeAjaxWindow{
	padding: 3px 10px 0 0;
	margin: 0;
	text-align:right;
}

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

#TB_title{
	background: transparent url(../images/habillage/fondhaut-breves.jpg) no-repeat;
	height:43px;
}

#TB_ajaxContent{
	clear:both;
	padding:0;
}

#TB_ajaxContent.TB_modal{
	padding:0;
}

#TB_ajaxContent p{
	padding:0;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

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

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin: 0;}


h1.brevestitre {
	font-size: 24px;
	color: #339;
	font-weight: bold;
	margin: 10px 5px 0 25px;
	padding: 0;
}

#contenu_breve {
	width: 455px;
	height: 150px;
	position: absolute;
	top: 57px;
	left: 25px;
	overflow: auto;
}

#brevebox {
	background: transparent url(../images/habillage/fond-breves.jpg) no-repeat;
	width: 496px;
	height: 253px;
	margin: 0;
	padding: 0;
	position: relative;
	}

p.date_breve {
	margin: 0 0 0 25px;
	color: #339;
	font-weight: bold;
}

p.date_breve span {
	color: #FC3;
}

p.date_breve span.surtitre {
	color: #000;
}

#breve_precedente {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 247px;
	height: 30px;	
	overflow: hidden;
}

#breve_precedente a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 30px;
	line-height: 30px;
	text-decoration: none;
	background: transparent url(../images/habillage/breve-precedente.png) no-repeat 8px 9px;
}

#breve_precedente a:hover {
background: transparent url(../images/habillage/fond-breveprecedent.png);
color: #FC3;
}

#breve_suivante a:hover {
background: transparent url(../images/habillage/fond-brevesuivant.png);
color: #FC3;
}

#breve_suivante a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	text-decoration: none;
	background: transparent url(../images/habillage/breve-suivante.png) no-repeat 224px 9px;
}

#breve_suivante {
	position: absolute;
	right: 0;
	bottom: 1px;
	width: 247px;
	height: 30px;
	text-align: right;
	overflow: hidden;
}

#breve_suivante span {
	display: block;
	width: 217px;
	height: 30px;
	text-align: right;
	position: absolute;
	left: 0;
	top: 0;
}