﻿@import url('../../layout.css');
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #70b9a6;
}
#navigation {
	width: 400px;
	margin-right: auto;
	margin-left: 160px;
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: 5px;
}

#sidebar {
	position: relative;
	float: left;
	width: 160px;
	background-color: #70b9a6;
}
#content {
	margin-left: 160px;
	padding: 10px;
	background-color: #DBEFEB;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #70b9a6;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}

/* Styles d'éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #008080;
}
#navigation a:hover {
	text-decoration: none;
	color: #008080;
	background-color: #DBEFEB;
}

/* 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;

}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #fff8dc;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #0000f5;
	background-color: #70b9a6;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #008080;
	border-bottom: 1px solid #2244AA;
	background-color: #DBEFEB;
}
/* Styles pour le pied de page */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
	background-color: #70b9a6;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
	
}
/* Styles du texte */

.Titre_page {
	font-family: "Arial Black";
	font-size: xx-large;
	font-weight: bold;
	border-style: none;
	background-color: #FFFFFF;
}
.paragraphe {
	font-family: "Arial Black";
	font-size: x-large;
	background-color: #FFFFFF;
}
