	#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 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 a.retour {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	background: url(../images/precedent.gif) no-repeat 0 6px;
	color: #e9481e;
}
#content a.retour:hover {
	text-decoration: underline;
}

