
/* 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:-16px; 
	width: 820px;
}
.cadre_center{
	margin: 0 auto; width: 540px;
}
.cadre_bas{
	background-image:url(images/fond_bas_600.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:-50px;
	margin-left:1px;
	padding-top: 16px;
	padding-left: 30px;
	height: 610px;
	z-index: 50;
	text-align:left;
	line-height: 12px;
}


/* FORMS */

#form_center{
	float:left;
	width: 520px;
	margin-left: -5px;

}


.registration_title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#009933;
}
.inputarea{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#009933;
	text-align: left;
	padding: 5px;
	
}


.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;
}
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;
	
}
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: #003300;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	background-color:#000;
	padding-left: 5px;
}


/* END FORMS */

