/*---------------------------------------------------*/
/*-- promo --*/
/*---------------------------------------------------*/
.promo { height: 100%; width:100%; }
.promo #global { background: url(../img/promo/promo_bg_body.gif) 50% 50% no-repeat; }
.promo #global #main #container {
	width: 889px;
	height: 478px;
	margin: auto;
	position: relative;
}

.promo #text1 {
	position: absolute;
	top: 190px;
	left: 90px;
}
.promo #text1 img { margin-bottom: 30px; }
.promo #text1 a {
	float: left;
	margin-right: 60px;
}
.promo .notice {
	position: absolute;
	bottom: 8px;
	left: 10px;
}
.promo #text2 {
	position: absolute;
	top: 90px;
	left: 80px;
}

/*---------------------------------------------------*/
/*-- boutons --*/
/*---------------------------------------------------*/
.promo .btRegisterpromo {
	display: block;
	width: 136px;
	height: 24px;
	background: url(../img/promo/promo_bt_register.gif) 0 0 no-repeat;
}
.promo .btRegisterpromo:hover { background-position: 0 100%; }

.promo .btDeclinepromo {
	display: block;
	width: 64px;
	height: 24px;
	background: url(../img/promo/promo_bt_decline.gif) 0 0 no-repeat;
}
.promo .btDeclinepromo:hover { background-position: 0 100%; }

.promo .btSubmitpromo {
	display: block;
	width: 82px;
	height: 24px;
	background: url(../img/promo/promo_bt_submit.gif) 0 0 no-repeat;
}
.promo .btSubmitpromo:hover { background-position: 0 100%; }

.btClosepromo {
	display: block;
	width: 82px;
	height: 24px;
	background: url(../img/promo/promo_bt_close.gif) 0 0 no-repeat;
}
.btClosepromo:hover { background-position: 0 100%; }

/*---------------------------------------------------*/
/*-- popup --*/
/*---------------------------------------------------*/
div.popuppromo {
	width: 420px;
	/* The following properties should not be changed */
	position: absolute;
}

#popup_overlay {
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

.popuppromo #top {
	width: 100%;
	height: 9px;
	background: url(../img/promo/popup_bg_top.gif) 0 0 no-repeat;
	font-size: 1px;
}
.popuppromo #bottom {
	width: 100%;
	height: 9px;
	background: url(../img/promo/popup_bg_bottom.gif) 0 100% no-repeat;
	font-size: 1px;
}
.popuppromo #btClose {
	position: absolute;
	top: 10px;
	right: 24px;
}
.popuppromo #intitule {
	background: #FFFFFF;
	padding: 15px 0 0 35px;
}
.popuppromo #intitule p {
	color: #000000;
	padding: 50px 0;
	font-size: 11px;
}

.popuppromo #intitule textarea {
	margin: 20px 0;
	width: 360px;
	height: 280px;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-align: left;
	color: #000000;
}

.popuppromo .bouton {
	height: 24px;
	background-color: #FFFFFF;
	padding: 0 10px 10px 0;
}
.popuppromo .bouton a {
	float: right;
}

/*---------------------------------------------------*/
/*-- formulaire --*/
/*---------------------------------------------------*/
.promo .col1 {
	width: 120px;
	height: 30px;
}
.promo .col2 {
	padding-top: 10px;
	height: 28px;
}
.promo .col2 a {
	color: #000000;
	text-decoration: underline;
}
.promo .col2 a:hover { text-decoration: none; }

.promo label, .promo td, .promo input, .promo select {
	color: #000000;
	font-size: 11px;
}
.promo table input {
	width: 240px;
	padding: 5px 0 2px 0;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	background: #FFFFFF;
}
.promo select {
	width: 240px;
	border: 1px solid #e5e5e5;
}
.promo .radio {
	width: 20px;
	border: 0;
}
.promo .error {
	padding: 15px 0 0 0;
	color: #cb0000;
	width: 320px;
}
.promo .bouton {
	position: absolute;
	bottom: 30px;
	left: 450px;
}


