/* CSS Document */
.article fieldset {
	border:#bfbfbf 1px dashed;
	padding:10px;
	margin-top:15px;
}
.article fieldset * {
	color:#000000;
	font-size:11px;
	}
.article fieldset legend{
	padding:0;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
	color:#000000;
	padding:0px 5px 0px 5px;
	margin-left:10px;
	background-color:#FFFFFF;	
	color:#700088;
}
.article label {
	float:left;
	margin:0pt;
	text-align:right;
	width:150px;
	color:#000000;
	padding-top: 0pt;
	padding-right: 0.5em;
	padding-bottom: 0pt;
	padding-left: 4pt;
}
.article label.deuxCol {
	float:none !important;
	width:100px !important;
}

.article #formulaire label,
.article #formul p.questionConcours label {
	float:none;
	width:550px;
}
.article label#lien-newsletter{
	float:none;
	text-align:left;
	width:550px;
}
.article p {
	display:block;
	margin-top:5px;
	padding:0!important;
}
.article label#news {
	display:none;
}
.article .obligatoire {
	font-weight:bold;
}
.article select {
	border:1px solid #000000;
	color:#000000;
	margin-bottom:2px;
}
.article .input150 {
	border:1px solid #000000;
	width:150px;
	color:#000000;
	margin-bottom:2px;
}
.article .input150Focus {
	border:1px solid #abcc00;
	width:150px;
	color:#000000;	
	margin-bottom:2px;
}
.article .input300 {
	border:1px solid #000000;
	width:280px;
	color:#000000;
	margin-bottom:2px;
}
.article .input300Focus {
	border:1px solid #abcc00;
	width:280px;
	color:#000000;	
	margin-bottom:2px;
}
.article .petitInput {
	border:1px solid #000000;
	width:50px;
	color:#29376B;
	margin-bottom:2px;
}
.article .petitInputFocus {
	border:1px solid #f0e6c2;
	width:50px;
	color:#000000;
	margin-bottom:2px;
}
.article a.bouton,
.bouton {
	display:block;
	width:146px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(/images/site/boutonValider.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration:none;
	background-color:#000000;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}
.alignDroite a.bouton{
	margin:0;
	font-size:11px;
	display:block;
	margin:0;
	padding-top:7px;
}
.article .bouton:hover {
	color:#f1ea75;
}
#retourForm {
	display:none;
	height:20px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:hidden;
}
#retourUtilisateur {
	background-color:#9105A6;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
	font-size:12px;
	display:none;
	padding:5px!important;
}
#retourUtilisateur.visible {
	display:block;
}
.invisible {
	display:none;
}