/*Basé sur thickbox*/

#mb_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

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

#mb_window {
position: fixed;
background: url(back.gif) repeat-x 0 0 #000;
z-index: 102;
display: block;
border: 4px solid #686868;
text-align:center;
top: 10%;
left: 50%;
width: 780px;
margin-left: -390px; 
padding: 0 0 78px 0;
color: #fff;
}

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

#mb_title {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 55px;
padding: 11px 0;
color: #fff;
background-color: #111;
border-top: 1px solid #1f1f1f;
}

#mb_close {
text-indent: -999px;
overflow: hidden;
width: 168px;
height: 19px;
display: block;
position: relative;
left: 50%;
margin-left: -84px;
background: url(bt_fermer.gif) 0 0 no-repeat transparent;
}

* html #mb_close {
left: 0;
margin-left: 0;
}

#mb_title p {
color: #fff;
margin-bottom: 14px;
}

#mb_content {
padding: 16px;
height: 395px;
overflow: auto;
color: #fff;
text-align: center;
}

#mb_iframe {
background: none transparent;
border: 0 none;
text-align: center;
width: 100%;
height: 100%;
}

#mb_content img {
width: 400px;
}

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

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
















#TB_closeAjaxWindow {
	padding: 0;
	color: #fff;
	background-color: #111;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
}

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

div#TB_ajaxContent{
	background: #fff;
	clear:both;
	padding: 0;
	width: 100%;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}



/* Images */

#TB_caption {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	margin-top: 16px;
	padding: 16px 0 12px;
	color: #fff;
	background-color: #111;
	border-top: 1px solid #1f1f1f;
}

#TB_closeWindow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 0;
	color: #fff;
	background-color: #111;
}

#TB_window img#TB_Image {
	border: 1px solid #000;
}







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



