html, body {
	height: 100%; /* Damn you IE! */
}

#humanMsg {
	font: normal 20px/50px Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	position: absolute;
	top: 130px;
	left: 25%;
	width: 50%;
	color: white;
	text-align: center; 
	display: none;
	opacity: 0;
	z-index: 100000;
}

#humanMsg.erreur {
    background-color: #BD1400;
}

#humanMsg.message {
    background-color: #2882E6;
}

#humanMsg p {
	padding: .3em;
	display: inline; 
}

#humanMsg a {
	display: none;
}