/*
 * 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
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_AB_AB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_AB_AB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_AB_window a:link {color: #666666;}
#TB_AB_window a:visited {color: #666666;}
#TB_AB_window a:hover {color: #000;}
#TB_AB_window a:active {color: #666666;}
#TB_AB_window a:focus{color: #666666;}

#TB_AB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_AB_window {
background:transparent url(/images/fond_form.png) no-repeat scroll 0% 0%;
color:#000000;
position:absolute;
text-align:left;
z-index:102;
margin-left:50px;
}

#TB_AB_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_AB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_AB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_AB_closeAjaxWindow{
	float:right;
	margin-top:-15px;
	text-align:right;
	
}

#TB_AB_closeWindowButton
{
	background-image:url(/images/boutton-fermer-off.gif);
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:85px;
	margin-top:17px;
}

#TB_AB_closeWindowButton:hover
{
	background-image:url(/images/boutton-fermer-on.gif);
}

#TB_AB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_AB_closeAjaxWindow img{
	border:0px;
}

#TB_AB_title{
	height:27px;
margin-left:240px;
margin-top:40px;
width:330px;
}

#TB_AB_ajaxContent{
	clear:both;
line-height:1.4em;
margin-left:160px;
margin-top:5px;
overflow:auto;
padding:2px 15px 15px;
text-align:left;
}

#TB_AB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_AB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_AB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_AB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_AB_iframeContent{
	margin-bottom:1px;
}

#TB_AB_validWindowButton
{
	background-image:url(/images/boutton-inscr-off.gif);
	background-repeat:no-repeat;
	display:block;
	height:35px;
	width:133px;
}

#TB_AB_validWindowButton:hover
{
	background-image:url(/images/boutton-inscr-on.gif);
}

.TB_modifWindowButton
{
background-image:url(/images/modifier-off.jpg);
background-repeat:no-repeat;
}
.TB_modifWindowButton:hover
{
background-image:url((/images/modifier-off.jpg);
background-repeat:no-repeat;
cursor:hand;
}