#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 2px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #000000;
	background: #E0E0E0;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_title.alert {
	color: #FFF;
	background: #0033FF;
}

#popup_title.confirm {
	color: #FFF;
	background: #0033FF;
}

#popup_title.error {
	color: #FFF;
	background: #FF0000;
}

/**Contenu**/
#popup_content {
	/*background: 16px 16px no-repeat url(../images/info.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/info.gif);
}

#popup_content.confirm {
	background-image: url(../images/confirm.gif);
}

#popup_content.error {
	background-image: url(../images/error.gif);
}

/**Message**/
#popup_message {
	padding-left: 48px;
	overflow: auto;
	max-height: 490px;
}

/**Bouton popup_panel**/
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_ok, #popup_cancel {
	height:25px;
}
.close {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fermer_top a {
	color: #ffffff;
	text-decoration: none;
}

.fermer_top a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.dialog_container {
	background: #FFF;
	color: #003366;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

.fermer_dialog a {
	color: #000;
	text-decoration: none;
}

.fermer_dialog a:hover {
	text-decoration: underline;
	color: #000;
}

.blockUI {
	overflow: auto;
	/*height:100%*/
}

.radio {
	cursor: pointer;
}