body /* On travaille sur la balise body, donc sur TOUTE la page */
{
   width: 800px;
   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 */
   background-color: white;
}

#en_tete
{
   width: 800px;
   height: 5px;
   margin-bottom: 10px;
}
   
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
   margin-left: 5px;
}

#menu2
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
}

#menu p
{
   text-align: left;
   margin-top: 4px;
   font-size: 90%;
   font-weight: normal;
}

#corps
{
   margin-left: 140px;
   margin-top: 120px;
   margin-bottom: 10px;
   padding-bottom:10px;
   height: 600px;
}

#colgauche
{
   float: left;
   width: 48%
}

#coldroite
{
   float: right;
   width: 48%
}

#corps p
{
   font-size: 80%;
   font-family: "trebuchet ms", helvetica, arial, sansserif, "free sans";
   font-style: normal;
   text-align: justify; /* Ils seront justifiés */
   color: rgb(55,77,91);
}

p.ref
{
   color: grey;
   font-style: normal;
}

a
{
   text-decoration: none;
   color: grey;
   font-style: normal;
}

a:hover
{
   font-weight: bold;
   font-size: 97%;
   color: black;
}

#pied_de_page
{
   height: 20px;
   border: 0px solid black;
   margin-bottom: 20px;
}

#pied_de_page p
{
   font-size: 80%;
   font-weight: normal;
   text-align: center;
   border-top: 1px solid black;
}

.img_index
{
   display: block;
   text-align:center;
}

iframe
{
   height: 580px;
   width: 100%;
   border: 0px solid black;
   padding-left: 0px;
   margin-bottom: 0px;
}

iframe.google
{
   height: 440px;
   width: 100%;
   border: 0px solid black;
   margin-bottom: 0px;
   overflow: hidden;
}

p
{
   font-size: 100%;
   font-family: sansserif, "arial narrow", "helvetica narrow", arial, "free sans";
   font-style: italic;
   text-align: justify; /* Ils seront justifiés */
   color: rgb(55,77,91);
}

#MonFormulaire
{
   font-size: 100%;
   font-family: sansserif, "arial narrow", "helvetica narrow", arial, "free sans";
   font-weight: bold;
   text-align: justify; /* Ils seront justifiés */
   color: rgb(55,77,91);
}

hr
{
	height: 1px;
	margin: 0;
	padding: 0;
	color: grey;
	background-color: grey;
	border: 0;
	
}

h1
{
   text-align: left;
   color: rgb(55,77,91);
   font-size: 140%;
   font-family: sansserif, "arial narrow", "helvetica narrow", arial, "free sans";
   font-weight: bold;
}

h2
{
   margin-left: 0px;
   color: rgb(55,77,91);
   font-size: 120%;
   font-family: sansserif, "arial narrow", "helvetica narrow", arial, "free sans";
   font-weight: bold;
}

h3
{
   margin-top: 0px;
   font-family: sansserif, "arial narrow", "helvetica narrow", arial, "free sans";
   font-size: 80%;
   font-weight: normal;
   text-align: left;
}

h4
{
   font-size: 97%;
   font-family: sansserif, "arial narrow", "helvetica narrow", arial, "free sans";
}