@charset "UTF-8";
/* CSS Document */
#formulaire {
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
	padding: 10px;
	position: relative;
}
#formulaire label {
	width: 150px;
	display:inline-block;
	float: left;
	text-align: right;
	padding-right: 5px;
	line-height:20px;
	position:relative;
}

#formulaire cite {
	font-size: 0.6em;
	color: #666666;
}
#formulaire #commentaire {
	width: 280px;
	height: 70px;
}
#formulaire #mention {
	font-size: 0.8em;
	position: absolute;
	left: 320px;
	top: 13px;
	text-align: right;
	color: #666666;
}
#formulaire .obligatoir {
	color: #CC0000;
}
#formulaire #boutons {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#formulaire hr {
	height: 1px;
	background-color: #3F8CBD;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #3B8ABC;
	margin-bottom: 15px;
}
