body {
	background-color: #808080;
	margin: auto;
	width: 900px;
	font-family: Arial,Serif;
}
div.content {
	background-image: url('../GFXs/corps1.png');
	width: 900px;
	height: 559px;
}
div.connexion {
	background-image: url('../GFXs/connection.png');
	width: 440px;
	height: 140px;
	position: absolute;
	margin-left: 450px;
	margin-top: 20px;
	font-size: 9px;
	font-weight: 500;
	color: #cccccc;
}
div.connexion a {
	color: #cccccc;
}
table.cnx {
	margin: 10px 0px 0px 5px;
}
div.inscription {
	background-image: url('../GFXs/inscription.png');
	width: 412px;
	height: 350px;
	position: absolute;
	margin-left: 450px;
	margin-top:  110px;
	z-index: 1;
}
div.inscription div.content_inscription {
	overflow: auto;
	position: absolute;
	margin-left: 5px;
	margin-top: 35px;
	width: 400px;
	height: 300px;
	font-size: 10px;
	font-weight: 400;
	color: #cccccc;
}
div.inscription div.content_inscription h2 {
	color: #cc0000;
	font-size: 12px;
	font-weight: 600;
}
div.footer {
	background-image: url('../GFXS/pied.png');
	width: 900px;
	height: 30px;
	font-family: Verdana,Sans-serif;
	font-size: 9px;
	color: #cccccc;
	text-align: center;
	margin-top: 0px;
	margin-left: 5px;
	z-index: 3;
}
div.footer a {
	color: #cccccc;
}
