﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url('../images/background.gif');
	background-repeat:repeat;
	background-attachment:scroll;
}
#container {
	width: 920px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 880px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	border: #000000;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	height:460px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	font-family:"Freestyle Script","arial","serif";
	font-size:large;
	}
#content {
	float: left;
	width: 700px;
	height:440px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	overflow:auto;
}
#content p {
	font-family: "Comic Sans MS","arial","serif";
	font-size: large;
}
#footer {
	text-align: center;
	clear: both;
	width: 880px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Styles de titres */
#masthead h1 {
	color: #FF0000;
	font-family: freestyle script,"arial","serif";
}
#masthead h3 {
	font-style: italic;
	font-family: Ginko;
}
/* Styles d'éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #33627D;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #FF0000;
}
/* Styles du contenu */
h6 {}
h5 {}
h4 {}
h3 {}
h2 
{
	text-align: center;
	font-family: "Freestyle Script","arial","serif";
	font-size: xx-large;
	color: #33627D
}
#content h1 {}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Styles de pieds de page */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#boutons {
	width: 620px;
	height: auto;
}
#page {
	width: 600px;
	height: auto;
}
