
/* TACTIK PAINTBALL ** HOME ** */

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

.title{
	background-image:url(images/home/fond_titre_accueil.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:49px;
	padding-top: 5px;

}

.cadre{
	margin-top:0px;
	margin-left:0px;
	padding-top: 13px;
	position:relative;
	z-index: 100

}

.cadre_center{
	margin: 0 auto; width: 525px;
	padding-right: 17px;
}
.cadre_bas{
	background-image:url(images/fond_bas_300.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:-60px;
	margin-left:1px;
	padding-top: 26px;
	padding-left: 30px;
	height: 400px;
	z-index: 50;
	text-align:left;
	line-height: 13px;
}

/* FORMS */

#form_center{
margin: 0 auto; width: 555px;

}



.registration_title{
	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;
	
}


.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 */

