h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	font-weight:bold;
	margin: 0%;
	font-variant:small-caps;
	color:maroon;
}


 H2 {
   font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:bold;
	margin: 0%;
	font-variant:small-caps;
	color:maroon;
}

BODY {
	  
  font-family:"Times New Roman", Times, serif ;
  color: black;
  }
 
 div.encadre {
	border: 1px solid black;
	width: 600px;
}

div.titre {
	visibility: hidden;
	height: 0px;}
	
.police_reduite {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	}	
	
.classic_couleur {
	font-family: "Times New Roman", Times, serif;
	color: maroon;
	font-variant: small-caps;
}

.classic_couleur_gras {
	font-family: "Times New Roman", Times, serif;
	color: maroon;
	font-weight:bold;
	font-variant: small-caps;
}

.classic_couleur_normal {
	font-family: "Times New Roman", Times, serif;
	color: maroon;
	font-variant:normal;
}

.classic_noir {
	
  font-family:"Times New Roman", Times, serif ;
  font-weight: bold;	
  color: black;
}

A {
   text-decoration:underline; 
}

A:hover {
  color: Navy;
  text-decoration:none;
}

.description_arcane_tableau {
	border: 3px solid rgb(132, 115, 41); 
	text-align: left; 
	background-color: rgb(255, 255, 255); 
	width: 726px; 
	height: 232px;
	padding: 10px;
	
}

.mini_tableau {
	border: 2px solid rgb(132, 115, 41); 
	text-align: left; 
	background-color: rgb(255, 255, 255); 
	padding:10px;
	color: maroon;	
	}

.description_arcane_titre {
	font-family: "Times New Roman", Times, serif;
	color: maroon;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	font-variant: small-caps;
}

.description_arcane_sous_titre {
	font-family: "Times New Roman", Times, serif;
	color: maroon;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

.justifie {
	text-align: justify;
}


