/* Affichage d'un commentaire */

  body { 
    font-family: arial,Verdana,sans-serif;
    font-size: 0.9em;
    line-height: 16pt;
    /* background-color: rgb(170, 221, 187); toute la page est verte */
    }
  #logo { 
  		height: 70px;							/* Hauteur de la division en pixel px, ou en % */
		/* border: 3px solid rgb(255, 255, 255);  Affiche un recangle blanc autor de la division */
		width: 140px;							/* Largeur de la division en pixel px, ou en % */
		position: absolute;
    }
  #langues { 
  		Margin-top: 70px;
		height: 30px;
		width: 140px;
		position: absolute;
    }
  #gauche { 
  		Margin-top: 100px;
		width: 140px;
		position: absolute;
    }
	
  #titre {
  		position: absolute; 
		margin-left: 145px;
		height: 40px;
		width: 800px;
    }
	
  #filtre {
  		position: absolute;
		margin-left: 145px;
		Margin-top: 40px;
		height:60px;
		width: 800px;
    }
  #corps {
		margin-top: 100px;
		margin-left: 145px;
		width: 800px; 
  		position: absolute;   	 
    }
	
  #droite {	
  		/* float:right;  place la fenetre à droite */
		margin-left: 950px;		
		width: 145px;
    }
	
  #pieddepagesup { 		
  		position: absolute;  
		margin-top: 47%;
		width: 1095px;
    }
	
  #pieddepage { 
  		position: absolute;
		margin-top: 50%;
		width: 1095px;
    }
  							
  hp { /*	cv: champs vide permet de tester si les formulaire sont remplis par des robots */
    display: none;
}

  h1 { 
 /*	border-top: 2px solid rgb(102, 0, 0);		Trait supérieur
    border-bottom: 2px solid rgb(102, 0, 0); 	Trait inférieur */
    color: rgb(0, 102, 0);
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    }

  h2 { color: rgb(0, 0, 0);
    text-align: left;
    }

  p { margin-left: 3px;
    margin-right: 3px;
    }

  a { 
 /* border-style: none none outset; 
    border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(51, 51, 255);
    border-width: 1px; 												Ces 3 lignes mettent un trait sous les mots*/
    text-decoration: none;
    width: 8em;
 /*   background-color: rgb(170, 221, 187); 	couleur de fond	*/
    color: rgb(51, 51, 255);
    }

  a:hover { border-style: inset;
    border-width: 1px;
    color: rgb(51, 102, 255);
    }

