/* CSS Document */

body
{
   background: url("images/fond.gif") repeat;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   font-size: 12px;
   font-family: Verdana;
   text-align: justify;
}

p
{
font-size: 12px;
   font-family: Verdana;
   text-align: justify;
   }


.bouton{
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: bold;
	border-color: #F8F8F8;
	border-right: 2px solid #F8F8F8;
	border-left: 2px solid #F8F8F8;
	border-top: 2px solid #F8F8F8;
	border-bottom:2px solid #F8F8F8;
	background-color: #F8F8F8;
	
	

	}


#logo
{
   width: 516px;
   height: 100px;
   background-image: url("images/logo.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

#connexion
{
   float: right;
   margin-right: 500px;
   width: 234px;
   height: 100px;
   background-image: url("images/connexion.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

#menu
{
   width: 750px;
   height: 28px;
   background-image: url("images/menu.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

   
#footer
{
   width: 750px;
   height: 44px;
   background-image: url("images/footer.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}
  

