div, body, form, p, a, img {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:url(../img/fond.jpg) repeat-x #fff top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.centered {
	width : 100%;
  text-align:center;

	height:775px;
  overflow:hidden;
}

.divBody {
  width : 841px;
  text-align:left;
  margin : 0 auto;
  position:relative;
  padding:0 0 0 1px;
  height:775px;
}

#flash {
  position:absolute;
  top:0px;
  left:0px;
} 
 
.colDroite {
  position:absolute;
  left:0px;
  top:160px;
  width:250px;
}
.colDroite form {
	margin:0;
	padding:0;
  overflow:hidden;
}
.titreQuestion {
  padding:20px 0 10px 70px;
  height:28px;
  font-weight:bold;
  font-size:25px;
  color:#fff;
  overflow:hidden;
}
.texteQuestion input {
  margin-top:2px;
}
.texteQuestion {
  padding:0 20px 0 40px;
  height:78px;
  font-weight:normal;
  font-size:13px;
  color:#fff;
}
#reponse {
	width:180px;
	color:#666;
}
.indiceQuestion {
  height:33px;
  text-align:right;
  padding:0 20px 0 0;
}
.indiceQuestion a {
  display:block;
  color:#FF66FF;
  text-decoration:none;
  padding-left:10px;
}
.indiceQuestion a:hover {
  color:#FFF;
}
.tableFormulaire {
  padding:0 0 0 10px;
}
.lab {
  font-size:10px;
  text-align:right;
}
.colDroite p {
	margin:90px 10px 0 20px;
	text-align:right;
}
.colDroite form div {
	/*margin:0 0 5px 0;*/
}
#nom, #prenom,  #civilite, #email  {
	width:120px;
}

#civilite {
	width:94px;
}
#cp {
	width:50px;
}
#code {
	width:94px;	
}
.optin {
	background:url(../img/optin.gif) no-repeat top left;
	font-size:12px;
	padding: 0;
	margin:0;
	color:#fff;
	
}
.optin div  {
	background:url(../img/optin-bottom.gif) no-repeat bottom left;
	padding:13px 15px 18px 33px;
	margin:0px;
}
.optin label {
	display:block;
	cursor:pointer;
	padding-left:18px;
}
.optin input {
	float:left;
	margin: 2px 4px 30px 0;
}

div#captcha {
	margin:10px 0 0 25px;
	color:#bbb;
	position:relative;
}
div#captcha .label {
	margin-bottom:5px;
}
div#captcha img {
	vertical-align: middle;
	border: 0;
}
div#captcha input {
	vertical-align:middle;
}
#aideCaptcha {
	display:none;
	position:absolute;
	background:#A3206E;
	text-align:left;
	width:180px;
	top:-50px;
	right:5px;
	color:#FFF;
}
#aideCaptcha p {
	background-color:#fff;
	color:#333;
	padding:10px;
	margin:1px;
	clear:right;
	font-weight:normal;
	font-size:11px;
	text-align:left;
}
#aideCaptcha .regenere {
	cursor:pointer;
	color:#A3206E;
}
#aideCaptcha .fermeCaptcha {
	float:right;
	font-weight:bold;
	color:#FFF;
	padding-right:10px;
}
.colDroite form div.envoyer {
	margin-top:20px;
}
.form-label {
  cursor:pointer;
}
.form-label-erreur {
	color : #A3206E;	
}
.form-input {
  padding-left:2px;
  border:1px #aaa solid;
  background-color:#fff;
}
.form-input-hover {
  border:1px #888 solid;
  background-color:#eee;
}
.form-input-focus {
  border:1px #333 solid;
  background-color:#D6E3F3;
}
.form-input-erreur {
	border:2px #A3206E solid;
}
.colDroite p {
	color : #c00;
	font-weight:bold;
}
.colDroite form div.optin {
	margin:10px 0 10px 0;
}
.reglement {
	position:absolute;
	bottom:20px;
	left:20px;
}
.reglement a {
	color:#FF6600;
}
#detail {
	position:absolute;
	top:285px;
	left:300px;
	width:285px;
	height:150px;
	display:block;
	text-decoration:none;
	background-image:none;
	background-repeat:no-repeat;
}
#detail:hover {
	background-image:url(../img/detail.gif);
}
#detail span {
	display : none;
}
.obligatoire {
  color:#bbb;
  padding-left:25px;
}
/* popup */
.divPop {
	text-align:left;
	padding:10px;
	color:#ffc;
}
.divPop h1 {
	color:#ffc;
	font-size:18px;
	margin:10px 0 20px 0;
}
.divPop h2 {
	color:#ffc;
	font-size:16px;
	margin:10px 5px 5px 5px;
}
.divPop .logoRC {
	float:left;
	margin:10px 10px 10px 0;
}
.divPop .stitre {
	clear:both;
	font-weight:bold;
	color:#c00;
	margin:15px 0 10px 0;
}
.divPop ul {
	margin:0;
	padding:0 0 0 20px;
}
.divPop .fermer {
	text-align:right;
}
.divPop a {
	text-decoration:none;
	color:#f00;
}
.divPop a:hover {
	color:#ffc;
}
body.bodyPop {
	overflow:auto;
}
