body {
	width: 760px;
	margin: auto; /* Centrer la page */
	margin-top: 10px; /* Espace entre le navigateur et le haut du site */
/*margin-bottom: 300px; Espace entre le navigateur et le bas du site */
	background-color: #FFFFFF;
	background: url(images/degrad.gif) repeat-x fixed bottom;
}
div {
	background-color: #FFFFFF;
	background: white;
	FONT-FAMILY: Arial,"Times New Roman", Times, serif;
	FONT-WEIGHT: bold;
}

/* ------------------------------------------ DEBUT bandeau*/
#bandeau {
	width: 760px;
	height: 66px;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #3366cc;
	border-bottom: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* ------------------------------------------ Fin bandeau*/
/* ------------------------------------------ DEBUT menu haut */

/*- Menu Tabs 5--------------------------- */

    #tabs5 {
	float: left;
	width: 100%;
	height: 66px;
	background: url(images/bandeau_haut.gif);
	font-size: 80%;
	line-height: normal;
	border: 1px solid Black;
	border-bottom: 0;

}
    #tabs5 ul {
          margin:0;
          padding:41px 10px 0 50px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
	float: left;
	background: url(images/tableft5.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
    #tabs5 a span {
      float:left;
      display:block;
      background:url(images/tabright5.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      /*color:#0D479C;  bleue */
				  color:#009900;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
				  /*color:#0D479C;  bleue */
				  color:#009900;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
				  /*color:#0D479C;  bleue */
				  color:#009900;
      }

/*- ---------------------------------- FIN menu haut-- */

/* ------------------------------------------ DEBUT contenu*/
H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	MARGIN-BOTTOM: 0px;
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial,"Times New Roman", Times, serif;
	LETTER-SPACING: 1px;
	TEXT-ALIGN: center;
	}
#contenu {
	float: left;
	font-family: Arial,"Times New Roman", Times, serif;
	width: 760px; /*height: 450px;*/
	background-color: #FFFFFF;
	border: 1px solid Black;
	border-top: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#contenu img {
	border: 0px solid #DD740B;
}
#contenu h1 {
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color: #009900;
}
#contenu h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #009900;
}
#contenu p {
	font-size: 14px;
	font-style: normal;
	color: Black;
	margin-top: 0px;
	text-align: justify;
}
#contenu a:link {
	font-size: 14px;
	FONT-WEIGHT: normal;
	COLOR: #0D489D;
	TEXT-DECORATION: underline;
	font-family: Arial,"Times New Roman", Times, serif;
}
#contenu a:visited {
	font-size: 14px;
	FONT-WEIGHT: normal;
	COLOR: #0D489D;
	TEXT-DECORATION: underline;
	font-family: Arial,"Times New Roman", Times, serif;
}
#contenu a:hover {
	font-size: 14px;
	FONT-WEIGHT: normal;
	COLOR: #89970e;
	TEXT-DECORATION: none;
	font-family: Arial, "Times New Roman", Times, serif;
}
#contenu a:active {
	font-size: 14px;
	FONT-WEIGHT: normal;
	COLOR: #89970e;
	TEXT-DECORATION: none;
	font-family: Arial,"Times New Roman", Times, serif;
}
/* ------------------------------------------ FIN contenu*/
/* ------------------------------------------ DEBUT pied de page _logo*/

#baspage_logo {
	FLOAT: inherit;
	width: 760px;
	font-family: Arial,"Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	text-align: center;
	padding: 0px;
	background: transparent;
}
/* ------------------------------------------ FIN pied de page_logo*/


/* ------------------------------------------ DEBUT pied de page*/

#baspage {
	FLOAT: inherit;
	width: 760px;
	font-family: Arial,"Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	padding: 1px;
	background: transparent;
}
/* ------------------------------------------ FIN pied de page*/

