﻿
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #DEE8D2;
	background-image: url("../images/background.gif");
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	width: 730px;
	margin-top: 8px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 670px;
	height:  5px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 1px;
	padding-bottom: 1px;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#sousmenu {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 700px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Styles d'éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #182918;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#sousmenu ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 2px 0 0 146px;
}
#sousmenu li {
	float: left;
}
#sousmenu a {
	text-decoration: none;
	color: #182918;
	display: block;
	margin: 0 1px;
	padding: 2px;
	border: 1px solid #708090;
	background-color: #C0DAC0;
}
#sousmenu a:hover {
	text-decoration: none;
	color: #fff8dc;
	background-color: #8fbc8f;
}

/* Styles du contenu */
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
	font-size: x-large;
}
#content h1 {
	color: #455;
}
#content img {
	border: 1px solid #C0C0C0;
}
/* Styles de pieds de page */
#footer p {
	font-size: 0.85em;
	color: #49545F;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Styles de liens */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
td {
	border: 1px solid #C0C0C0;
	vertical-align: top;
	padding: 5px;
}
table {
	margin: 5px;
	border: 1px solid #C0C0C0;
}
.petit {
	color: #49545F;
	font-size: 0.85em;
}

a:visited {
	color: #5D5D5D;
}
.haut {
	vertical-align: top;
}


