@charset "utf-8";
/* CSS Document */

#box {
	width				: 375px;
	margin				: 0 auto;
}
#box_top {
	height				: 34px;
	background-image	: url(/img/login_haut.gif);
	background-repeat	: no-repeat;
	background-position	:center;
}
#box_middle {
	background-image	: url(/img/login_mid.gif);
	background-repeat	:repeat-y;
	background-position	:center;
}
#box_middle FORM {
	margin				: 0 auto;
	width				: 270px;
}
#box_bottom {
	height				: 21px;
	background-image	: url(/img/login_bas.gif);
	background-repeat	: no-repeat;
	background-position	: center;
}

#erreur {
	color					: #a00;
	text-align				: center;
	font-weight				: bold;
}
