body {
	font-family: "Century Gothic", verdana, Arial, SunSans-Regular, sans-serif;
	background-color: #f6e08e;
	margin-top: 0;
	margin-right: 20px; }
#global {
	width: 900px;
	margin: 0 auto; }

#table_sommaire {
	background-color: white;
	width: 900px;
	height: 500px;
	clear: both;
	border-width: 0; }
#col_gauche {
	vertical-align: top;
	width: 200px; }
#col_centre {
	vertical-align: top;
	width: auto;
	padding: 10px; }
#col_droite {
	vertical-align: top;
	width: 250px;
	padding: 10px; }
#col_droite_article {
	vertical-align: top;
	width: 180px;
	padding: 10px; }
#col_droite_thesaurus {
	background-color: #e9e9e9;
	vertical-align: top;
	width: 150px;
	padding: 10px; }
/********/
/*Menus*/
/******/
#nav {
	margin: 5px; }
.pmenu {
	line-height: 18px;
	width: 180px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: solid 1px teal; }
.pmenu_dt {
	color: #f00;
	font-size: 13px;
	font-weight: bold;
	background-color: #eaeaea;
	border-bottom: 1px solid teal;
	text-indent: 3px; }
.pmenu_dt a {
	color: red;
	text-decoration: none; }
.pmenu_dt a:hover {
	text-decoration: underline overline; }
/*************/
/* menu bas */
/***********/
.menu_bas {
	width: 900px;
	margin: 0; }
.menu_bas p {
	font-size: 12px;
	text-align: center; }
.menu_bas a {
	text-decoration: none;
	font-weight: bold;
	color: red;}
.menu_bas a:hover {
	text-decoration: underline overline;}
/***********************/
/*bandeau haut de page*/
/*********************/
#img_bandeau_haut {
	border-width: 0; }
#bandeau_menu {
	width: 900px;
	clear: both;
	height: 20px;
	margin-top: 3px; }
/* la case accueil */
#retour_accueil {
	text-align: left;
	width: 300px;
	float: left;
	margin-left: 10px; }
/* les autres cases */
.bandeau {
	text-align: right;
	width: 190px;
	float: left; }
.bandeau a, #retour_accueil a {
	font-size: 13px;
	font-weight: bold; 
	color: red;
	text-decoration: none; }
.bandeau a:hover, #retour_accueil a:hover {
	text-decoration: underline overline;}
