* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #1b1b1b url(../images/body.jpg) no-repeat top center;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

/* General */
a {	text-decoration: underline; color: #999; }

	a:hover { text-decoration: none; }
img { border: 0px; vertical-align: middle; }
.pro2lacom { display: block; border: 1px solid #ff0000; height: 12px;}
.right { text-align: right; }
object { outline-style: none; }

/* Formulaires */
form {
	width: 500px;
	margin: 20px auto;	
}
input, textarea, select {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;	
	font-size: 12px;
	border: 0px;
}
input[type="text"] {
	width: 200px;	
}
input[type="submit"], input[type="reset"] {
	border: 1px solid #000;
	background: #ddd;
	font-weight: bold;
	width: 100px;
}
	input[type="reset"] { 
		margin-left: 60px; 
	}	
.button { background: #fff; text-align: center; }


/* Layouts */
#page {
	width: 965px;
	margin: 0px auto 0px auto;
	padding-top: 35px;
	text-align: left;	
}
#header {
	height: 290px;
	margin-bottom: -12px;
}

#menu {
	background: url(../images/background_menu.png) no-repeat top left;
	height: 30px;	
}
#column_left, #column_center, #column_center_accueil, #column_right {
	float: left;
}
#column_left {
	clear: left;
	background: transparent url(../images/top_column_left.png) no-repeat top center;
	width: 190px;	
}
	#column_left .content {
		background: #d4d4d4 url(../images/background_column.png) repeat-x;
		margin-top: 25px;
		border-right: 1px solid #999;
		min-height: 539px;
	}
#column_center_accueil {
	background: transparent url(../images/top_column_center_accueil.png) no-repeat top center;
	width: 585px;	
}
	#column_center_accueil .content {
		background: #a7a7a7 url(../images/background_center.png) repeat-x;
		margin-top: 25px;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
		min-height: 539px;
	}
#column_center {
	background: transparent url(../images/top_column_center.png) no-repeat top center;
	width: 775px;	
}
	#column_center .content {
		background: #a7a7a7 url(../images/background_center.png) repeat-x;
		margin-top: 25px;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
		min-height: 539px;
	}
#column_right {
	background: #d4d4d4 url(../images/top_column_right.png) no-repeat top center;
	width: 190px;	
}
	#column_right .content {
		background: transparent url(../images/background_column.png) repeat-x;
		margin-top: 25px;
		border-left: 1px solid #999;
		min-height: 539px;
}
#footer {
	clear: both;
	background: transparent url(../images/background_footer.png) no-repeat top left;
	min-height: 24px;	
	margin-bottom: 34px;
	padding-top: 3px;
}

/* Menu */
div.graphik {
	position: absolute;
	width: 990px;
	margin-left: -10px;
	margin-top: -54px;
}
#menu ul {
	position: relative;
	list-style-type: none;
	width: 798px;
	text-align: left;
	margin: 0px 0px 0px auto;
}	
	#menu ul li {
		display: inline;
	}
		#menu ul li > a {
			display: inline-block;
			background: url(../images/separate.png) no-repeat;
			text-transform: uppercase;
			font-size: 14px;
			color: #aaa;		
			padding: 4px 20px 4px 20px;	
			margin-right: -3px;
			margin-top: -2px;
			text-decoration: none;
		}
			#menu ul li > a:hover {
				background: url(../images/link.png) repeat-x left;		
			}

/* Flyer télécharger form */
#email {
	width: 180px!important;	
	margin: -10px auto 22px auto!important;	
	text-align: center;
}
	#email input[type="text"] {
		width: 128px;
		border: 1px solid #5f5f5f;
		background: #d2d2d2;
		font-size: 13px;
	}
	#email button {
		vertical-align: middle;
		border: 0;
		background: none;
		cursor: pointer;
		margin-left: -7px;
		margin-top: -4px;
		*margin-left: -3px; /* Bug IE */	
	}
.email_success, .email_error {
	display: block;
	border: 1px solid #444;
	background: #fff;
	padding: 4px;
	width: 170px;
	margin: 4px auto 0 auto;
	text-align: center;
	font-weight: bold;	
}
	.email_success {
		color: #60DE00;
	}
	.email_error {
		color: #ff0000;
	}

