#entete .logo {
	float: right;
	background-image: url(../images/design/entete.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 450px;
	height: 73px;
	}
#espacePro {
	position: absolute;
	top: 0;
	left: 20;
	width: 500px;
}
#espacePro ul {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50px;
	margin: 0px;
	}
#espacePro li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #000000;
	}
#espacePro li.premier{
	display: inline;
	border: 0px;
	}
/*
#entete #espacePro form {
	display: inline;
	margin-bottom: -75px;
	}
*/
#espacePro input {
	display: block;
	width: 100px;
	color: #333300;
	}
#espacePro .compteur {
	font-size: 0.8em;
	position: absolute;
	left: 0px;
	top: 15px;
	}
/*
#entete h1 {
	color: #333300;
	text-align: right;
	font-weight: bold;
	}
#entete p {
	color: #333300;
	text-align: right;
	font-weight: bold;
	}
*/