* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Helvetica", Arial, Verdana, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 200px;
}

/**
@section Header
*************************************************************************************/

#header {
	width: 470px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#header h1 {
	float: left;
	margin: 0 0 13px 55px;
}

#header p {
	position: absolute;
	bottom: -5px;
	right: 0;
}

#header p a {
	background: #626262;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	display: block;
	outline: none;
	float: left;
	margin-right: 2px;
	position: relative;
	padding-bottom: 5px;
}

#header p a:hover {
	padding-bottom: 5px;
	top: -5px;
}

/**
@section Contenu + Form
*************************************************************************************/

#contenu {
	border-top: 5px solid #626262;
	background: #f22a13 url(/img/login/bg-contenu.gif) repeat-x bottom left;
	padding-bottom: 60px;
	width: 100%;
}

#contenu .inner {
	background: url(/img/login/bg-contenu.jpg) no-repeat top right;
	padding-top: 1px;
}

#contenu .inner2 {
	width: 390px;
	overflow: visible;
	margin: 0 auto;
}

#contenu .inner2 div {
	padding-left: 20px;
}

h2 {
	color: #fff;
	margin: 0.5em 0;
	font-size: 200%;
}

form p.souvenir {
	padding-top: 10px;
	color: #fff;
}

form p.souvenir label {
	margin-left: 3px;
}

form p.oubli a {
	background: url(/img/login/img-fleche.gif) no-repeat 0 50%;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}

form p.oubli a:hover {
	text-decoration: underline;
}

form p.champs {
	width: 100%;
	overflow: hidden;
	color: #fff;
}

form p.oubli {
	margin: 1.2em 0 1em 0;
}

form p.infos {
	background: url(/img/login/bg-infos.gif) no-repeat 0 1.3em;
	padding-left: 35px;
	line-height: 150%;
	width: 101%;
	border-top: 1px solid #000;
	padding-top: 0.8em;
}

form p.infos a {
	color: #000;
	text-decoration: none;
}

form .champs span {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 3px;
}

form .champs span label {
	display: block;
	float: left;
	width: 158px;
	color: #fff;
}

form input {
	border: none;
	padding: 5px;
	width: 145px;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	float: left;
	margin-right: 4px;
}

form input#souvenir {
	padding: 0;
	width: 14px;
	height:14px;
	float: left;
}

form #bt_submit {
	cursor: pointer;
	background: #000;
	color: #fff;
	border: none;
	padding: 5px 4px;
	float: left;
	width:auto;
}

form .message {
	margin-bottom: 1em;
	color: #fff;
	background: #6F1007;
	padding: 0.5em;
	border-bottom: 1px solid #3F0904;
	border-top: 1px solid #3F0904;
}
