body /* On travaille sur la balise body, donc sur TOUTE la page */
{
   width: 600px;
   height: 540px;
   margin: right; /* Pour centrer notre page */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}

#corps
{
   height: 520px;
}

#cv
{
   padding-bottom: 20px;
}

#colgauche
{
   float: left;
   width: 48%;
   padding-bottom: 5px;
}

#coldroite
{
   float: right;
   width: 48%;
   padding-bottom: 5px;
}

#fleches
{
   margin-top: 0px;
   font-size: 80%;
   font-weight: normal;
   text-align: left;
}

#bold
{
   font-weight: bold;
}

p.img_projg, p.img_proj
{
	color: solid black;
}


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

.img_projg
{
   display: block;
   text-align: left;
}

iframe
{
	border: 0px solid black;
}

iframe.google
{
	overflow: hidden;
}

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

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

p
{
   font-size: 70%;
   font-family: helvetica, arial, sansserif, "trebuchet ms", "free sans";
   font-style: normal;
   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);
}

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

td
{
   width: 300px;
   padding: 5px;
   vertical-align: top;
}

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
{
   text-align: left;
   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: bold;
   text-align: left;
}

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

h5
{
   font-family: "trebuchet ms", helvetica, arial, sansserif, "free sans";
   font-size: 70%;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}