﻿@import url("layout.css");
body {
  background-attachment:fixed
	background: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
 background-image:url('../icone/log_haut_gauche.jpg')
	clip: rect(auto, auto, auto, auto);
}
#container {
	border: 2px inset #000000;
	width: 900px;
	margin: auto auto 0 auto;
	background-color: #333333;
}
#masthead {
	text-align: right;
	width: 660px;
	background-color: #333333;
}
#sidebar {
	float: left;
	width: 160px;
	background-color: #666666;
	position: relative;
	clear: both;
	display: inline;
	color: #FFFFFF;
}
#content {
	float: left;
	width: 890px;
	padding: 18px;
	background-color: #CCCCCC;
	margin: 0px;
	position: relative;
	clip: rect(auto, 10px, auto, auto);
}
#content img {
	border-style: solid;
	border-width: 0px;
	display: block;
	float: left;
	text-align: center;
}
#footer {
	border: 0mm none #FFFFFF;
	clear: both;
	width: auto;
	background-color: #33333;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	border-style: solid;
	border-width: 1px;
	float: none;
	margin-top: 4px;
	margin-bottom: 4px;
}
#masthead p {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	padding: 0;
	margin-left: 0;
	margin-bottom: 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: 0px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	color: #E6E6E6;
	display: block;
	padding: 2px;
	border-bottom: thin #f9f9f9 solid;
	font-size: 12px;
	border-bottom-color: #000000;
	text-decoration: none;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	border-bottom: 1px solid #f9f9f9;
	background-color: #333333;
}
/* Styles pour le pied de page */
p {
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #04b;
	font-size: 10px;
}
a:hover {
	color: #333;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}