#affichage
{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 1265px;
	height: 1491px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/transp.png) repeat center;
	text-align: center;
	border: none;
	z-index:59;
}

#message
{
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 400px;
	height: 150px;
	background-color: white;
	border:1px solid #FF8C00;
	z-index:99;
}
#message #texte
{
	position:absolute;
	top:10px;
	left:10px;
	background-color: transparent;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 380px;
	height: 90px;
	border:none;
	font: normal normal normal 10pt/20px Verdana,Arial;
	color:#2D3035;
}

#message p#bouton
{
	position:absolute;
	top:100px;
	left:140px;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 120px;
	height: 25px;
	background: white url(../images/fond_bp.jpg) no-repeat center;
	text-align: center;
	border: 1px solid #CCCCCC;
	font: normal normal normal 15pt/25px Verdana,Arial;
	color: #2D3035;
}

#message p#bouton a
{
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 120px;
	height: 25px;
	background-color: transparent;
	text-align: center;
	border: none;
	color: #2D3035;
	text-decoration:none;
}

