body
{
text-align:left;
background-image: url("../images/Structure/fondrireenprovence.jpg");
background-repeat: no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: bold;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
		
/* Entete page */
	#en_tete
	{
	   width: 70%;
	   height: 15%;
	   Padding-Left: 20%; /* On peut donc demander à ce que le block soit centré avec "auto" */
	   color:#5E7830;
	   background-image: url("../images/Structure/Banniere.jpg");
	   background-repeat: repeat-x;
	}
/* Le menu Horizontal */
		#tabs9 {
	   margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
		width:100%;
		font-size:100%;
	      border-bottom:1px none ;
	      line-height:normal;
		  text-align:center;
	      }
	    #tabs9 ul {
	          margin:0;
	          list-style:none;
	      }
	    #tabs9 li {
	      display:inline;
	      margin:auto;
	      padding:0;
	      }
	    #tabs9 a {
	      float:left;
	      background:url("../images/Structure/tableft9.gif") no-repeat left top;
	      margin:0;
	      padding:0 0 0 4px;
	      text-decoration:none;
	      }
	    #tabs9 a span {
	      float:left;
	      display:block;
	      background:url("../images/Structure/tabright9.gif") no-repeat right top;
	      padding:5px 15px 4px 6px;
	      color:#FFF;
	      }
	    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	    #tabs9 a span {float:none;}
	    /* End IE5-Mac hack */
	    #tabs9 a:hover span {
	      color:#FFF;
	      }
	    #tabs9 a:hover {
	      background-position:0% -42px;
	      }
	    #tabs9 a:hover span {
	      background-position:100% -42px;
	      }

	    #tabs9 #current a {
	              background-position:0% -42px;
	      }
	    #tabs9 #current a span {
	              background-position:100% -42px;
	      }

/* Le menu Vertical */

	#menu {
	Float:right;

	width:20%;
	        border-style: solid;
	        border-color: #94AA74;
	        border-width: 1px;
			 color: #5E7830;
			 background :#FFA07A
	        }

	#menu li a {
	        height: 35px;
	          voice-family: "\"}\"";
	          voice-family: inherit;
	          height: 30px;
	        text-decoration: none;
			text-align:right;
	        }

	#menu li a:link, #menu li a:visited {
	        color: #5E7830;
	        display: block;
	        background: url(../images/Structure/menu1.gif);
	        padding: 8px 0 0 10px;
	        }

	#menu li a:hover, #menu li #current {
	        color: #26370A;
	        background: url(../images/Structure/menu1.gif) 0 -32px;
	        padding: 8px 0 0 10px;
	        }

	#menu li a:active {
	        color: #26370A;
	        background: url(../images/Structure/menu1.gif) 0 -64px;
	        padding: 8px 0 0 10px;
	        }
/* Le corps de la page */

	#corps
	{
	width: 90%;
	height: 90%;
	overflow: auto;
	 color: #5E7830;
	 }

	#corps h1
	{
	  
	   text-align: Left;
	   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	}

	#corps h2
	{
	   height: 30px;
	   padding-left: 30px;
	   color: #000000;
	   text-align: left;
	}
	
	#corps td
	{
	   color: #5E7830;
	   padding-bottom:1px;
	   text-align:Center;
	   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	}
	
	#corps td li {
	      margin:auto;
		  text-align:left;
	      padding-left:15px;
	      }
	#corpsplein
	{
	width: 90%;
	height: 90%;
	overflow: auto;
	}
	#corpsaccueil
	{
	width: 70%;
	height: 70%;
	text-align:center;
	padding-left:350px;
	padding-top:120px;
	overflow: no;
	}
	#activite
	{
	width: 78%;
	height: 80%;
	overflow: auto;
	 color: #5E7830;
 }

	#activite h1
	{
		text-align: Left;
		font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	}

	#activite h2
	{
	   height: 30px;
	   padding-left: 30px;
	   color: #000000;
	   text-align: left;
	}
	
	#activite td
	{
	   color: #5E7830;
	   padding-bottom:1px;
	 padding-left: 10px;
	 padding-right: 10px;
	 text-align:left;
	   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
			border-style: solid;
		border-color: #94AA74;
		border-width: 1px;
}
	
	#activite td li {
	      margin:auto;
		  text-align:left;
	      padding-left:15px;
	      }


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

	#pied_de_page
	{
		padding-left: 150px;
		margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
		text-align:center;
		color: #ffffff;
	}	


