﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #F8F39C;
}
#container {
	width: 983px;
	margin: 0 auto;
	background-color: #F5D250;
}
#masthead {
	background-color: #F0E93A;
	background: url('../images/banniere3.jpg');
	text-align: right;
	width: 983px;
	overflow: auto;
}
#sidebar {
	background-color: #F0EE38;
	background: url('../images/side2-modif.jpg');
	float: left;
	width: 164px;
	height: 420px;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 789px;
	padding: 15px;
	overflow: auto;
	background-color: #F0E93A;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 983px;
	background-color: #F5D250;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0;
}
/* Styles pour les éléments de navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
/*	border: 1px solid #cdf;*/
}
#sidebar a {
	font-weight: bold;
	font: normal normal bold x-large "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #008000;
	display: block;
	padding: 7px;
/*	border-bottom: 1px solid #f9f9f9; */ ;	font-weight: bold;
	font-size: large;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
/*	border-bottom: 1px solid #f9f9f9;*/
/*	background-color: #f9f9f9;*/
}
/* Styles pour le pied de page */
#footer p {
	font-size: 0.9em;
	font: xx-small serif;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	/*	background-color: #F6C15A; */
/*	background: #F6C15A; */
	font: x-small serif;
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	font: x-small serif;
	color: #333;
	text-decoration: none;
}
a {
	color: #008000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: blink;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}