@font-face {
 	font-family:"Gabriola";
 	src: url("fonts/Gabriola.eot");
 	src: url("fonts/Gabriola.eot?#iefix") format("embedded-opentype"),
 	     url("fonts/Gabriola.woff") format("woff"),
 		 url("fonts/Gabriola.ttf") format("truetype"),
 		 url("fonts/Gabriola.svg#Gabriola") format("svg");
 	font-weight:normal;
 	font-style:normal;
}

/*

old:
orange = #E67A00
brun = #2B0404


orange = #ec7d3b
brun = #220000

*/

html, body {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	overflow: hidden;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12.5pt;
	background: white url('images/bg.png');
	color: #220000;
	padding: 0;
	margin: 0;
}

a {
	color: #ec7d3b;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	
	
#mainWrapper {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	padding-left: 330px;
	position: relative;
	overflow-y: hidden;
}
	#mainContent {
		height: 100%;
		min-height: 100%;
		max-height: 100%;
		overflow-y: scroll;
		padding: 10px 25px;
		box-shadow: 4px -3px 7px 0px rgba(0, 0, 0, .5) inset;
	}
		#mainContent .contentWrapper {
			max-width: 800px;
		}
		#mainContent h1,
		#mainContent h2,
		#mainContent h3,
		#mainContent h4,
		#mainContent h5 {
			font-family: Gabriola, Arial, sans-serif;
			color: #ec7d3b;
			text-transform: uppercase;
		}
			#mainContent h1 {
				background: url('images/pepinTitre.png') no-repeat left 30%;
				padding-left: 34px;
				border-bottom: 2px solid #2A0404;
				font-weight: normal;
				font-size: 26px;
				font-weight: bold;
				letter-spacing: 2px;
			}
			#mainContent h2 {
				margin: 35px 0 5px;
				font-size: 20px;
			}
			#mainContent h3 {								
				color: #200;
				margin-bottom: 5px;
			}
	#mainContent .page {
		margin-bottom: 100px;
	}
	#mainContent ul {
		margin-top: 5px;
	}
		#mainContent ul li {
			padding-bottom: 6px;
		}

#leftColumn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 330px;
	
	background: #220000;
	border-right: 3px solid #ec7d3b;
	color: #ec7d3b;
}
	#leftContent {
	}
		#leftContent .title {
			background: url("images/quartOrange.png") bottom left no-repeat;
			font-family: Gabriola, Arial, sans-serif;
			letter-spacing: 1.2pt;
			border-bottom: 3px solid #ec7d3b;
			padding: 20px 0;
		}
			#leftContent .title h1,
			#leftContent .title h2,
			#leftContent .title h3 {
				text-align: center;
				margin: 8px 0 0;
			}
			#leftContent .title h2,
			#leftContent .title h3 {
				font-weight: normal;
				font-size: 23px;
				margin: 8px 0 0 75px;
			}
			#leftContent .title h1 {
				font-size: 53px;
				margin-left: 36px;
			}
			#leftContent .title .pepin {
				position: absolute;
			}
				#leftContent .title .pepin.top {
					background: url("images/pepin_top.png");
					height: 20px;
					width: 11px;
					left: 39%;
					top: 7px;
				}
				#leftContent .title .pepin.left {
					background: url("images/pepin_left.png");
					height: 17px;
					width: 14px;
					left: 10%;
				}
				#leftContent .title .pepin.right {
					background: url("images/pepin_right.png");
					height: 15px;
					width: 15px;
					right: 5%;
				}
			#leftContent ul {
				padding: 0 40px;	
				margin: 65px 0 15px;
				letter-spacing: 1.2pt;
				font-size: 19px;
				text-transform: uppercase;
				text-shadow: 1px 1px #333;
			}
				#leftContent ul li {
					list-style: none;
					text-align: center;
					margin-bottom: 10px;
				}
					#leftContent ul li a {
						font-family: Gabriola, Arial, sans-serif;
						color: #EEE;
						display: block;
						padding: 7px 0 0;
						line-height: 20px;
						letter-spacing: 2px;
					}
				#leftContent ul li:hover, #leftContent ul li.active {
					background: #ec7d3b;
					color: #220000;
					box-shadow: 1px 3px 8px 2px #1a0202;
					border-radius: 2px;
				}
					#leftContent ul li:hover a, #leftContent ul li.active a {
						color: #220000;
						text-decoration: none;
					}
			#leftContent .info {
				font-family: Gabriola, Arial, sans-serif;
				font-size: 20px;
				position: absolute;
				bottom: 10px;
				left: 10px;
				right: 10px;
				line-height: 22px;
			}
				#leftContent .info .address {
					float: left;
					font-size: 22px;
				}
				#leftContent .info .contact {
					float: right;
				}


#contact table {
	float: left;
	width: 300px;
	margin-right: 40px;
}
#contact .info {
}
	#contact .info h2 {
		margin-top: 0;
	}
#contact textarea {
	width: 100%;
	height: 100px;
}
#contact input {
	width: 100%;
}

@media (max-height: 550px) {
	#leftContent ul {	
		margin-top: 10px;
	}
}

#tarifs table {
	margin-bottom: 20px;
	width: 600px;
	border: 1px solid #333;
	border-bottom: none;	
	border-right: none;	
}
	#tarifs table td, #tarifs table th {
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		padding: 5px;
		text-align: center;
	}
#tarifs th, #tarifs td {
	width: 33%;
}
#tarifs .dotSpacer {
	width: 100px;
	display: inline-block;
	border-top: 1px dotted black;
}

#cheques img {
	max-width: 100%;
}


#contact h2 {
	font-size: 25px;
	margin-bottom: -20px;
}

#video {
	width:640px; 
	margin: 0 auto 30px;
}

.clear {
    clear:both;
}
