body {
	margin: 10px 0;
	padding: 0px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #000;
	background-color: #fff;
	background-image: url(img/commun/background.gif);
	text-align: center;
	font-weight: normal;
	}
#conteneur {
	width: 770px;
	position: relative;	
	text-align: left;
	background-color: #fff;
	border: 5px solid #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#logo {
	width: auto;
	height: 37px;
	background-color: #ffd57d;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	color: #474747;
	font-style: italic;
	letter-spacing: normal;
	}
#menuhoriz {
	width: auto;
	height: 65px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0;
	}
#chapeau {
	width: auto;
	height: 50px;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(img/commun/fd_chapeau.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}	
#contenu {
	background-color:#ffd57d;
	margin-left: 178px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	}
#gauche {
	position: absolute;
	width: 160px;
	padding-left: 10px;
	background-color: #eee;
	border: 1px solid #0073aa;
	left: 1px; /* pour corriger un bug de IE pour le placement de la boîte */
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 2px;
	}
#pied {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 40px;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	}
.haut_page {
	font-size: 0.8em;
	text-align: right;
}


ul {
	list-style-type: none;
	margin:0;
	padding:0;
	width: 100%; /* précision pour Opera */
	position: relative;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #0073aa;
}
li {
float: left;
}
.menu a {       /* définition de chaque bouton du menu */
	width: 246px;
	float: left;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #717171;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #0073aa;
	background-color: #eee;
	height: 34px;
}
.menu a:hover {
	color: #000;
	color: #fff;
	text-decoration: none;
	background-color: #e5e5e5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0073aa;
	border-bottom-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0073aa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0073aa;
}
.menu a span {     /* définition de la balise <span> inclue dans <a> */
	display: none;
	text-decoration: none;
}
.menu a:hover span {   /* définition de la balise <span> au survol */
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	width: 747px;       /* largeur de la zone de commentaires, selon la taille du menu */
	text-align: left;
	color: #717171;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0073AA;
	padding-left: 3px;
	background-color: #E5E5E5;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color:  #0073AA;
	}
a:visited {
	color:  #0073AA;
	text-decoration: none;
	}
a:active {
	color:  #75BAFF;
	text-decoration: underline;
	}
a:hover {
	color: #75BAFF;
	text-decoration: underline;
	}
a.pdf:after {
	content: url(/img/commun/pdf-mini.gif);
	}	
h1 {
	font-size: 22px;
	color: #5C5C5C;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.4em;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	color: #434343;
	}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	text-indent: 1em;
	}
h4 {
	font-weight: normal;
	font-size: 0.8em;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
	line-height: 1.4em;
	}
h5 {
	line-height: 1.2em;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-top: 0em;
	margin-bottom: 1.5em;
}

img {
	border: 0;
	}
.img_right {
	float: right;
	padding-left: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

strong, b {
	font-weight: bold;
	}
em, i {
	font-style: italic;
	}
.listemenu1 {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	}
.listemenu2 {
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	}	
.titre {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h6 {

	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 0.6em;
	margin-top: 1.2em;
	line-height: 1.4em;
}

#note_center {
	font-size: 0.7em;
	border: 1px dotted gray;
	width: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 40px;
}
.listemenu3 {
	font-size: 10px;
	font-weight: normal;
	padding-left: 20px;
}
