body {margin: 60px;																			/* Propriétés de body */
	margin-top: 30px;																		/* Marges entre éléments */
	margin-bottom: 4%;																	    /* Border : bordure de couleur gris et de taille 1 px */
border: gray 1px;																																
}

header{																						/* Propriétés du header*/
text-align: center;																			
color:gray;																			
font-size: 100%;														         											
clear:both;																					/* clear permet le placement des éléments les uns par rapports aux autres */
height: 20%;}																				/* height et width définissent la proportions d'espace utilisée */


section {margin-left: 2%;																
		margin-right: 2%;
		margin-bottom: 2%;}


a:link{
 color: rgb(165,128,65);	
 text-decoration: none;
}				
		
a:visited {
     color: rgb(165,128,65);
	 text-decoration: none;
     }
	  
a:hover {
     color: black;
	 text-decoration: none;
     }

	
titre1 {color: rgb(159, 96, 0);
	font-size: 250%;																		/* Propriétés des styles */
	padding: 10px;
	padding-left: 5px;
	}



	
titre2 {color: rgb(159, 96, 0);
	font-size: 150%;																		
	padding: 10px;
	padding-left: 5px;
	}


.paragraphe{text-align: justify ;
	}
	
.pteach{text-align: justify ;
	margin-left:4%;
	margin-bottom:1%;
	}



header td ul {																					/* PropriÃ©tÃ©s correspondantes aux li qui sont eux mÃªme dans des li (listes imbriquÃ©s), dans la balise structurantes "nav" */
	display:none;																			/* display: permet de gÃ©rer diffÃ©rents types de boÃ®te, la valeur none qui permet de ne pas afficher un Ã©lÃ©ment */
	}
header td:hover ul {
	display:list-item;
	}
																	

.case{text-align: center;	
	font-size:100%;																					/* Propriété des cases */
	width:15%;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



p{text-align:start}




	
.dropdown {
	color:rgb(165,128,65);
  display: inline-block;
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.2);
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  display: block;
  color: rgb(165,128,65); 
  padding: 5px;
  text-decoration: none;
  background-color: rgb(255,255,255);
}
.dropdown-content a:hover {
  color: #FFFFFF;
  background-color: rgb(127,0,0);
}


a span { /* dÃ©finition de la 
balise <span> inclue dans <a> */
display: none;
}

a:hover span { /* dÃ©finition de 
la balise <span> au survol */
display: inline;
text-align: center;
color: black;
 text-decoration: none;
 background-color: none;
}




figure ::before,
figure ::after {
  content: "";
}

figure > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* basic grid, only for this demo */

.align  {
  clear: both;
  width: 100%;
  max-width: 1170px;
  text-align: center;
}

.align  > li {
  width: 500px;
  min-height: 300px;
  display: inline-block;
  margin: 30px 20px 30px 30px;
  padding: 0 0 0 60px;
  vertical-align: top;
}
