html
{
background-color: #a0a8ae; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
height: 100%;}

body
{
   width: 980px;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   margin: auto; /* Pour centrer notre page */

   background-color: white;
   border-left:1px solid #470000   ;
   border-right:1px solid #470000  ;
      border-top:1px solid #470000  ;
         border-bottom:1px solid #470000  ;  
   min-height: 100%;

}

/* L'en-tête */

#en_tete
{

   height: 150px;
   background-image: url("images/ban.png");
   
   border-bottom: 1px solid #7f550f  ;
   padding: 0px;
   
}

#imagepub
{
   position: absolute;
   padding-left: 600px;
   top: 250px;
}


/* Le menu */

#menu
{
   width: 100%;
   height: 25px;
   background-image: url("images/menu.png");
   text-align:center;
   font-size: 1.1em;
   font-weight: bold;
   vertical-align: middle;
   padding-top: 4px;
   
   margin-bottom:5px;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #39629F;
	text-decoration: none;
}
a {
	font-weight: bold;
}





/* Le corps de la page */

table
{border-collapse: collapse;}
.tablefond td
{vertical-align: top;
}
.tablefond
{text-align:center;}
.tablelong
{border-collapse: collapse;
border: 1px solid #7f550f  ;
background-image: url("images/fond-tableau-large.png");
}
.tablelong th
{background-image: url("images/barrelongue.png");
height:25px;
width:920px;
color: white;
font-size: 1.4em;
}
.tablecourt
{border-collapse: collapse;
border: 1px solid #7f550f  ;
background-image: url("images/fond-tableau-court.png");
}
.tablecourt th
{background-image: url("images/barrecourte.png");
height:25px;
width:450px;
color: white;
font-size: 1.4em;
}

#corps
{
   padding: 28px;
   padding-bottom: 55px;
   background-image: url("images/doublebarre.png");
   background-position: bottom;
   background-repeat: no-repeat;
   border-bottom: 1px solid #7f550f  ;
}


.cadrecontenu
{padding:20px;
text-align: justify;}

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFCC;
}


/* Le footer */


#footer
{margin:auto;
text-align:center;
margin-top:20px;
}


