/*MAIN*/
/*Body*/
html {
	height: 100%;
}

body {
	font-family:Arial, Verdana;
	
	height: 100%;
	margin: 0px;
	
	background-color: #a91331;
	background-image: linear-gradient(bottom, rgb(71,10,21) 3%, rgb(204,22,59) 53%);
	background-image: -o-linear-gradient(bottom, rgb(71,10,21) 3%, rgb(204,22,59) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(71,10,21) 3%, rgb(204,22,59) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(71,10,21) 3%, rgb(204,22,59) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(71,10,21) 3%, rgb(204,22,59) 53%);
	background-attachment: fixed;
}

#page {
	max-width: 900px;
	margin: auto;
	
	background-image: url("../images/bg-2.png");
	background-position: top center;
	background-repeat: no-repeat;
}

/*REGLES GENERALES*/
ul {
	list-style: none;
}

a {
	color: #f6a71e;
	text-decoration: none;
}

a:hover {
	color: #f45c11;
}

section a {
	font-size: 18px;
}

h3, #menu b{
	font-family: Times;
	font-size: 23px;
}
/*Header*/
header {

	height: 100px;
	width: inherit;
	
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
}

/*Barre de navigation*/
nav {
	height: 50px;
	width: inherit;
	
	font-family: "Times New Roman";
}

nav ul {
	padding-left: 30px;
}

li {
	display: inline-block;
	padding-left: 30px;
	
	font-size: 1.50em;
	
}

/*Menu latéral*/
#menu {	
	float: left;
	min-height: 200px;
	margin-right: 15px;
	
	padding: 10px;
	overflow: hidden;
	
	background-color: #f6d05d;
	border-radius: 15px;
	box-shadow: 0px 0px 20px #F6D05D;
	
	font-size: 18px;
}

.indent {
	padding: 30px;
}

#menu a {
	color: black;
}

/*Section Principale*/
article h3 {
	margin-top: 0px;
}

section {
	text-align: justify;
	padding: 20px;
	
	font-size: 18px;
	
	color: #FBDE85;
	filter: dropshadow(color=#030303, offx=2, offy=2);
	background-color: rgba(0, 0, 0, 0.2); /* couleur noire semi-transparente */

	overflow: scroll;
	overflow-x: hidden;
	overflow-y: hidden;
	
	border-radius: 15px;
}

/*Footer*/
footer{
	height: 30px;
	width: 100%;
	overflow: hidden;
}

/*Autres*/
#makeMeScrollable {
	margin-top: 5px;
}

#plan_google{
}

table{
	font-size: 15px;
}

th{
	padding: 5px;
	text-align: center;
	font-weight: none;
}

th b{
	font-family: times;
	font-size: 21px;
	font-weight: bold;
	color: #FF8D3A;
}

.image_right{
	float: right;
	margin-left: 10px;
	border-style: solid;
}