.formGrey label {
	display:block;
	font-size:11px;
	line-height:17px;
	margin-top:4px;
	margin-bottom:4px;
	clear: both;
}

.formGrey input, 
.formGrey textarea,
.formGrey select {
	color:#24528f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:2px;
}
.formGrey input[type=text],
.formGrey input[type=password],
.formGrey textarea,
.formGrey select {
	border:1px solid #24528f;
}
.formGrey textarea {
	height: 100px;
	width: 300px;
}
.formGrey input[type=text] {
	width: 120px;
}
.formGrey input.button {
	background-color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	padding: 1px;
	border: 1px solid #666666;
	line-height: 14px;
	display: inline-block;
	cursor: pointer;
	height: 22px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	width: auto;
}
.formGrey input.button:hover,
.formGrey input.button:focus {
	color: #FFFFFF;
	background-color: #333333;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.require {
	color:#B31B18;
	display:inline;
}
.readOnly {
	background:#E1E1E1;
}
.indication {
	width:auto;
	text-align:left;
	font-style:italic;
	font-size:10px;
}
label span.inLine {
	font-size:12px;
	margin-left:10px;
}
label span.titleField {
	display:inline-block;
	width:150px;
	margin-right:5px;
	text-align:right;
	font-size:12px;
}
label.civilite{
	display:inline;
}
.formGrey {
	background-color:#EEEEEE;
	border:1px solid #999999;
	padding:10px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:11px;
}
.formGrey .mentionsLegales {
	padding-top: 8px;
	padding-bottom: 4px;
	margin: 0px;
	font-size: 11px;
	line-height: 16px;
}

.formGrey a {
	color:#24528F;
	text-decoration:underline;
	font-size:11px;
}
.formGrey a:hover {
	text-decoration:none;
}

/* [START] class pour les autoComplete */
div.autoCompleter{
}
div.autoCompleter ul{
	list-style:none;
}
/* [END] class pour les autoComplete */


/* [START] formulaire d'inscription à la newsletter */
.formNewsletter label span.titleField{
	width:180px;
}
/* [END] formulaire d'inscription à la newsletter */

/* [START] formulaire de modif compter reporter */
.formCompteReporter label span.titleField{
	width:115px;
}
/* [END] formulaire de modif compter reporter */




/* [START] mise en page : 2 colonnes */
div.twoColsLeft, 
div.twoColsRight {
	float:left;
}
div.twoColsLeft {
	width:307px; /* 312 - 5 */
	padding-right:5px;
}
div.twoColsRight {
	width:308px; /* 313 - 5 */
	padding-left:5px;
}
.formGrey div.twoColsLeft,.formGrey  div.twoColsRight {
	width:300px;
	padding:0;
}
/* [END] mise en page : 2 colonnes */

/* [START] page reporter */
.formSeConnecter label span.titleField {
	width:90px;
}
.formCreerCompte label span.titleField {
	width:95px;
}
.commentaireForm .formGrey label span.titleField {
	width: 125px;
	display: block;
	float: left;
}

/* [END] page reporter */

