/* error message */
 img{
	border:none;
}
.error {
	/* supply height to ensure consistent positioning for every browser */
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	
	z-index:100000;
	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

caption{
z-index:-1000000000000!important;
display:none!important;	
}


.error p{
	position:relative;
	top:-10px;
	
}
#image_vignette_classique2{
border:none;
color: #333;
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
height: 17px;
left: 611px;
line-height: 17px;
margin: 0;
padding: 0;
position: absolute;
text-align: left;
text-decoration: none;
text-transform: uppercase;
top: 825px;
z-index: 3;
}
#ip {
position: absolute;
left:765px;
top: 95px;
width:100px;
height:20px;
border:none;
margin:0;
padding:0;
z-index:11;
color: #36C;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:normal;
text-align:left;
line-height: 20px;
}

#date_heure {
position: absolute;
left:855px;
top: 95px;
width:200px;
height:20px;
border:none;
margin:0;
padding:0;
z-index:11;
color: #36C;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:normal;
text-align:left;
line-height: 20px;
}

.tooltip {
	display:none;
		background-color:#ffa;
		border:1px solid #cc9;
		padding:3px;
		font-size:13px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
	z-index:10000000000000000;
}