﻿
body {
	font: 12px/18px "Trebuchet MS", Helvetica, sans-serif;
	color : #444;
	overflow: hidden;
	background-image: url('../img/fonds.png');
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
    filter:chroma(color=#cccccc);
}

#container {
/*	text-align:center;*/
}
#masthead {
	text-align:center;
/*	text-align: right;*/
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	width: 650px;
	padding: 0;
	height: 120px;
}
#tableau {
	font-family: Verdana;
/*	font-size: 11px;*/
	color:#FF0000;
	letter-spacing: 0px;
}

#navigation {
	font-family: Verdana;
	font-size: 11px;
	width:650px;
	font-weight: bold;
	color:#FF0000;
	letter-spacing: 0px;
	background-color: #b9d460;
	overflow: auto;
}
#contenu{
    position: relative; 
	top: 40px; 
	left: 0px;
	width: 600px; 
	height: 270px; 
	text-align:justify;
	overflow:auto;
	padding:0px,10px,0px,0px;
   scrollbar-face-color:#cccccc;
   scrollbar-arrow-color:#00adef;
   scrollbar-darkshadow-Color:#cccccc;
   scrollbar-track-color:#cccccc;
   scrollbar-shadow-color:#00adef;
   scrollbar-highlight-color:#cccccc;
   scrollbar-3dlight-color:#00adef;

   
}
#titre {
	position:relative;
	top:50px; 
	left:0px; 
}
/* Styles pour le titre */
#masthead img {
	float: left;
}
/* Styles pour les éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #404040;
	text-decoration: none;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	background-color: #00a4db;
}
/* Styles pour le contenu */
h1 {
	color: #00a4db;
	font-size: 2.0em;
}
h2 {
	color: #00a4db;
	font-size: 1.75em;
	text-align: center;
	height: 77px;
}
h3 {
	color: #00a4db;
	font-size: 1.5em;
}
h4 {
	color: #00a4db;
	font-size: 1.25em;
}
h5 {
	color: #00a4db;
	font-size: 0.75em;
}
h6 {
	color: #00a4db;
	font-size: 0.5em;
}
big {
	color: #00a4db;
	font-size: medium;
}
/* Styles pour les liens */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}