/************************************************************/
/*DOCTYPE css 2.1 avec recommandation //W3C//DTD XHTML 1.0 */
/**********************************************************/


/***************************************************/
/* Définition des titrailles                      */
/*1***********************************************/
h1 {
	text-decoration: none;	
	letter-spacing: 4pt;
	font-size: 18pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal; 
	color: #d0d4de;
	background: #2f2b21;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 1052px) {
	h1 {
		letter-spacing: 3pt;
		font-size: 16pt;	
	}
}
@media screen and (max-width: 905px) {
	h1 {
		letter-spacing: 2pt;
		font-size: 14pt;	
	}
}
@media screen and (max-width: 760px) {
	h1 {
		letter-spacing: 1pt;
		font-size: 12pt;	
	}
}

/*2*************************************************/
h2 {
	text-decoration: none;	
	letter-spacing: 3pt;
	font-size: 16pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
	color: #d0d4de; 
	background: #2f2b21;
	margin: 0;
}
@media screen and (max-width: 1260px) {
	h2 {
		letter-spacing: 2pt;
		font-size: 14pt;	
	}
}
@media screen and (max-width: 1050px) {
	h2 {
		letter-spacing: 1pt;
		font-size: 12pt;	
	}
}
@media screen and (max-width: 955px) {
	h2 {
		letter-spacing: 1pt;
		font-size: 10pt;	
	}
}


/*3*************************************************/
h3 {
	text-decoration: none;	
	letter-spacing: 3pt;
	font-size: 16pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal; 
	color: #F7AF00;
	background: #2f2b21;
	margin: 0;
}
@media screen and (max-width: 1260px) {
	h3 {
		letter-spacing: 2pt;
		font-size: 14pt;	
	}
}
@media screen and (max-width: 1050px) {
	h3 {
		letter-spacing: 1pt;
		font-size: 12pt;	
	}
}
@media screen and (max-width: 955px) {
	h3 {
		letter-spacing: 1pt;
		font-size: 10pt;	
	}
}

/***************************************************/
/* Définition des sélecteurs de classe <class=>   */
/*1***********************************************/
.corps_form {
	font-size: 18pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
}

/*2***********************************************/
.corps_textarea {
	font-size: 18pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
	width: 75%;
}
@media screen and (max-width: 500px) {
	.corps_textarea {
		font-size: 14pt;	
	}
}

/*3***********************************************/
.texte_email {
	font-size: 14pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
}