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

#login {
	width: 512px;
	margin: 20px auto;
	padding-bottom: 15px;
	position: relative;
}
#login p {
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 20px;
}
#login p a {
	color: #E1001A;
	text-decoration: none;
}
#login p a:hover {
	text-decoration: underline;
}
h1#titreArticle {
	font-size: 35px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	line-height: 35px;
	text-transform: uppercase;
}
#login form {
	padding: 40px 0px;
}
#login fieldset {
	width: 100%;
	overflow: auto;
}
#login label {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #4c4c4c;
	display: block;
	float: left;
	height: 20px;
	width: 162px;
}
#login input.champForm {
	font: 12px/20px Arial, Helvetica, sans-serif;
	background: url(../images/backgroundInput.png) repeat-x;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 350px;
	border-style: none;
}
ul#gestionUser {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 512px;
	display: block;
	list-style: none;
}
ul#gestionUser li {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
}
ul#gestionUser a {
	color: #666666;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	border: 1px solid #999999;
	padding: 0px 5px;
	background: #dddddd;
}
ul#gestionUser a:hover {
	color: #EE0000;
	border-color: #EE0000;
	background: #ffffff;
}