/* Plan du site */
#sitemap h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 20px 8px 6px 8px;	
	margin-bottom: 24px;
}
#sitemap ul li {
	display: block!important;
	font-size: 12px;
	padding-bottom: 2px;
}
	#sitemap ul li a{
		background: url(../images/file_other.gif) no-repeat 0 -1px!important;
		color: #000;
		padding-left: 20px;
	}

/* Accueil */
#column_right .content p.nouveau {
	text-align: center;	
	padding-top: 8px;
	padding-bottom: 8px;
}
#column_center_accueil .content h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 20px 8px 6px 8px;
}
#column_left .content ul, #column_right .content ul {
	list-style-type: none;
	width: 190px;
	margin: 0 auto 0 auto;	
	text-align: center;	
}
	#column_left .content ul li {
		padding-top: 5px;
	}
		#column_left .content ul li.contact {
			padding-top: 10px;
		}

#column_center_accueil .content p {
	padding: 20px 8px 0px 8px;
	word-spacing: 2px;
}
#column_right .content ul li  {
	display: block;
	width: 170px;
	margin: -20px auto 2px auto;
	padding: 3px 0px 4px 0px;
	background: #515151;
}
	#column_right .content ul li a {
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
		#column_right .content ul li a:hover {
			text-decoration: underline;
		}

/* Terrains */
#column_center .content ul.submenu {
	position: absolute;
	width: 735px;
	font-size: 12px;
	color: #919191;	
	margin-top: -22px;
	text-align: center;
}
	#column_center .content ul.submenu > li {
		padding-right: 20px;
	}
#terrains {
	padding-top: 20px;	
}
#column_center .content p {
	padding: 6px 8px 0px 8px;
	text-align: center;
	font-weight: bold;
}
#column_center ul {
	list-style-type: none;
	width: 600px;	
	margin: 10px auto 0px auto;
	padding-left: 40px;
}
	#column_center ul li {
		display: inline;
		padding-right: 4px;
	}
#column_center .telecharger {
	position: absolute;
	width: 162px;
	margin-left: 605px;
	margin-top: -72px;
}
	#column_center .telecharger .dicto {
		background: #8f8f8f;
		padding: 2px 0px 2px 0px;
		border: 1px solid #000;
		margin-bottom: 10px;
	}
		#column_center .telecharger .dicto > a {
			text-decoration: none;
			color: #000;
		}
			#column_center .telecharger .dicto > a:hover {
				text-decoration: underline;
			}
	#column_center .telecharger .panneaux {
		text-align: right;
	}
	
	/* Descriptif */
	#descriptif {
		background: transparent url(../images/background_descriptif.png) no-repeat 0px 170px;
		width: 763px;
		height: 494px;
		padding-top: 10px;
		margin: auto;
	}
		#descriptif #first {
			width: 100%;
			margin: 0px auto 0px auto;
		}
		#descriptif #second {
			width: 47%;
			margin: 16px auto 0px auto;
		}
		#descriptif #second p {
			margin-top: -10px;
			margin-bottom: 16px;
		}
			#descriptif #second p.zone {
				font-size: 10px;
				margin-top: 0px;
				margin-bottom: 0px!important;
			}
		#descriptif h2 {
			background: url(../images/fond_descriptif_1.png) no-repeat;
			width: 130px;
			height: 29px;
			font-size: 12px;
			padding: 2px 0px 0px 5px;
			margin: 8px auto 0px auto;
		}		
		#descriptif h3 {
			background: url(../images/fond_descriptif_2.png) no-repeat;
			width: 171px;
			height: 29px;
			font-size: 12px;
			padding: 2px 0px 0px 5px;
			margin: 8px auto 0px auto;
		}
		#descriptif h4 {
			background: url(../images/fond_descriptif_3.png) no-repeat;
			width: 88px;
			height: 28px;
			font-size: 12px;
			padding: 2px 0px 0px 5px;
			margin: 8px auto 0px auto;
		}
		.encart {
			position: absolute;
			width: 110px;
			margin-top: 290px;
			margin-left: 105px;
		}
						
	/* Tarifs pro */
	#tarifs {
		border-collapse: collapse;
	}

	#tarifs ul {
		list-style-type: none;
		padding: 6px;
		width: 180px;
		text-align: center;
	}		
		#tarifs ul > li {
			display: block;
			margin-bottom: 14px;
		}
	#tarifs .center_tarif {
		background: #f1f1f1;
		padding: 5px;
		text-align: center;
	}	
		#tarifs .exclusive_1 {	
			background: url(../images/tarif_fond_1.png) no-repeat center 1px;
			width: 371px;
			height: 33px; 
			margin: 0px auto -20px auto;
		}
		#tarifs .exclusive_2 {	
			background: url(../images/tarif_fond_2.png) no-repeat center;
			width: 299px;
			height: 41px;
			margin: auto;
		}		
	#tarifs .center_tarif p {
		text-align: center;
		margin-top: 20px;
	}

