body{
	margin: 0; padding: 0;
	width: 100%; height: 95%;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #232323 url('Logo.jpg') no-repeat center;
	text-align: right;
	
}

form {
	display: none;
	padding: 6px 18px;
	background: #333;
	border-left: 8px solid #2f85da;
}

form label {
	color: #AAA;
	font-size: 11px;
}

form input.txt {
	margin-right: 8px;
	height: 18px;
	width: 100px;
	color: #2f85da;
	background: #222;
	border: 1px solid #666;
}

form input.txt:hover { background: #444; }

form input.bt {
	width: 18px; height: 18px;
	vertical-align: top;
	background: url('Bouton.gif') no-repeat;
	border: 0px solid transparent;
}

form input.bt:hover {
	background: url('Bouton.gif') -18 0;
}

a.private {
	display: inline-block;
	padding: 8px;
	color: #888;
	font-size: 11px;
	text-decoration: none;
}

a.private:hover {
	color: #009ACD;
	text-decoration: underline;
}

a.private img {
	margin: 0 6px;
	vertical-align: bottom;
}



