body{
	font-family: arial, helvetica, sans-serif;
	background:#eee;
	}
div#container{
	margin:10px auto;
	background:#fff;
	width: 470px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-radius: 5px;
	border-top: 2px solid #ccc;
	}
h1{
	background: url(images/g4460.png) no-repeat;
	margin: 0px 10px 15px;
	height: 122px;
	}
h1 span{
	display: none;
	}
span.f{
	display: inline-block;
	width: 60px;
	}
p{
	margin:5px 10px;
	font-size: 14px;
	}
p#erreur{
	kfont-weight: bold;
	color: #c00;
	border:1px solid #c00;
	border-left-width: 3px;
	border-radius: 2px;
	padding: 2px 5px;
	}
a,a:link,a:visited{
	text-decoration: none;
	color: #333;
	cursor: pointer;
	}
a:hover{
	text-decoration: underline;
	}
hr{
	height: 1px;
	background:#999;
	border:none;
	border-top:1px solid #999;
	margin:5px 10px;
	}