#GB_overlay {
  background-image: url(../images/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(../images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://clients.visual-link.fr/twinner_tv/images/overlay.png", sizingMethod="scale");
}

#GB_window {
	top: 10px;
	left: 0px;
	position: absolute;
	overflow: auto;
	padding:12px 20px 20px 20px;
	z-index: 150;
	background:url(../images/fond-credits.png) no-repeat center top !important;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
}

#GB_caption {
    font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #353535; 	
	border-bottom: 1px solid #d5d5d5;
	text-transform: uppercase;
	padding-bottom:3px;
}

#GB_window img {
  position: absolute;
  top: 8px;
  right: 16px;
  cursor: pointer;
  cursor: hand;
}

/*--------------------------------------------------------------------------------
Gestion des popups Mentions lageles - Crédits - Envoyer à un ami
--------------------------------------------------------------------------------*/


div#popup {
    margin:15px 0 0 0;
    padding: 0 0 20px 0;
	z-index:10;
    overflow:auto;
}

div#popup p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0;
	padding:12px 0 0 0;
}
div#popup p img {
	margin:0 0 15px 0;
	padding:0;
}

div#popup p a {
	color:#82A401;
	text-decoration:none;
}

div#popup p a:hover {
	color:#005122;
	text-decoration:underline;
}

/*--------------------------------------------------------------------------------
Formulaires login Adhérents + annonces
--------------------------------------------------------------------------------*/

form.form-encart {
	padding: 0;
	color: #000;
}
form.form-encart label  {
	display: block;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size:11px;
}

input {
	border:none;
	width: 180px;
	height: 16px;
	/*padding: 0 4px;*/
	padding:0;
	margin-bottom:9px;
	font-size:10px;
	color: #6c6c6c;
	background: url(../images/input-text.jpg) no-repeat;
}

textarea {
	border:none;
	width: 180px;
	height: 120px;
	padding: 1px 4px;
	font-size:11px;	
	color: #6c6c6c;
	background: url(../images/textarea_bgd.jpg) no-repeat;
}

input.alert {
	border: 1px solid red;
}

input#contact-submit {
	display: block;
	text-align:left;
	width: 170px;
	height: 21px;
	font-size: 10px;
	color: #c2e315;
	padding: 0 0 0 6px;
	margin: 10px 0 0 0;
	cursor: pointer;
	background: url(../images/button170-fleche-noir.jpg) no-repeat left 3px;
}
*html input#contact-submit {
	height: 18px;
	background: url(../images/button170-fleche-noir.jpg) no-repeat left 0;
	
}
input#contact-submit:hover {
	color: #fff;
}

