body{
  margin: 0;
	padding: 0;
  height: auto;
	text-align: center;
  background: #EEE;
	color: #000;
	font-size: 90%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 0px solid #DDD;
}

#haut{
	height: 85px;
	margin: auto;
	width: 1100px; 
	background: #EEE url(img/top.png) no-repeat center top;
} 


#sousmenu{
	clear:both; 
  margin: auto;
	width: 1065px; 
  float: center;   
  text-align: left;  
	background: #EEE url(img/page.png) repeat-y center top;
  padding-left: 25px; 
  padding-right: 10px;
  height:20px;
}  

#page{
	background: #EEE url(img/page.png) repeat-y center top;
  color: inherit;
	width: 1000px;
  height: auto;
	margin: 0em auto;
  position: relative;
  margin-top: -15px;   /* Corrige bug onglet qui bouffe de la place */
  padding-left: 50px;
  padding-top: 20px;
  padding-right: 50px;
  --float: center; 
  text-align: left;
  padding-bottom: 30px;
  min-height:500px;  
}

 

#bas{
	margin: 0;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
	text-align: center;
	padding: 1ex 1em 1ex 1em;
	clear: both;
}


/**************************/
/* ENTETE et PIED DE PAGE */
/**************************/

p.Entete {
         color: #0000A0;
	       text-decoration: none;
         font-family: Verdana; 
         font-size: 8pt; 
         }


#contenu{
	clear: both;
	position: relative;
	margin: 0 0px;
	padding: 10px;
	border: 1px solid #484A48;
	z-index: 3;
	top: -2px;
	background-color: #F7F7F7;
	color: #000000;
	width: 1000px;
	overflow: hidden;
	border-radius: 5px;
}



/**************************/
/*        CONTENU         */
/**************************/
                               
p.ContenuTitre, a.ContenuTitre {
      color: 0;
      text-decoration: none;
      font-family: Verdana; 
      font-size: 1.4em;
      vertical-align: middle;
      font-weight: bold;
}

p.ContenuSousTitre, a.ContenuSousTitre {
           color: #0;
           text-decoration: none;
           font-family: Verdana; 
           font-size: 1.2em;
      	   font-weight: bold;
}

          
a.Contenu, p.Contenu, table.Contenu {
      color: #000000;
      text-decoration: none;
      font-family: Verdana; 
      font-size: 10pt; 
}


   

