html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:auto ;/* pour tous les navigateurs */
	//overflow:expression(document.body.clientWidth>1000?"hidden":"auto");/* pour IE */
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(images/fond.jpg) repeat-x fixed;
	margin:0;
	padding:0;
	height:100%;
	color:#024;
}

h1,h2,h3,h4,h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
h1 {
	font-size:1.8em;
	color:white;
	background-color:#013968;
	padding:2px;
	margin-bottom:1em;
	padding-left:1.3em;
	margin-left:-8px;
	margin-top:0px;
	border-bottom:2px solid #CCC;
}

h2 {
	font-size:1.5em;
	color:white;
	background-color:#013968;
	padding:1px;
	margin-bottom:1em;
	margin-top:2em;
	font-weight:bold;
	padding-left:1.3em;
}

h3 {
	font-size:1.3em;
	color:white;
	background-color:#013968;
	padding:1px;
	margin-bottom:0.5em;
	margin-top:0.5em;
	margin-left:1.3em;
	font-weight:normal;
	padding-left:0.3em;
}
h4 {
	font-size:1.2em;
	color:white;
	background-color:#013968;
	padding:1px;
	margin-bottom:0.3em;
	margin-top:0.3em;
	margin-left:2.6em;
	font-weight:normal;
	font-style:italic;
	padding-left:0.3em;
}
h5 {
	font-size:1.1em;
}

#container {
	position:relative;
	margin:0 auto 0 auto;
	padding:0;
	width:1022px;
	height:100%;
}

#bandeau {
position:fixed;
	height:293px;
	width:1024px;
	background:url(images/bandeau.jpg) no-repeat top left;
	az-index:5;
}


#content {
  position:absolute;
	overflow:auto;
	width:716px;
	left:255px;
	top:155px;
	bottom:175px;
	padding-left:10px;
	margin-right:30px;
	background-color:#FFFFFF;
	z-index:2;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#extraDiv1{
  position:absolute;
	width:784px;
	left:225px;
	top:119px;
	bottom:150px;
	background:#FFFFFF url(images/fen_milieu.png) repeat-y top left;
	z-index:1;
}
#extraDiv2{
  position:absolute;
	width:784px;
	height:174px;
	left:0px;
	top:0px;
	background:#FFFFFF url(images/fen_haut.png) no-repeat top left;
}
#extraDiv3{
  position:absolute;
	width:784px;
	height:105px;
	left:0px;
	bottom:-30px;
	background: url(images/fen_bas.png) no-repeat top left;
}
#bottom{
  margin:0 auto 0 auto;
  position:absolute;
	width:100%;
	height:123px;
	bottom:0px;
	background: url(images/bandeau_bas.png) no-repeat top center;
	z-index:-1;
}


/*/////////////////////LE MENU ////////////////////////////////*/

/*Menu*/

#divMenu {
	position:absolute;
	top:200px;
	left:10px;
	z-index:100;
	text-align:left;
	padding:0;
	margin:0;
}


.acc {
  list-style:none;
  margin:0;
  padding:0;
}
.acc .acc{
  margin:0px;
  padding-left:15px;
}
.acc h6, .acc a {
  font-weight:bold;
  margin:2px;
  padding:0;
  padding-left:17px;
  cursor:pointer;
  font-family:Verdana;
  font-size:13px;
  height:16px;
  text-decoration:none;
  color:#03326B;
}
.acc h6 {
  //margin-bottom:-2px;
  background:url(images/plus.png) no-repeat 0px 0px;
  display:inline;
}
.acc a {
  //margin-bottom:-8px;
  background:url(images/puces.png) no-repeat 0px 0px;
}
.acc .acc h6, .acc .acc a {
  font-size:12px;
}
h6.acc-selected {
  background:url(images/moins.png) no-repeat 0px -40px;
  color:black;
  font-style:italic;
}
a.acc-selected {
  background:url(images/puces.png) no-repeat 0px -40px;
  color:black;
  font-style:italic;
}
.acc h6:hover {
  color:#027DE8;
  background:url(images/plus.png) no-repeat 0px -20px;
}
.acc a:hover {
  color:#027DE8;
  background:url(images/puces.png) no-repeat 0px -20px;
}

h6.acc-selected:hover {
  color:#027DE8;
  background:url(images/moins.png) no-repeat 0px -20px;
}
a.acc-selected:hover {
  color:#027DE8;
  background:url(images/puces.png) no-repeat 0px -20px;
}



