body{
	margin: 0; 
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
p {
	margin:0;
}
form {
	margin:0;
}
#cadre {
	position: absolute;	
	width: 750px;
	height: 580px;
	margin-left: -375px;
	margin-top: -290px;
	left: 50%;
	top: 50%;
	border: 1px solid #000000;
	text-align: left;
	background-image:url(../images/header.gif);
	background-repeat: no-repeat;
}

#cadre p.titre {
	position:absolute;
	left:200px;
	top:200px;
}

#cadre ul {
	position:absolute;
	left:200px;
	top:250px;
}

#cadre ul li {
	list-style:url(../images/puce_accueil.gif);
}

.gauche {
	position:absolute;
	left:0;
	top:200px;
}

.formulaire {
	position:absolute;
	top:465px;
	left:200px;
}

.formulaire p{
	height:25px;
}

.formulaire label {
	display:block;
	float:left;
	width:150px;
	font-weight:bold;
}

.formulaire a.submit {
	position:absolute;
	top:50px;
	left:400px;
	background-image:url(../images/btn_entrer.gif);
	background-position:0 0;
	width:135px;
	height:21px;
}

.formulaire a.submit:hover {
	background-position:135px 0;
}

.footer {
	position:absolute;
	left:0;
	bottom:0;
	height:30px;
	color:#FFFFFF;
	width:100%;
	background-color:#E71810;
	border-top:1px #000000 solid;
}

.footer p {
	position:absolute;
	bottom:0;
	left:0;
	line-height:30px;
	margin:0;
	padding-left:10px;
}