@charset "utf-8";
	a:link 			{text-decoration:none}
	a:visited		{text-decoration:none}
	img				{border:none}
	body			{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-color:#0cbdfb;
   width: 760px;
   margin: auto;
   margin-bottom: 20px;   
   text-align:justify;
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 118px;
   background-image: url("../images/top2.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#menu
{
   width: 766px;
   height: 39px;
   background-image: url("../images/menu.png");
   background-repeat: no-repeat;
   padding-left:20px;
   padding-top:6px;
   margin-bottom:2px;
   text-align:center;
}


/* Le corps de la page */

#corps
{
   margin-bottom: 10px;
   padding: 10px;
   color: black;
   background-color: white;
   border: 1px solid black;
}


#corps h1
{
   color: #0000cc;
   font-size:22pt;
   font-weight:normal;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;
   padding-left: 40px;
   color: orange;
   text-align: left;
}
.liens {color:#0000CC}
.liens:hover	{color:red}
.menu			{color:#024395; font-weight:bold}
.menu:hover		{color:white}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: black;
   background-color: #7ddbfd;
   border: 1px solid black;
}

/* CSS Document */

