body
{
   padding:0px;
   background-color: white; 
   font-family: Times, Serif;
   font-weight: bold;
   font-size: 14px;
   color: Black;
   text-align: Left;
   line-height: 15px;
}

a
{
   padding:0px;
   font-family: Times, Serif;
   font-weight: normal;
   font-size: 12px;
   text-align: Left;
   text-decoration: none;
   line-height: 13px;
}

a:visited
{
   padding:0px;
   font-family: Times, Serif;
   font-weight: normal;
   font-size: 12px;
   color: Black;
   text-align: Left;
   text-decoration: none;
   line-height: 13px;
}

a:hover
{
   padding:0px;
   font-family: Times, Serif;
   font-weight: normal;
   font-size: 12px;
   color: Black;
   text-align: Left;
   text-decoration: none;
   line-height: 13px;
}

h1
{
   font-size: 20px;
   font-family: Times, Serif;
   font-weight: bold;
   color: Black;
   text-align: center;
   vertical-align: center;
}

m1
{
   font-size: 14px;
   font-family: Times, Serif;
   font-weight: normal;
   color: Black;
   text-align: center;
   line-height: 12px;
}

/*-----------------------------------------------------------*/
/* Div global qui contient tout le reste                     */
/*-----------------------------------------------------------*/
#Z_PAGE
   { 
    width: 1150px; 
    height: 768px;
    margin: auto;
	  float: middle;
	 	background-color: white;
   } 

/*--------------------------------------------*/
/* Div entete                                 */
/*--------------------------------------------*/
#Z_Entete
{ 
   width: 1150px; 
   height: 115px;
	 background-image: url("Ressources/entete_1150_115.JPG");
	 background-repeat: no-repeat;
} 

/*--------------------------------------------*/
/* Div menu                                 */
/*--------------------------------------------*/
#Z_Menu
{ 
   width: 1150px; 
   height: 47px;
	 background-image: url("Ressources/menus_1150_47.JPG");
	 background-repeat: no-repeat;
} 

/*-------------------------------------------------*/
/* Div Zone Principale                             */
/*-------------------------------------------------*/
#Z_Corps
{
	 width: 1150px;
   height: 499px;
	 background-image: url("Ressources/corps_1150_499.JPG");
	 background-repeat: no-repeat;
}
#Z2_Corps
{
	 width: 760px;
   height: 475px;
	 overflow: auto;
	 position : relative;
	 left : 200px;
	 top : 10px;
}

/*-------------------------------------------------*/
/* Div Pied de page                                */
/*-------------------------------------------------*/
#Z_Pied
{
   width: 1150px;
   height: 107px;
   float : left;
	 color: Black;
	 background-image: url("Ressources/pied_1150_107.JPG");
	 background-repeat: no-repeat;
}

.Tableau_Principal
{
   height: 480px;
	 width: 750px;
   text-align: left;
   vertical-align: top;
   border-collapse: collapse;
   border-style: inset;
   border-width: 0px;
}

