body {
	 background-color:#d7d0c8;
	 font-size:0.8em;
	 font-family:Verdana, Arial, "Arial Black", "Comic Sans MS";
}
#corps {
	 position:absolute;
	 top:0;
	 left:50%;
	 margin-left:-400px;
	 width:800px;
	 height:650px;
}
#acces_client {
	 position:absolute;
	 top:650px;
	 left:50%;
	 margin-left:-400px;
	 padding:0;
	 width:800px;
	 height:150px;
}
#acces_client td {
	 vertical-align: top;
	 text-align:center;
}
#acces_client a {
	 display:block;
	 width:400px;
	 color:#fff;
	 font-size:1.5em;
	 text-decoration:none;
}
form {
	 width:400px;
	 height:180px;
	 margin:0;
	 padding:0;
}
.log_zone, .log_bouton {
	 background-color:#e6e6e6;
	 border:none;
	 text-align:center;
	 width:200px;
	 height:20px;
}
.log_bouton {
	 margin-top:15px;
	 height:23px;
}
.log_zone:hover, .log_bouton:hover {
	 background-color:#fff;
}
label span {
	 color:#b2b2b2;
}
p, ol {
	 width:600px;
	 position:absolute;
	 top:80px;
	 left:50%;
	 margin-left:-400px;
	 padding:20px;
	 background-color:#fff;
	 font-size:1.2em;
}
p {
	 height:200px;
	 text-align:center;
}
ol li {
	 margin-left:20px;
}
#book p {
	 background-color:#d7d0c8;
	 color:#fff;
	 text-align:left;
}
#book a {
	 color:#fff;
	 text-decoration:none;
}