
/******************************************  Pseudo pop up	*****************************/
.popUp {
	
	border:1px solid #EF8522;
	position:relative;
	margin:0px;
	padding:0px;
	overflow:visible;!important;
	
}

.popUp .popUpEntete {
	margin-top:0px;
	margin-bottom:0px; 	
	background-color: #EF8522;
	/*height:14px;*/
	vertical-align:top;
	overflow:visible;
}

.popUp .popUpEntete .titre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	/*margin-left:5px;*/
	font-weight:bold;
	background-repeat: no-repeat; 
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left:10px;
	overflow:visible;
}

.popUp .popUpEntete .titre .fermer{
	position:absolute;
	margin:0;
	border:0;
	right:0;
	top:0;
	padding:0;
	height:14px;
	width:16px;
	cursor:pointer;
	overflow:visible;
}

.popUp .popUpEntete .titre .fermer a{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}


.popUp .popUpContenu{
	overflow:auto;
	padding:0px 10px 15px 5px;
	font-size:12px;
	background-color:#EEEEEE;
	overflow:visible;
}

.popUp .popUpContenu a{
	color:#9DACBF;
	cursor:pointer;
	text-decoration:none;
}

.popUp .popUpContenu a:hover{
	color:#BBBCBB;
	cursor:pointer;
	text-decoration:none;
}
.popUp {
	width:auto;
	overflow:visible;
}


