﻿@charset "utf-8";

/* Caractéristiques générales */
body {
	background-color: #ff9c22;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Page */
#page {
	background-color: transparent;
	color: #000000;
	margin: 20px auto;
	padding: 0;
	text-align: justify;
	width: 700px;
}

/* Haut */
#haut {
	height: 200px;
	background: url(haut.jpg) no-repeat;
	text-align: right;
}

/* Navigation */
#navigation {
	background-color: #ffffff;
	color: #ff9c22;
	font-size: 0.7em;
	height: 20px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;	
	text-align: justify;
}

#navigation a {
	background-color: transparent;
	color: #ff9c22;
	font-weight: normal;
	text-decoration: underline;
}

#navigation a:hover {
	color: #84a377;
	font-weight: normal;
	text-decoration: none;
}

/* Contenu */
#contenu {
	background-color: #ffffff;
	margin: 0;
	padding: 0 5px;
	text-align: justify;
}

/* Gauche */
#gauche {
	background-color: #ffffff;
	float: left;
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 120px;
}

#gauche ul {
	background-color: transparent;
	list-style-type: none;
	margin-top: -15px;
	padding: 0;
}

#gauche a {
	background-color: transparent;
	color: #ff9c22;
	font-weight: bold;
	text-decoration: none;
}

#gauche a:hover {
	color: #84a377;
	font-weight: bold;
	text-decoration: none;
}

/* Centre */
#centre {
	color: #000000;
	background-color: #ffffff;
	margin-left: 130px;
	margin-right: 130px;
	min-height: 280px; /* pour fixer une hauteur minimum de page pour l'esthétique de la partie centrale */
	padding: 0;
	text-align: justify;
}

/* Droit */
#droit {
	background-color: #ffffff;
	float: right;
	padding: 0;
	text-align: justify;
	width: 120px;
}

#droit ul {
	background-color: transparent;
	list-style-type: none;
	margin-top: -15px;
	padding: 0;
}

#droit a {
	background-color: transparent;
	color: #ff9c22;
	font-weight: bold;
	text-decoration: none;
}

#droit a:hover {
	color: #84a377;
	font-weight: bold;
	text-decoration: none;
}

/* Bas */
#bas {
	background-color: transparent;
	clear: both;
	color: #ffffff;
	font-size: 0.8em;
	padding-top: 10px;	
	text-align: center;
}

#bas a {
	background-color: transparent;
	color: #ffffff;
	text-decoration: underline;
}
#bas a:hover {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

/* Titres */
h1 {
	background-color: transparent;
	color: #ff9c22;
	font-size: 4em;
	font-weight: bold;
	margin: 0;
	padding-top: 60px;
	text-align: center;
}

h2 {
	background-color: transparent;
	color: #ff9c22;
	font-size: 1.5em;
	letter-spacing: 15px;
	margin: 0;	
	text-align: center;
}

h3 {
	background-color: transparent;
	border-bottom: 1px solid #84a377;
	color: #84a377;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
}

h4 {
	background-color: transparent;
	border: 1px solid #ff9c22;
	color: #84a377;
	margin-top: 5px;
	padding: 2px;
}

/* Liens */
a {
	background-color: transparent;
	color: #ff9c22;
	text-decoration: underline;
}
a:hover {
	color: #84a377;
	text-decoration: none;
}