/* Magasin */
#magasin .intro {
	float: left;
	width: 60%;
	padding: 40px 20px;
	
}
#magasin .photo {
	margin: 5px 5px 0px 65%;	
	text-align: right;
}
#magasin .plan {
	clear: left;
	float: left;	
	width: 480px;
	margin: 5px 0px 5px 0px;
	padding-left: 100px;
	text-align: center;
}
#magasin .horaires {
	width: 150px;
	margin-top: 70px;
	margin-left: 580px;
}
	#magasin .horaires p {
		width: 100%;
		text-align: center;
	}
#magasin .download {
	margin-top: 60px;	
}
	#magasin .download a {
		color: #000;
		display: block;
		width: 180px;
		background: #8f8f8f;
		padding: 2px 0px 4px 0px;
		border: 1px solid #000;
		margin-bottom: 10px;	
		margin-left: -10px;
		text-decoration: none;	
	}
		#magasin .download a:hover {
			text-decoration: underline;	
		}


/* Tarifs particuliers */
table#tarifs_particulier {
	border-collapse: collapse;
	text-align: center;
	margin: auto;
}
	table#tarifs_particulier td {
		padding: 0px 25px 0px 25px;
		width: 50%;
	}
	table#tarifs_particulier td.interieur {
		border-right: 1px solid #999;
	}
	#tarifs_particulier .titre {
		font-weight: bold;
		font-size: 14px;
		padding: 10px 0px 18px 0px;
	}
		#tarifs_particulier p {
			margin: -5px auto 18px auto;
		}
		
		#tarifs_particulier a {
		color:#000;
		font-size:12px;
		font-weight: bold;

		}
		
		#tarifs_particulier h3 {
			background: url(../images/tarif_global_fond_1.png) no-repeat;
			width: 135px;
			height: 25px;
			font-size: 13px;
			margin: 4px auto 0px auto;
		}
		#tarifs_particulier h4 {
			background: url(../images/tarif_global_fond_2.png) no-repeat;
			width: 44px;
			height: 22px;
			font-size: 12px;
			text-align: left;
			padding-left: 3px;
			margin: 10px auto 0px auto;
		}	#joueur_equipe {											margin: -75px 650px ;					}		
		.enterrement {
			background: url(../images/tarif_enterrement.png) no-repeat;
			width: 298px;
			height: 44px;
			font-size: 12px;
			margin: 10px auto;
			color: #fff;
		}
			.enterrement div {
				font-weight: bold;
				padding: 3px 0px 0px 5px;
				margin: 0px!important;
				width: 278px!important;
				text-align: center;
			}
		ul.plus_photos {
			text-align: center;
		}
			ul.plus_photos li {
				margin-right: 28px;
			}	
             
/* Contact */
#contact h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 20px 8px 6px 8px;	
}
#contact form {
	width: 650px!important;	
	padding-top: 25px;
	margin: auto;
}
#contact table {
	border-left: 1px solid #fff;
	border-collapse: collapse;
	width: 650px;
}
	#contact table td {
		padding: 6px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	#contact .field_requis {
		text-align: left!important;
		font-size: 10px;
		color: #555;
	}
	#contact .requis {
		color: #ff0000;
	}
