﻿@import "/resources/base.css";

.menuon {
	color: #336633;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	background: #FFFFFF;
	cursor: pointer;
}

.menuoff {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	background: #336633;
	cursor: default;
}

.woodenborder {
	border: ridge 5px #a5894e;
}

html, body {
	height: 100%;
}

body {
	width: 750px;
	position: relative;
	background: url(/images/main_bg.jpg) repeat;
	text-align: center;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

p {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #a55129;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
}

p.intro {
	font-family: Monotype Corsiva;
	font-size: 19px;
	margin-left: 50px;
	margin-right: 50px;
}

p.introborder {
	font-family: Arial;
	font-size: 18px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px;
	border: solid 3px #a55129;
}	

table.horaire {
	border-collapse: collapse;
	border: solid 3px #a55129;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: center;
}

table.horaire td {
	font-weight: bold;
	color: #a55129;
	font-family: Arial;
	font-size: 14px;
	border: solid 1px #a55129;
	padding: 2px;
	border-spacing: 0;
}


a:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #a55129;
}

a:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #a55129;
}

a:active {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #a55129;
}

a:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #bf8b51;
}

td.infolabel {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #a55129;
	text-align: right;
}

td.infoarea {
	text-align: left;
}

h1 {
	font-family: Monotype Corsiva;
	font-size: 32px;
	color: #a55129;
	text-align: center;
	margin-bottom: 20px;
}

#Container {
	min-height: 100%;
	width: 750px;
}
/* Because IE treats height like min-height, use the * html to have only IE read this */
* html #Container {
	height: 100%;
}

#Header {
	height: 125px;
}

#Content {
	padding-bottom: 40px;
}

#Footer {
	margin-top: -30px;
	width: 750px;
}
