div, body, form, p, a, img {
	margin:0;
	padding:0;
	border:0;
}
body {
	text-align:center;
	background:url(../img/page.png) repeat-x #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.divBody {
	width : 770px;
	text-align:left;
	margin : 0 auto;
	position:relative;
	padding-bottom:30px;
	overflow:hidden;
 }
 .divFond {
 	background:url(../img/milieu.png) no-repeat top center;
	padding-bottom:20px;
 }
.colDroite {
	background-image:url(../img/formulaire.gif);
	background-repeat:no-repeat;
	background-position:left 50px;
	width:225px;
	height:573px;
	margin:0px 0 0 2px;
	position:relative;
	color:#fc9;
}
#tentez {
	/*margin-left:5px;*/
}
.colDroite form {
	margin:30px 10px 0 0;
	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 {
	font-size:11px;
}

div#captcha {
	margin:10px 0 0 0;
	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:#D82513;
	text-align:left;
	width:180px;
	top:-50px;
	right:5px;
	color:#FFF;
}
#aideCaptcha p {
	background-color:#FEF2C7;
	color:#333;
	padding:10px;
	margin:1px;
	clear:right;
	font-weight:normal;
	font-size:11px;
	text-align:left;
}
#aideCaptcha .regenere {
	cursor:pointer;
	color:#D82513;
}
#aideCaptcha .fermeCaptcha {
	float:right;
	font-weight:bold;
	color:#FFF;
	padding-right:10px;
}
.colDroite form div.envoyer {
	margin-top:20px;
}
.form-label-erreur {
	color : #c00;	
}
.form-input-erreur {
	border:2px #c00 solid;
}
.colDroite p {
	color : #c00;
	font-weight:bold;
}
.colDroite form div.optin {
	margin:10px 0 10px 0;
}
#logo {
	position:absolute;
	top:0;
	left:233px;
}
#macaron {
	position:absolute;
	top:0;
	left:702px;	
}
.hotel {
	position:absolute;
	top:125px;
	left:233px;
	height:213px;
	width:532px;
	background:url(../img/hotel.jpg) no-repeat top left;
}
.hotel a{
	display:block;
	text-align:right;
	padding:195px 10px 0 0;
	color:#000;
}
.hotel a:hover {
	color:#f00;
	text-decoration:none;
}

.flash, .lien {
	position:absolute;
	top:345px;
	left:233px;	
	width:542px;
	height:250px;
}
.flash {
	z-index:10;
}
.lien {
	top:335px;
	display:block;
	background:#fff;
	z-index:2000;
}

.reglement {
	margin:30px 25px 0 10px;
	position:absolute;
	top:550px;
}
.reglement a{
	color:#f00;
}
.rejouer {
	margin-top:20px;
	color:#FF0000;
}

/* 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;
}

