
/* 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;
	padding-top: -1px;
	margin-left:1px;
	padding-top: 13px;
	z-index: 100

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


ul{
	list-style-type:decimal-leading-zero;
	list-style-position:outside;
	line-height: 11px;
	margin-left:-10px;
	
}

li{
	margin-left: 0px;
}


/* FORMS */

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

	width:550px;

}
.pay_online{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#009933;
	text-align:center;
}
.txt_input{
	ffont-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#009933;
	text-align:left;
}

.txt_registration{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#009933;
	text-align:left;
}
.txt_member{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#009933;
	text-align:left;
}

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