#contact_plus {
	border: 0px!important;
	margin-top:	12px;
}
	#contact_plus th {
		text-align: center;
	}
	#contact_plus td {
		border: 0px!important;	
		text-align: center;
	}
	
/*Debute */
#debute {
		background: transparent url(../images/background_debute.png) no-repeat 0px 170px;
		width: 763px;
		height: 494px;
		padding-top: 10px;
		margin: auto;
}

#debute h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 20px 8px 6px 8px;
}	

#debute h4 {
	font-size: 12px;
	padding: 20px 0px 0px 0px;
	text-align:center;
}		
	
/* Histoire */
#histoire {
		background: transparent url(../images/background_histoire.png) no-repeat 0px 50px;
		width: 763px;
		height: 494px;
		padding-top: 10px;
		margin: auto;
}

#histoire h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 20px 8px 6px 8px;
}	

#histoire h4 {
	font-size: 12px;
	padding: 20px 0px 0px 0px;
	text-align:center;
}	

/* Sécurité et mode de jeux */
#mode {
		background: transparent url(../images/background_mode.png) no-repeat 0px 50px;
		width: 763px;
		height: 494px;
		padding-top: 10px;
		margin: auto;
}

#mode h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 10px 8px 6px 8px;
}	

#mode h4 {
	font-size: 12px;
	padding: 10px 0px 0px 60px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}	

/* Les lanceurs */
#lanceur {
		background: transparent url(../images/background_lanceur.png) no-repeat 0px 50px;
		width: 763px;
		height: 494px;
		padding-top: 10px;
		margin: auto;
}

#lanceur h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 20px 8px 6px 8px;
}	

#lanceur h4 {
	font-size: 12px;
	padding: 3px 0px 0px 60px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}	

/* Les masques */
#masque {
		background: transparent url(../images/background_masque.png) no-repeat 0px 50px;
		width: 763px;
		height: 494px;
		padding-top: 10px;
		margin: auto;
}

#masque h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 20px 8px 6px 8px;
}	

#masque h4 {
	font-size: 12px;
	padding: 3px 0px 0px 60px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}	
	

/* Les équipes */
#equipe {
		background: transparent url(../images/background_equipe.png) no-repeat 0px 50px;
		width: 763px;
		height: 494px;
		padding-top: 10px;
		margin: auto;
}

#equipe h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 20px 8px 6px 8px;
}	

#equipe h4 {
	font-size: 12px;
	padding: 20px 0px 0px 60px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}	


#column_center .content ul.submenu2 {
	position: relative;
	width: 735px;
	font-size: 12px;
	color: #919191;	
	margin-top:-35px;
	text-align: center;
}
	#column_center .content ul.submenu2 > li {
		padding-right: 20px;
	}


/* Footer */
#footer ul {
	list-style-type: none;
	width: 990px;
	margin: 0px auto;
	text-align: center;
}
	#footer ul li {
		display: inline;
		color:#999;
	}
		#footer ul li > a, #footer ul li > span.even, #footer ul li > span.last {
			display: inline-block;
			color: #fff;
			font-weight: bold;
			font-family: Helvetica, Arial, Sans-Serif;
			font-size: 10px;
			text-align: center;
			padding: 4px 5px 3px 5px;
			text-decoration: none;
			border-right: 1px solid #999;
		}
			#footer ul li > span.last {
				border-right: 0px;
			}
			#footer ul li > a:hover {
				text-decoration: underline;
			}
			#footer ul li img {
				vertical-align: middle;
			}


/* ERROR et SUCCESS */
.error, .success {
	margin: 10px 0px 5px 0px;
	padding: 10px 20px 10px 20px;	
}
.error {
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	background: #FFEBCC;
}
.error p {
	color: #FF9900;
}
.error ol {
	padding: 4px 2px 5px 36px;
}
.error ol li {
	color: #ff0000;
}
.success {
	border-top: 1px solid #0F7700;
	border-bottom: 1px solid #0F7700;
	background: #D2FFB7;
}
.success p {
	color: #0F7700;
	font-weight: bold;
}


