/* Popup Formulaire */
div.form_popup_bg{
	position:fixed;
	z-index:4000;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:transparent;
	background-image:url('../img/fond_popup.png');
	background-position:top left;
	background-repeat:repeat;
}

div.adm_popup_form{
	position:absolute;
	width:850px;
	top:100px!important;
	left:50%;
	margin-left:-425px;
	background-color:#000;
	border:3px solid #333;
}

div.adm_popup_content{
	background-color:#FFF;
	overflow:auto;
	max-height:450px;
	padding:0 10px 10px 10px;
}

div.adm_popup_header{
	width:100%;
	height:34px;
	background-color:#999;
	background-image:url('../img/fond_popup_header.png');
	background-repeat:no-repeat;
	cursor:pointer;
}

#adm_popup_title{
	display:block;
	float:left;
	padding:8px 0 0 42px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	height:20px
}
div.adm_popup_fixed_btn
{
	width:850px;
	height:30px;
}

.adm_popup_close{
	display:block;
	float:right;
	height:34px;
	width:34px;
	background-position:top left;
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:url('../img/close.png');
} 

.adm_popup_close:hover{
	background-position:0 -34px;
}

.adm_popup .adm_sep{
	margin:0;
	padding:0;
	border:0 none;
	height:0;
}
[id*='form_gridcontenuproduit-'] div.adm_popup_header { cursor:move!important;}
[id*='form_gridcontenuproduit-'] div.adm_popup_content {max-height:600px;}
[id*='form_gridcontenuproduit-'] div.adm_popup_content .l_form_champ { width:590px;}