/***** FOND POUR POPUP *****/

div#fond_gris_popup
{
	position: fixed;
	background-color: #8E7F6A;
	height: 100%;
	width: 100%;
	z-index:5;
	padding: 0px;
   	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity: 0.60;
	top:0;
	left:0;
}

/**************************/

.popup, .popup_search
{
	position:fixed;
	z-index:20;
	width:600px;
	background-color:white;
	border:1px solid #FF6600;
}

.popup
{
	width:400px;
	margin-left:;
	margin-right:;
}

.popup .warning, .popup .error, .popup .success
{
	margin-left:1px;
	margin-right:1px;	
}

.popup .sous-cadre
{
	margin-left:1px;
	margin-right:1px;
	margin-bottom:1px;
}

.popup .center input[type="submit"], .popup .center button, .popup .center input[type="button"], .popup .center a.button 
{
	padding-left:30px;
	padding-right:30px;	
}

.popup.loading
{
	border-color:#3E9BFF !important;
	background:#B2D6FF url(../images/gif/loading.gif) no-repeat 10px center;
}

#cadreTitrePopupSearch
{
	cursor:move !important;
}

.popup.loading .cadre-content
{
	padding:20px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}

.popup_close
{
	padding:3px;
	margin-top:3px;
	margin-right:10px;
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../images/icons/fermer2.png) no-repeat;
	float:right;
}

img.popup_close
{
	background:none;
	margin:0;
}


table.formPopupSearch td
{
	padding:2px 5px;
}

