﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #aaaaaa;
}
#container {
	width: 1004px;
	margin: 0 auto;
	padding: 5px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #f7eedf;
}
#masthead {
	text-align: center;
	width: 1002px;
	height: 180px;
	padding: 1px;
	border: 1px;
	background-color:#003366;
}
#defilement {
	text-align: center;
	width: 1002px;
	padding: 1px;
	border: 1px;
	background-color:#003366;
	color: yellow;
}

#navigation {
	position: relative;
	float: left;
	width: 149px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-right: 1px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6699ff;
}
#navigation1 {
	position: relative;
	float: right;
	width: 149px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-left: 1px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6699ff;

}

#content {
	text-align: justify;
	color: #003366;
	float: left;
	width: 684px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 996px;
	padding: 4px;
	/* height: 20px; */
	border: 1px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #003366;
}
/* Styles de titres */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Styles d'éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 4px;
	padding: 0;
	border: 1px;
	background-color: #f7eedf;
}
#navigation a {
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px;
	background-color: #f7eedf;
}
#navigation a:hover {
	color: #aaaaaa;
	text-decoration: none;
	background-color: #003366;
}
#navigation1 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation1 li {
	display: block;
	margin: 4px;
	padding: 0;
	border: 1px;
	background-color: #f7eedf;
}
#navigation1 a {
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px;
	background-color: #f7eedf;
}
#navigation1 a:hover {
	color: #aaaaaa;
	text-decoration: none;
	background-color: #003366;
}

/* Styles du contenu */
h6 {
	color: #003366;
}
h5 {
	color: #003366;
}
h4 {
	color: #003366;
}
h3 {
	color: #003366;
}
h2 {
	color: #003366;
}
#content h1 {
	color: #003366;
	/*text-align: center;*/

}
#content h2 {
	/*text-align: center;*/
}
#content h3 {
	/*text-align: center;*/
}
#content p {
	text-align: justify;
}
#content img {
	padding: 2px;
	border: 1px solid #402640;
}
/* Styles de pieds de page */
#footer p {
	color: #808080;
}
#footer a {
	color: red;
	/*text-decoration: underline;*/
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	/*color: #402640;*/
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}