
/* TACTIK PAINTBALL ** HOME ** */

.fond_carre{
	position:relative;
	background-image:url(images/fond_cadre.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 370px;
	
}


.cadre{
	margin-top:-1px;
	margin-left:1px;
	padding-top: 13px;
	z-index: 100

}
.ombre{
	text-align:center; 
	margin-top:-29px; 
	width: 820px;
}
.cadre_center{
	margin: 0 auto; width: 530px; margin-top:-10px;
	padding-right:20px;
}
.cadre_bas{
	background-image:url(images/fond_bas_600.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:-40px;
	margin-left:1px;
	padding-top: 16px;
	padding-left: 30px;
	height: 650px;
	z-index: 50;
	text-align:left;
	line-height: 12px;
}

/* FORMS */

#form_center{
	margin: 0 auto; width: 520px;
}


.registration_title{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11PX;
	color: #009933;
	margin-left:-5px;
}

.registration_title_3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11PX;
	color: #009933;
}
.inputarea{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#00ff66;
	text-align: left;
	padding: 5px;
	border-top:none;
	


}



.inputarea input, #inputarea textarea{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#00ff66;
	border-bottom-style:dashed;
	border-bottom-color: #003300;
	border-bottom-width: 1px;
	border-top-width:0;
	border-right-width:0;
	border-left-width:0;
	background-color:#000;
	padding-left: 5px;
	border-top:none;

}
input:hover{
	border-bottom-style:solid;
	border-bottom-color: #00ff66;
	border-bottom-width: 1px;
	border-top-width:0;
	border-right-width:0;
	border-left-width:0;
	outline:none;
}
input:focus{
	border-bottom-width:1px;
	outline:none; 
}

textarea{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#00ff66;
	border-color:#003300;
	border-style:dashed;
	border-width: 1px;
	background-color:#000;
	padding-left: 5px;
	overflow:auto;
	
}

.input_scroll{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#00ff66;
	background-color:#000;
	padding-left: 5px;
	overflow:auto;

	
}
textarea:focus{
	border-color: #003300;
	border-style: solid;
	border-width: 1px;
	outline:#003300 Solid 1px; 
}

textarea:hover{
	border-color: #003300;
	border-style: solid;
	border-width: 1px;
	outline:#00ff66 Solid 1px; 
	
}

.inputarea select, #inputarea textarea{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#00ff66;
	border-bottom-color:#009933;
	border-top-color:#009933;
	border-left-color:#009933;
	border-right-color:#009933;
	border-style:solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	background-color:#000;
	padding-left: 5px;

}

option{
	scrollbar-arrow-color:#ff0; 


/* END FORMS */

