div#oldbrowser{
	display: none;	/* hide the standards compliant warning - this isn't a catch all, but works for old browsers */
}
Body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: #cde19C;
	margin:0;
	margin-left:10px;
	margin-bottom:20px;
}
#head{
	border-bottom-width: 0px;
	background: #CDE19C;
}
a img{
	border-width: 0;	/* remove the border around linked images. <img border="0" ..../> is invalid in XHTML 1.1 */
}
#contenuLeft img{
	display: block;
	/*margin: 0 auto;*/
	text-align: center;	/* IE 5 centering hack */
}
#contenuLeft, #contenuCentre{
	overflow: visible;	/* fix the Win32 IE italics bug */
	height: 100%;		/* ditto */
}
#contenuLeft, #contenuCentre{
	overflow: hidden;	/* IE5.0 fix the Win32 IE italics bug */
	width: 100%;
	height: auto;
}
#contenuLeft/* hide from IE5.0 */, #contenuCentre/* hide from IE5.0 */{
	overflow: visible;	/* reset IE5.0 fix for 5.5 */
	height: 100%;		/* ditto */
	width: auto;		/* reset Safair after picking up the above IE5.0 fix : it's case insensitive to CSS selectors */
}
* html #head{
	position: relative;
}		
/*---- Layout ----*/
div{
	padding: 0;
	margin: 0;
}
#oldbrowser{
	text-align: center;
}
#head h1{
	display: inline;
}
#page{
	background-color: #fff;
	color: #000;
	min-width: 500px;
	width:780px;
	padding:0;
	border-top:none;
	border:1px solid #ACAC9C;
}
#left{
	margin-right: -200px; /*IE 4 fix */
}
#left{
	float: left;
	width: 200px;
	margin: 0 0 0 0px; /* Silly Netscape hack to get the borders to line up */
	/* margin-left:auto; /*  /*ajout test marge gauche*/
}
#right{
	float: right; 
	width: 200px;
}
#contenu{
	width: auto;
	margin-left: 199px;
}
/*#head, */#contenuLeft, #contenuCentre, #contenuRight, #contenuFoot{
	padding: 10px;
}
#foot{
	clear: both;
}
#contenuFoot{
	text-align: center;
	background-color:#CDE19C;
}
#contenuCentre{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contenu>#contenuCentre{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#contenuCentre{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#head, #foot{
	z-index: 10;
}
#hierarchie{
	background-color: #E4D1A5;
	padding:10px;
	margin:10px;
	border: 1px solid #CCCCCC;
}
nav{
	background-color:#3333FF;	
}
/*---- Borders ----*/

#foot, #head, #contenuLeft, #contenu, #contenuCentre{
	border: solid 0px #000;
}
#foot{
	border-top: 1px solid #ACAC9C;
}
#contenuLeft, #contenuCentre{
	/* border-right-width: 1px; */
	
}
#contenu{
	/*border-left-width: 1px;*/
}
/*---- Visual Elements ----*/
/*body
{
	background-color: #ddd;
	color: #000;
	padding: 20px;
	margin: 0;
}*/


.topfd {
	background-image: url(../Img/fond.gif);
	border:0;
	width:100%;
}
/* menu */
ul#menu li ul{
  display:none;
}
ul#menu li:hover>ul{
  display:block;
}
ul#menu{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
	background: #843F11;
	float:left;
	font:1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 24px;
	left: 11px;
}
ul#menu hr{
 margin-right: 4px;
 margin-left: 4px;
}
ul#menu li{
	float:left;
	display:block;
	padding:2px 1px;
}
ul#menu li.first{
  padding-left:2px;
}
ul#menu li.last{
  padding-right:2px;
}
ul#menu li a{
	background-color: transparent;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 2px 6px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	text-indent: 5px;
}
ul#menu li a:hover{
	background-color: #f8f8f8;
	color: #666666;
	border: 1px solid #444444;
}
ul#menu ul{
  position:absolute;
  background:#843F11 url(../Img/submenu.gif) repeat-y -140px 0%;
  margin:0px;
  padding:0px;
  width:140px;
  z-index:1;
}
ul#menu ul ul{
  top:0px;
  left:150px;
  z-index:1;
}
ul#menu ul li{
  position:relative;
  float:none;
  margin:0px;
  padding:0px;
  _display:inline;
}
ul#menu ul li a{

	display:block;
	margin:0px;
	padding:3px;
	width:150px;
	border:none;
	background-color: #843F11;
}
/*navigation*/
#navigation h4, #navigation ul{
margin: 0 0 0 0;
}
#navigation h4{
	color:#666666;
	border: 1px solid #843F11;
	border-bottom:none;
	padding: 0.15em 0.25em;
	font-size: 1.2em;
}
div#navigation{
float:left;
width:180px;
margin: 2em 0 0 1%;
text-align:center;
background: #FFF;
}
#navigation ul{
list-style: none;
margin:0;
padding:0 0 2em;
border:1px solid #843F11;
}
#navigation li{
line-height: 1em;
padding: 0.5em 0;
border-bottom: 2px solid #843F11;
background:#fff;
}
#navigation a{
	text-decoration:none;
	padding:0.10em 0.25em;
	position:relative;
	top:1em;
	background:#fff;
	color: #333333;
}
#navigation a:visited{
color: rgb(58%,68%,40%);
}
#navigation a:hover{
color: #FFFFFF;
background:#843F11;
}
#contenuCentre h1{
	font-size: 14pt;
	color: #666;
	padding: 4px 0px;
	margin: 20px 0px 12px;
	border-bottom: 1px dotted #bbb;
}
#contenuCentre a{
	font-size: 1.3em;
	color: #CC6633;
	padding: 0px 0px 5px 0px;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-decoration: none;
	}
#contenuCentre a:hover{
	font-size: 1.3em;
	color: #FFCC33;
	padding: 0px 0px 5px 0px;
	letter-spacing: 0.2em;
	text-decoration: none;
	}
.savoirplus a{
	font-size: 1em;
	color: #CC6633;
	border-bottom: 1px solid #ddd;
	letter-spacing: 0.2em;
	margin-left: 190px;
	margin-bottom: 10px;
}
.savoirplus a:hover{
	font-size: 1em;
	color: #CC6633;
	border-bottom: 1px solid #ddd;
	letter-spacing: 0.2em;
	margin-left: 190px;
	margin-bottom: 10px;
}
.texterubrique{
	text-align: justify;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #666666;
}
