/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */

.MultiBoxClose {
	position : absolute;
	top: 20px;
	right: 20px;
	
	background: url(/res/charte01/graybox/close.png) no-repeat;
	cursor: pointer;
}
.MultiBoxClose:hover {
	background: url(/res/charte01/graybox/close-hover.png) no-repeat;
}
html, body {
min-height: 100%;
height: auto !important;
height: 100%
}



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

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

#TB_overlay {
	position: absolute;
	z-index:3000;
	top: 0px;
	left: 0px;
	background-color:#000000;
}


#TB_window {
	/*font: 12px Arial, Helvetica, sans-serif;
	color:white;
	background-color:black;*/

	position: absolute;
	background: transparent;	
	/*background-color: #00ff00;*/
	z-index: 3002;
	color:#000000;
	/*border: 4px solid #525252;*/
	text-align:left;
	/*border: 20px solid #000;*/
}
/*
#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
*/
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_WaitContent{	/*Div contenant le msg de tb_wait()*/
	font-size:12px;
	color : black;
	font-family: Arial;
	text-align:center;
	
}
#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

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

#TB_title{
	color:black;
	font-weight: bold;
	background-color:white;

	width:100%;

}

#TB_ajaxContent{
	clear:both;
	/*padding:2px 15px 15px 15px;*/
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	
	color:black;
	background-color:white;

}

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

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:3001;
}

#TB_HideSelect{
	z-index:2099;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}


#TB_Box{
	
}
	#TB_Box .CADRE_top_left{
		background-image: url(/res/charte01/general/cadre_top_left.png);
		width : 28px;
		height:28px;
	
	}
	#TB_Box .CADRE_top_center{
		background-image: url(/res/charte01/general/cadre_top_center.png);
		height:28px;
		
	}
	#TB_Box .CADRE_top_right{
		background-image: url(/res/charte01/general/cadre_top_right.png);
		width : 28px;
		height:28px;
	
	}
	#TB_Box .CADRE_left{
		background-image: url(/res/charte01/general/cadre_left.png);
	
	}
	#TB_Box .CADRE_inside{
		background-color: #FFFFFF;	
	
	}
	#TB_Box .CADRE_right{
		background-image: url(/res/charte01/general/cadre_right.png);
	
	}
	#TB_Box .CADRE_bottom_left{
		background-image: url(/res/charte01/general/cadre_bottom_left.png);
		width : 28px;
		height:28px;
	
	}
	#TB_Box .CADRE_bottom_center{
		background-image: url(/res/charte01/general/cadre_bottom_center.png);
		height:28px;
	
	}
	#TB_Box .CADRE_bottom_right{
		background-image: url(/res/charte01/general/cadre_bottom_right.png);
		width : 28px;
		height:28px;
	
	}

