/* CSS pour les popups des erreurs */
#conteneur_popup {

    position: absolute;
    top: 50%;
    left: 50%;
/*	background-image:url(../images/erreur/fond_popup_erreur.jpg);
	background-repeat:no-repeat;*/
	width: 340px;
	/*height: 260px;*/
	margin: 0 0 0 -150px;
	z-index: 40000;
}

#fond_popup_erreur_haut {
	background-image:url(../images/erreur/fond_popup_erreur_haut.jpg);
	background-repeat:no-repeat;
	width:340px;
	height:67px;
}

#fond_repete_erreur {
	
	background-image:url(../images/erreur/fond_repete_erreur.jpg);
	background-repeat:repeat-y;
	width:340px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}

#fond_popup_erreur_bas {

	position: relative;
	background-image:url(../images/erreur/fond_popup_erreur_bas.jpg);
	background-repeat:no-repeat;
	width:340px;
	height:192px;
}

img{
	border: 0px;
}
#bt-fermer {
	position:absolute;
	left:10px;
	bottom: 10px;
	width:140px;
	height:25px;
	margin:0px;
	padding:0px;
}

#texte_erreur{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CC0000;	
	padding:10px;
	width:138px;
	margin: 0 60px;
	text-align: justify;
	background: #fff;
	width: 200px;
}
#texte_erreur a{
	text-decoration:underline;
	color:#CC0000;	
}