/*
------------------------------
	Impromptu's
------------------------------
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 400px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold;
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
	/*background-color: #8DC05B;*/
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #BF5E26;
}

/*
------------------------------
	impromptu
------------------------------
*/
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
.impromptufade{
	position: absolute;
	background-color: #ffffff;
}
div.impromptu{
    position: absolute;
	background-color: #cccccc;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.impromptu .impromptuclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.impromptu .impromptucontainer{
	background-color: #213e80;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.impromptu .impromptumessage{
	background-color: #415ea0;
	padding: 10px;
}
div.impromptu .impromptubuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.impromptu button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

/*#########################MAUVE#######################*/
.mauveJqifade{
	background-color: #fff;
}
div.mauveJqi{
	position: absolute;
	background: #d3b1d0;
	padding: 10px;
	width: 400px;
	border: 2px solid #a663a1;
	-moz-border-radius: 5px;
	color: #333;
}
.mauveJqiclose{ 
	display: none; 
}
div.mauveJqi .mauveJqimessage{
	padding: 10px;
	background: #fff;
	border: 1px solid #a663a1;
	-moz-border-radius: 5px;
}
div.mauveJqi p{
	margin-bottom: 10px;
}
div.mauveJqi p span{
	padding-left: 20px;
}
div.mauveJqi .mauveJqimessage p.erreur span{
    background: #fff url(../im/icons/cross_octagon.png) 0 0 no-repeat;
}
div.mauveJqi .mauveJqimessage p.confirm span{
    background: #fff url(../im/icons/accept.png) 0 0 no-repeat;
}
div.mauveJqi .mauveJqimessage p.warning span{
    background: #fff url(../im/icons/error.png) 0 0 no-repeat;
}
div.mauveJqi .mauveJqimessage p.info span{
    background: #fff url(../im/icons/exclamation.png) 0 0 no-repeat;
}
div.mauveJqi h2{
	width: 375px;
	padding-bottom: 3px;
	color: #a663a1;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px solid #d3b1d0;
}
div.mauveJqi .mauveJqibuttons{
	text-align: center;
	padding-top: 10px;
}
div.mauveJqi input.textfield, div.mauveJqi textarea{
	padding: 2px;
	width: 247px;
	border: 1px solid #fff;
	background: #f2f2f2;
}
div.mauveJqi textarea{
	height: 80px;
	font-family: inherit;
	font-size: inherit;
}
div.mauveJqi label{
	float: left;
	width: 120px;
	margin-right: 5px;
	text-align: right;
	display: inline;
}
div.mauveJqi input.error, div.mauveJqi textarea.error{
	border-color: #ee3587;
}
div.mauveJqi button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
	background: #913f8b;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 2px;
	outline: none;
	border: 0;
}
div.mauveJqi button:hover{
	color: #a663a1;
	cursor: pointer;
}
/*#########################ROSE#######################*/
.roseJqifade{
	background-color: #fff;
}
div.roseJqi{
	position: absolute;
	background: #ffc5d8;
	padding: 10px;
	width: 400px;
	border: 2px solid #f495b4;
	-moz-border-radius: 5px;
	color: #333;
}
.roseJqiclose{ 
	display: none; 
}
div.roseJqi .roseJqimessage{
	padding: 10px;
	background: #fff;
	border: 1px solid #f495b4;
	-moz-border-radius: 5px;
}
div.roseJqi p{
	margin-bottom: 10px;
}
div.roseJqi p span{
	padding-left: 20px;
}
div.roseJqi .roseJqimessage p.erreur span{
    background: #fff url(../im/icons/cross_octagon.png) 0 0 no-repeat;
}
div.roseJqi .roseJqimessage p.confirm span{
    background: #fff url(../im/icons/accept.png) 0 0 no-repeat;
}
div.roseJqi .roseJqimessage p.warning span{
    background: #fff url(../im/icons/error.png) 0 0 no-repeat;
}
div.roseJqi .roseJqimessage p.info span{
    background: #fff url(../im/icons/exclamation.png) 0 0 no-repeat;
}
div.roseJqi h2{
	width: 375px;
	padding-bottom: 3px;
	color: #ee3587;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px solid #ffc5d8;
}
div.roseJqi .roseJqibuttons{
	text-align: center;
	padding-top: 10px;
}
div.roseJqi input.textfield, div.roseJqi textarea{
	padding: 2px;
	width: 247px;
	border: 1px solid #fff;
	background: #f2f2f2;
}
div.roseJqi textarea{
	height: 80px;
	font-family: inherit;
	font-size: inherit;
}
div.roseJqi label{
	float: left;
	width: 120px;
	margin-right: 5px;
	text-align: right;
	display: inline;
}
div.roseJqi input.error, div.roseJqi textarea.error{
	border-color: #ee3587;
}
div.roseJqi button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
	background: #ee3587;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 2px;
	outline: none;
	border: 0;
}
div.roseJqi button:hover{
	color: #f495b4;
	cursor: pointer;
}
/*#########################BLEU#######################*/
.bleuJqifade{
	background-color: #fff;
}
div.bleuJqi{
	position: absolute;
	background: #ddeffe;
	padding: 10px;
	width: 400px;
	border: 2px solid #a0bcd9;
	-moz-border-radius: 5px;
	color: #333;
}
.bleuJqiclose{ 
	display: none; 
}
div.bleuJqi .bleuJqimessage{
	padding: 10px;
	background: #fff;
	border: 1px solid #a0bcd9;
	-moz-border-radius: 5px;
}
div.bleuJqi p{
	margin-bottom: 10px;
}
div.bleuJqi p span{
	padding-left: 20px;
}
div.bleuJqi .bleuJqimessage p.erreur span{
    background: #fff url(../im/icons/cross_octagon.png) 0 0 no-repeat;
}
div.bleuJqi .bleuJqimessage p.confirm span{
    background: #fff url(../im/icons/accept.png) 0 0 no-repeat;
}
div.bleuJqi .bleuJqimessage p.warning span{
    background: #fff url(../im/icons/error.png) 0 0 no-repeat;
}
div.bleuJqi .bleuJqimessage p.info span{
    background: #fff url(../im/icons/exclamation.png) 0 0 no-repeat;
}
div.bleuJqi h2{
	width: 375px;
	padding-bottom: 3px;
	color: #a0bcd9;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px solid #ddeffe;
}
div.bleuJqi .bleuJqibuttons{
	text-align: center;
	padding-top: 10px;
}
div.bleuJqi input.textfield, div.bleuJqi textarea{
	padding: 2px;
	width: 247px;
	border: 1px solid #fff;
	background: #f2f2f2;
}
div.bleuJqi textarea{
	height: 80px;
	font-family: inherit;
	font-size: inherit;
}
div.bleuJqi label{
	float: left;
	width: 120px;
	margin-right: 5px;
	text-align: right;
	display: inline;
}
div.bleuJqi input.error, div.bleuJqi textarea.error{
	border-color: #a0bcd9;
}
div.bleuJqi button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
	background: #a0bcd9;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 2px;
	outline: none;
	border: 0;
}
div.bleuJqi button:hover{
	color: #ddeffe;
	cursor: pointer;
}