/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(img/close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(img/close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: 150px; color: #fff; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.prototip .dKformAide { border: 2px solid #99f; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .dKformAide .toolbar { background: #338 url(img/dKpictoAide.png) no-repeat 2px 2px; color: #fff; font-weight: bold; font: italic 20px Georgia, serif; }
.prototip .dKformAide .title { padding: 5px; height:28px; padding-left:40px;}
.prototip .dKformAide .content { background: #eef; color: #668; padding: 5px; }
/*
.prototip .dKformErreur { width: 300px; border: 2px solid #f99; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .dKformErreur .toolbar { background: #833 url(img/dKpictoErreur.png) no-repeat 2px 2px; color: #fff; font-weight: bold; font: italic 20px Georgia, serif; }
.prototip .dKformErreur .title { padding: 5px; height:28px; padding-left:40px;}
.prototip .dKformErreur .content { background: #fee; color: #866; padding: 5px; }
*/
.prototip .dKformErreur {width: 300px; font: 11px Arial, Helvetica, sans-serif;}
.prototip .dKformErreur .toolbar {background: #FEE url(img/pop_erreur300.png) no-repeat top left;}
.prototip .dKformErreur .title { width:275px;color:red;font-size:1.2em;font-weight:700;border-bottom:2px solid red;padding:5px; padding-left:15px;}
.prototip .dKformErreur .content { padding: 15px; background: white url(img/pop_erreur300.png) no-repeat bottom left;}


.prototip .silver { width: 300px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .silver .toolbar { background: #2e2e2e; color: #fff; font-weight: bold; }
.prototip .silver .toolbar a.close:hover { background: url(img/close_hover_red.gif);}
.prototip .silver .title { padding: 5px; }
.prototip .silver .content { background: #fff; color: #666666; padding: 5px;}

