@charset "UTF-8";
/* Formulaire */

/* Classes de base */

form {
	padding: 0px;
	margin: 0px;
	clear: right;
}

fieldset {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: none;
}

label {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

input, select, textarea {
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	text-align: left;
	vertical-align: middle;
	margin: 2px;
	width: 200px;
	background-color: #ECECEC;
}

select {
	width: auto;
}

/* Classes spéciales */

#rightdiv input {
	width: 140px;
}

.checkbox {
	width: auto;
	height: auto;
	border: none;
	margin-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.button {
	width: auto;
	clear: right;
	margin-left: 5px;
	border: none;
	background: none;
}

#rightdiv .button {
	width: auto;
	float: right;
}