/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
<lien url="http://www.siteduzero.com">http://www.siteduzero.com</lien>
*/

body
{
   width: 1024px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/fond.png");
   background-color: #C0C0C0;
}

/* L'en-tête */

#en_tete
{
   width: 1024px;
   height: 120px;
/*   background-image: url("../img/banniere.png"); */
/*   background-repeat: no-repeat; */
   background-color: #3C4142;
   margin-bottom: 10px;
   
   text-align: center;
   vertical-align: middle;
   font-family: Comic Sans MS,Arial;
   font-size: 80px;
   font-weight: bold;
}


/* Le menu */

#menu
{
   float: left;
   width: 120px;
}

.bouton_menu {
  background-image: url(../img/fond_vert.png);
  background-repeat : no-repeat;
  color: black;
  background-color: #FFF855;
  text-decoration: none;
  font-weight: normal;
  font-family: Comic Sans MS,Arial;
  text-align: left;
  padding: 10px;
  width: 120px;
  display: block;
}
.bouton_menu:hover {
  background-color: #FFF855;
  background-image: url(../img/fond_vert.png);
  background-repeat : no-repeat;
  width: 120px;
  display: block;
  font-weight: bold;
}

/* Le corps de la page */

#corps
{
   float: left;
   width: 750px;
   
   font-family: Arial;
   
   margin-left: 20px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #000000;
   //background-color: #C0C0C0;
   //background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 0px solid black;
}

#pub
{
   float: right;
   width: 120px;
   font-family: Arial;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
  padding: 3px;
  clear: both;
  font-family: Arial;
  text-align: center;

  color: #B3B3B3;
  background-color: grey;
  //background-image: url("images/motif.png");
  background-repeat: repeat-x;
   
  border: 2px solid black;
}

#tab_calendrier, #tr_cal, #td_cal {
	border: 1px solid #555555;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}


