body{
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	background-image:  url(gfx/general/fond_page.gif);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}
a img {border:0}
/* Entete */

.entete {
	/*width: 825px;*/
	float:right;
	background-image:url(gfx/general/fondEntete.gif);
	background-position:left 0px;
	background-repeat:no-repeat;
}

.menuHaut {
	margin:0;
	padding:0;
}

ul.menuHaut {
	margin:10px 0 0 0;
	padding:0;
	color:#747376;
	list-style-type: none;
}

ul.menuHaut li {
	margin:0;
	padding:0;
	font-size:12px;
	color:#747376;
	display:inline;
	background:#FE8600;
	padding:5px 2px
}


ul.menuHaut li a, ul.menuHaut li a:visited {
	margin:0;
	padding:0 10px;
	font-size:12px;
	color:#747376;
	color:#fff;
	display:inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #747376;
}

ul.menuHaut li a:hover {
	text-decoration:underline;
}



.menuGauche {
	margin:0;
	padding:0;
}

ul, li {
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.menuGauche {
	margin:2px 0 0 0;
	padding:0;
	color:#747376;
}

ul.menuGauche li {
	margin:0;
	padding:0;
	font-size:12px;
	color:#747376;
	display:block;
}


ul.menuGauche li a, ul.menuGauche li a:visited {
	margin:0 0 2px 0;
	padding:5px 10px 5px 20px;
	width:165px;
	font-size:12px;
	color:#006c36;
	display:block;
	background-color:#87c66d;
	background-image:url(gfx/puceMenuGeneral.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
}

ul.menuGauche li ul {
	margin:0;
	padding:0;
	display:block;
}

ul.menuGauche li ul li {
	margin:0;
	padding:0;
	display:block;
}

ul.menuGauche li ul li a, ul.menuGauche li ul li a:visited {
	margin:0 0 2px 0;
	padding:5px 10px 5px 20px;
	width:165px;
	font-size:12px;
	color:#006c36;
	display:block;
	background-color:#c4e3b6;
	background-image:url(gfx/puceMenuGeneral.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
}

ul.menuGauche li a:hover, ul.menuGauche li ul li a:hover {
	text-decoration:none;
	color:#cae5b6;
	background-color:#006c36;
}





.ligne {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #969696;
	width: 100%;
	color: #cecece;
	height:1px;
}

#gauche{
	float: left;
	width: 20%;
    height: 1000px;
}

#centre{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 53%;
    height: 1000px;
}

#droite{
	float: left;
	width: 20%;
    height: 1000px;
}


/* Module rubrique */

.bloc{
	margin-top: 10px;
	width: 100%;
    background-color: #ECD6AF;
   	border: solid black 1px ;
}

.header{
    height: 20px;
    padding-left: 10px;
    text-align: left;
    background-color: #E66E14;
    border: solid black 1px ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #E6D815;
}

.footer{
    height: 10px;
    padding-top: 10px;	
    padding-left: 20px;
    text-align: left;
    border: solid black 1px ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #E6D815;
}

.contenu {
    text-align: left;
    background-color: #ECD6AF;
    padding: 20px;	
	
}

.fiche{
    text-align: left;
    height: 360px;
    background-color: #FFFFFF;   
    overflow: auto;   
    padding: 20px;		 
}

ul{
  margin-top: -10px;

}

li 
  {
  list-style-type: none; 
  margin-left: -50px;
  
  }

/* Liens */

a:link {
	color: #7d4607;
	text-decoration: none;

}

a:active {
	color: #7d4607;
	text-decoration: none;
}
	
a:visited {
	color: #7d4607;
	text-decoration: none;
}
 
 a:hover {
	color: #7d4607;	
	text-decoration: underline;
 }
 

 
