/* ------------------------------ */
/*	   					 		  */
/* ------------------------------ */

/* an ie6 fix for position: fixed;
* html{overflow-y: hidden;}
* html body{overflow-y: auto; height: 100%;}

/* ------------------------------ */
/*	   		Impromptu's 		  */
/* ------------------------------ */

/* CACHE */
.jqifade{
	position: absolute;
	background-color: rgb(132, 127, 131);
}
/* ----- */

/* CADRE DU PROMPT */
div.jqi{
	position: absolute;
	background-color: #c0c0c0;
	padding: 10px; 
	width: 400px;
	text-align: left;
}
/* --------------- */

/* FOND DU PROMPT */
div.jqi .jqicontainer{
	background-color: #cccccc;
	padding: 5px; 
	color: #000;
}
/* -------------- */

/* FOND DU TITRE */
div.jqi .jqimessage{
	background-color: #cccccc;
	padding: 10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
/* ------------- */

/* POSITIONNEMENT DES BOUTONS */
div.jqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
/* -------------------------- */

/* STYLE DES BOUTONS */
div.jqi button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
/* ----------------- */

/* ------------------------------ */
/*	   	 Fin	Impromptu's 	  */
/* ------------------------------ */