/* Le corps */
body{
   width: 700px;
   margin-left: 80px; /* Pour decaler notre page */
   margin-top: 40px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.  */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background: url("images/fond.jpg");
   font-family:  "Verdana", "Trebuchet MS", serif;
   color: #7c7f57;
	}
	
#en_tete{ 
	width: 700px;
	padding: 0px;
	margin-bottom: 30px;
	}
#corps{ 
width: 700px;
	padding: 0px;
	background-color: white;
	}
#pied_de_page{
width: 700px;
}

/* Les liens */
a{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #ffdc00;
	}
h2 a{
   font-size: 1em;
   font-family: Georgia,"Verdana", "Trebuchet MS", serif;
   text-transform: uppercase;
   text-align: left;
   color: #ffdc00;
	}
td a, .contact{
   font-size: 0.8em;
   font-family: "Verdana", Georgia, "Trebuchet MS", serif;
   text-transform: uppercase;
   color: #7c7f57;
	}
a:hover /* Quand le visiteur pointe sur le lien */
	{
   text-decoration: line-through; /* Le lien deviendra souligné quand on pointera dessus */
   color: #ffdc00;
	}
a:focus {
outline:none;
	} 
table {
	padding-top:6px;
	padding-left:6px;
	}

/* Les images */
img {
    border : none;
	margin-bottom: 0px;
	margin-left: 20px;
    }
#en_tete img{
margin-left:0px;
margin-bottom: -10px;
}	
/* Les textes */
h2{
   font-size: .8em;
   font-family: Georgia, "Verdana", "Trebuchet MS", serif;
   text-transform: uppercase;
   text-align: left;
   color: #ffdc00;
   margin-left: 20px;
   }
h3{
   font-size: 0.7em;
   font-family: "Verdana", "Trebuchet MS", serif;
   text-align: right;
   color: #7c7f57;
   }
h4{
   font-size: 0.8em;
   font-weight: normal;
   margin-left: 20px;
	}
em{
  
   font-size: 0.7em;
   font-style: italic;
   margin-left: 20px;
	}

/* les classes */
.projects{
   margin-top: 5px;
   border-bottom: 1px dotted #ebebeb;
	}
.fermer{
font-size: 0.8em;
   font-family: "Verdana", "Trebuchet MS", serif;
   font-weight: bold;
   text-align: left;
   color: #ffdc00;
   margin-left: 640px;
}
.diapos {
    border : none;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
    }
.imageflottante {
	float: left;
	}
.contact{
	margin-left: 20px;
}
.navigation{
	margin-left:-5px;
	margin-top: -20px;
}
.copy{
	text-align:center;
	font-size: 0.7em;
      color: #999999;
}