/* CSS Document */

* {margin: 0; padding: 0;}
html, body {
	height: 100%;
	margin:0;
	padding:0;
	text-align: center;
}
body {
	background-image:url("images/fond.gif");
	background-repeat:repeat-x;
	background-color : #20435a;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. */
	height: 100%; 
}
h1 {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.6em;
	font-weight:500;
	line-height:2em;
	color : #0a8cbb;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0;
}
h2{
	font-size : 1.6em;
	color : #999;
}
/*---------------------Blocs de la page------------------------*/
#page {
	position:absolute;
	background-repeat:no-repeat;
	background-color:transparent;
	width: 856px;
	left: 50%;
	top: 49px;
	margin-left: -428px; /* moitié de la largeur */
    text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
}
#header{
	background-image:url("images/sommaire.gif");
	background-repeat:no-repeat;
	width:856px;
	height:401px;
}
#content {
	position:absolute;
	background-image:url("images/content.gif");
	background-repeat:no-repeat;
	background-color:transparent;
	color:#fff;
	width:856px;
	height:354px;
	margin: 36px 0 0 0;
	padding: 0;
}
#contenu{
	float:right;
	margin: 20px 70px 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:transparent;
	color:#214054;
	height:250px;
	width:340px;
	padding: 0 70px 0 0;
	font-size:0.9em;
	line-height:1.8em;
}
#plan{
	background-color:transparent;
	color:#000000;
	float:left;
	width:364px;
	height:292px;
	margin:0;
	padding:0;
}
/*------------style menu déroulant------------------*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position:absolute;
	background-image:url("images/menu.gif");
	background-repeat:no-repeat;	
	background-color: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	height:36px;
	width: 856px;
	padding:0 0 0 132px;
	margin:0;
	font-size:1em;
}
#menu dl {
	float: left;
	width: 93.157px; /* on définit la taille du bouton de menu */
	height: 28px;/* on définit la hauteur du bouton de menu */
	margin-right:1px;/* on définit l'espace entre les menus */
	line-height:2.2em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	color: #fff;
	height:28px;
	background-image:url("images/menu-general.gif");
	background-repeat:repeat-x;
	font-weight:normal;	
}
#menu dd {
	display: none; /* cache les sous menus*/
	 width: 116.15px; /* Opéra */
}
#menu li {
 list-style-type: none;
	text-align: center;
	border-top: 1px #fff solid;	
}
#menu li a {/* mise en forme des sous menus*/
	color:#fff;
	line-height:2em;
	background: #0a8cbb;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a:hover, #menu dt a:focus {
	color: #fff;
	background-color: #264993;/*couleur des rubriques*/
}
#menu li a:hover, #menu li a:focus{
	color:#fff;
	background: #ff9900;/*orange*/
}
/* -----------Pied de page ---------------------*/
#pied {
	position:absolute;
	background-image:url("images/footer-accueil.gif");
	background-repeat:no-repeat;
	background-color:#1d4863;
	width: 856px;
	line-height:7em;
	height:61px;
	text-align: center;
	padding : 0;
	margin: 403px 0;
	font-size : 0.90em;
	color:#fff;
}
#pied a{
	color : #beb9b5;
	text-decoration : underline;
}
#pied a:hover{
	color : #fff;
}
#pied li{
	display:inline;
	margin:0;
	padding:0;
}

#pied ul {
list-style-type: none;
padding: 0;
margin: 0;
}
