/*********************************************************
  	MISE EN FORME DES BALISES STRUCTURANTES PRINCIPALES
 *********************************************************/

.encadre {
	max-width: 600px;
	min-width: 30px;
	background-color: #FFCA8D;
	border-radius: 10px;
	border: 1px solid black;
	position: relative;
	padding: 5px;
}

/**********************************************
  		   MISE EN FORME DES TITRES
 **********************************************/
 
.principal h1 {
	font-size: 40px;
	color: white;
	background-color: #F97C00;
	border-radius: 20px;
	border: 3px solid black;
	text-align: center;
	position:relative;
}

h2 {
	font-size: 30px;
	color: white;
	background-color: #F97C00;
	border-radius: 10px;
	border: 1px solid black;
	padding-left: 10px;
}