body
{
      padding: 0px;
      height: 100%;
   width: 832px;
   margin: auto; /* Pour centrer notre page */
}
#admin
{
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
text-align: right;
background-image: url("images/admin.jpg");
background-repeat: no-repeat;

}



.surligne /* Un style qui permet par exemple de surligner certains mots d'un texte */
{
   background-color: yellow;
   color: black; /* Le texte surligné sera écrit en noir, parce que le blanc sur fond jaune on voit rien ;o) */
}
.menuadmin
{

color: #003F6C;
font-family: verdana;
font-size: 10pt;

  text-decoration: none ;

}
.menuadmin a
{

color: #003F6C;
font-family: verdana;
font-size: 10pt;

  text-decoration: none ;

}
.menuadmin a:hover
{

color: #ffffff;


}

#en_tete
{display:block;
   padding: 0px;
   width: 832px;
   height: 107px;
   background-image: url("images/header.jpg");
   background-repeat: no-repeat;
}



#menu
{
   float: left; /* Le menu flottera à gauche */
   padding: 0px;

   display:block;
   width: 189px; /* Très important : donner une taille au menu */




}

.menutxt a
{
background-image: url("images/menufond.jpg");
display:block;
padding-bottom: 0px;
padding-top:6px;
padding-left: 25px;
color: #003F6C;
font-family: verdana;
font-size: 10pt;
height:24px;
text-decoration: none ;
}

.menutxt a:hover
{
background-image: url("images/menufond2.jpg");
text-decoration: underline ;
}

a img
{
border: none;
}

#corps
{
background-image: url("images/ombre.jpg");
color: #003F6C;
font-family: verdana;
font-size: 10pt;
padding-right: 20px;
padding-left: 35px;
padding-bottom: 10px;

margin-left: 188px;

}

h1
{
font-size: 1.2em;
text-decoration: underline ;
}

#corps a
{
color: #003F6C;
 font-weight: bold;
 text-decoration: none ;
}
#corps a:hover
{
color: #003F6C;
text-decoration: underline ;

}

#footer 
{
display:block;
height: 51px;
text-align: center;
   color: #003F6C;
font-family: verdana;
font-size: 10pt;
   color: #B3B3B3;
   background-image: url("images/finombre.gif");

}

.imgcentree /* les images nommée par un class imgcentrée sont centrées */

{
display: block;
margin: auto;

}

.enteteaccueil
{
background: #E2E2E2;
padding: 0 10px;
float: right;
margin-right: 30px;
width: 180px;
font-size: 0.8em;
	color: black;

}


.enteteaccueil h3 {
	margin: 0 -10px;
	padding: 0;
	background: url("images/entete.jpg") no-repeat;
	width: 200px;
	height: 23px;
	text-indent: -9000px;
	font-size: 1.3em;}


.entete
{
border: thin black solid;
}


.agenda
{
margin-right: 20px;
width: 400px;
}

h5
{
background-color: rgb(163,197,225);
color: white;
font-size: 100%;
}

h4
{
background-color: rgb(0,0,150);
color: white;
font-size: 100%;
}


table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: none; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
   margin-left : 5px; 
}

td
{
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   border: 1px solid black; /* ... auront une bordure de 1px */
}

.contact
{
width: 250px;
}

.contact1
{
margin-right: 20px;
width: 250px;
float: right;
}

.blocliens
{
width: 250px;
}

.blocliens2
{
margin-right: 20px;
width: 250px;
float: right;
}

.tr1
{
background-image: url("images/bgtr1.jpg");
padding: 20px;
margin: 20px;
}


#menuh
{
float: right;
padding: 8px;
margin-right: 5px;
background: url(images/menuh.jpg) top right no-repeat;
height: 750px;
}

.medaillon
{
float: left;
margin-right: 20px;
}

