*{
	margin: 0;
	padding: 0;
	font-family: arial;
}
body{
	background: #560000 url(fond.png) repeat-x top center;
	text-align: center;
	font-size: 11pt;
}
#general{
	margin: 0 auto;
	margin-top: 100px;
	width: 316px;
	height: 170px;
	background: url(splash.png) no-repeat;
	padding-top: 178px;
}
#conteneur{
	margin: 0 auto;
	width: 300px;
	text-align: left;
}
.a{
	margin: 19px 0 0 0;
}
.a input{
	padding: 5px;
	width: 196px;
	height: 17px;
	background: url(input.png) no-repeat 0 0;
	border: none;
}
.a input:focus{
	background: url(input.png) no-repeat 0 -27px;
}
.b{
	margin: 10px 0 0 0;
}
.b input{
	height: 30px;
	width: 85px;
	font-size: 0;
	background: none;
	border: none;
	color:#CC0000;
	text-align: left;
}
#alerte_ok, #alerte_pb{
	position: absolute;
	top: 0;
	left:0;
	line-height: 40px;
	width: 100%;
	font-weight: bold;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}
#alerte_ok{
	background: #adff2b;
}
#alerte_pb{
	background: #ff0000;
	color: #fff;
}
fieldset{
	border: none;
	background: none;
}