	#header a.extranet {
		background: url(../images/btn-extranet.jpg) no-repeat 0 -37px;
		color: #e9481e;
	}
	#header a.extranet:hover {
		color: #fff;
	}

#content form {
	position: relative;
	width: 500px;
	margin: 0;
	padding: 0 15px;
}
#content form#form_extranet {
	padding: 35px 15px 0;
}
#content form#form_track {
	padding: 0 15px 0;
}
	#content form h2 {
		margin: 0;
		padding: 4px 0 15px 0;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		color: #e9481e;
	}

	#content form label {
		font-size: 12px;
		font-weight: bold;
		color: #252122;
	}
	#content form input {
		width: 150px;
		margin: 5px 0 15px;
		border: 1px solid #c0c0c0;
	}

	#content form a {
		color: #5d5b5c;
	}
	#content form a:hover {
		text-decoration: underline;
	}

	#content form a.ok {
		position: absolute;
		bottom: 25px;
		left: 190px;
		display: block;
		width: 27px;
		height: 24px;
		background: url(../images/btn-ok.gif) no-repeat 0 0;
		line-height: 24px;
		text-align: center;
		color: #e9481e;
	}
	#content form a.ok:hover {
		text-decoration: none;
		color: #5d5b5c;
	}

	#content .separateur {
		display: block;
		width: 500px;
		height: 1px;
		margin: 20px 0;
		padding: 0;
		background: url(../images/line-dashed.gif) no-repeat 15px 0;
		line-height: 1px;
	}

