* {
	margin: 0;
	padding: 0;
}

body {
	background: #dbdae0 url(images/WallLanUp_Dawn.jpg) no-repeat center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
	padding-top: 100px;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	text-align: center;
}

h1 {
	font-size: 197%;
	display: none;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.6em;
	text-align: justify;
}

.boite_erreur {
	border: 1px solid red;
	width: 500px;
	margin: auto;
	padding: 10px;
	background-image: url(images/zcode/erreur.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffcbcb; /* 229 lum */
	color: #680000;
	
	position: relative;
	right: 180px;
	bottom: 20px;
	
	filter:alpha(opacity=90);
   -moz-opacity:0.9;
   opacity: 0.9;
}

.boite_ok {
	border: 1px solid rgb(0,255,0);
	width: 500px;
	margin: auto;
	padding: 10px;
	background-image: url(images/zcode/ok.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #cbffcb; /* 229 lum */
	color: #006800;
	
	position: relative;
	right: 180px;
	bottom: 20px;
	
	filter:alpha(opacity=90);
   -moz-opacity:0.9;
   opacity: 0.9;
}