body {
margin: 0;
padding: 0;
background: url(images/fond.gif) #f6f6f6;
color: black;
font-size: 80%;
font-family: "trebuchet ms", verdana, arial, sans-serif;
}

/* entête */
#header {
height: 100px;
background: #b4bfcc url(images/banniere.jpg) top left no-repeat;
}
#header h1 {
	text-indent: -5000px;
	color: black;
	margin:0;
	line-height: 0;
}
#header p {
	margin: 55px 0 0 200px;
	font-weight: bold;
	color: black;
	font-size: 1.2em;
}
#date p{
	display:block;
	margin: 0;
	padding: 0.2em 0 0 1em;
	float:left;
	font-size: 0.9em;
	color: #479e96;
}
/* menu horizontal */
#menuhaut {
	display:block;
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0;
	text-align: right;
	list-style-type: none;
	background-color: black;
	color: white;
}
#menuhaut li {
	display: inline;
}
#menuhaut a {
	color: white;
	text-decoration: none;
}
#menuhaut a:hover {
	text-decoration: underline;
}

/* menu vertical */
#menu {
	float: left;
	width: 15em;
	padding: 1em 0 8em 0;
	margin: 0px;
	background: #dee3e4;
	color: #2d5b89;
}
#menu h1{
	padding: 0;
	margin: 0;
	display: block;
	letter-spacing: 0.1em;
  height: 1.4em;
	line-height: 1.4em;
	color: #2d5b89;
	font-weight: bold;
	font-size: 110%;
	font-variant: small-caps;
	text-indent: 1em;
	white-space: nowrap;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu li a {
	display: block;
	border-bottom: 1px solid #cccccc;
        text-decoration: none;
	height: 1.8em;
	line-height: 1.8em;
	color: #2d5b89;
	font-weight: normal;
	text-indent: 1em;
	white-space: nowrap; 
}
#menu li a:hover {
	background: #b4bfcc;
	color: #336600;
	font-weight: bold;
}
#menu form {
	color: #2d5b89;
	margin-left: 1.5em;
}
/* contenu global */
.global {
  margin-top: 1em;
  margin-left: 17.5em;
  margin-right:auto;
	text-align: left;
	padding-right: 3em;
	max-width: 800px;
        }
.global h1 {
	font-weight: bold;
	font-size: 150%;
	padding-bottom: 0.2em;
	border-bottom: 3px solid #479e96;
	font-variant: small-caps;
	text-indent: 5px;
	color: #103b61;
}
.global h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
	color: #2d5b89;
}
.global h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 120%;
	font-weight: bold;
	color: #2d5b89;
	text-decoration: underline;
}
.global h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
.global h6 {
	font-weight: bold;
	font-size: 150%;
	padding-bottom: 0.2em;
	font-variant: small-caps;
	text-indent: 5px;
	color: #103b61;
}
.global a {
color: #000000;
}
.global a:visited {
border-bottom: 1px dotted #479e96;
text-decoration: none;
}
.global a:hover {
background: #dee3e4;
font-weight:bold;
text-decoration: none;
}
.global table img {
border: 2px solid black;
padding: 10px;
margin: 10px;
}
.global table td {
font-weight: bold;
font-size: 110%;
background: #b4bfcc;
padding: 15px;
text-align: center;
}
.global table th {
font-weight: bold;
font-size: 130%;
background: #b4bfcc;
padding: 5px;
}
.global table ul {
text-align: left;
}
.search h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
	color: #2d5b89;
}
/* pied */
#pied {
clear:both;
float: left;
width: 640px;
margin: 0;
padding: 1em 0em 0em 0.5em;
}
#pied p{
background-color: black;
color: #dee3e4;
text-align: left;
font-size: 0.8em;
}
#valid {
float: right;
margin: 0;
padding: 0em 0.5em 0em 0em;
}
#valid a {
color: black;
}
#valid a img {
border: none;
}
#bandeau {
margin-left: 20em;
margin-right:auto;
}
#bandeau a {
color: black;
}
#bandeau a img {
border: 1px solid black;
}
#erreur {
color: red;
text-align: center;
font-size: 1.2em;
font-weight: bold;
}
