body {
	background-image:url(/styles/fond.jpg); 
	color: #5A4438; 
	font-family: Courier New, Arial;
}

.container {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 15%;
	right: 15%;
}

.grosTitre {
	margin-top: 10px;
	text-align: center;
	font-size: 35px;
	text-align: center;
	font-family: Fredericka-the-great, Courier New, Arial;
}

.sousTitre {
	font-size: 20px;
	align: center;
	text-align: center;
	margin-bottom: 10px;	
}

.titrePage {
	text-align: center;
	font-size: 30px;
	margin-top: 35px;
	margin-bottom: 20px;
}

#nav {
	text-align: center;
	list-style: none ;
	margin: 0px 0 10px 0;
	padding: 0 ;
}

ul {
	padding-left: 0px;
}

#nav li {
	display: inline ;
	margin-right: 1px;
	margin-left:0px;
	padding-left:0;
	color: #5A4438;
	background: #EDE9DE;
}

#nav li a {
	background:  #EDE9DE;
	color: #5A4438;
	border: 1px solid #D8C7BD ;
	font: 12px "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 20px ;
	text-align: center ;
	text-decoration: none ;
}

#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #D8C7BD;
}

@font-face {
    font-family: "Fredericka-the-great";
    src: url('/styles/FrederickatheGreat-Regular.ttf');
}

a {
	color: #5A4438;
}

.tableauCentre {
	margin: auto;
	border: dotted 1px;
	border-collapse: collapse;
}

.tableauCentre tr, .tableauCentre td, .tableauCentre th {
	border: dotted 1px;
	padding: 5px;
}

.detailSeances {
	text-align: float; 
}