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

/***************************************************/
/* Définition des titrailles                      */
/*1***********************************************/
h1 {
	text-decoration: none;	
	letter-spacing: 1pt;
	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: 1pt;
		font-size: 16pt;	
	}
}
@media screen and (max-width: 905px) {
	h1 {
		letter-spacing: 1pt;
		font-size: 14pt;	
	}
}
@media screen and (max-width: 760px) {
	h1 {
		letter-spacing: 1pt;
		font-size: 12pt;	
	}
}

/*2***********************************************/
h2 {
	text-decoration: none;	
	letter-spacing: 1pt;
	font-size: 18pt;	
	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: 1pt;
		font-size: 16pt;	
	}
}
@media screen and (max-width: 1050px) {
	h2 {
		letter-spacing: 1pt;
		font-size: 14pt;	
	}
}
@media screen and (max-width: 955px) {
	h2 {
		letter-spacing: 1pt;
		font-size: 12pt;	
	}
}
@media screen and (max-width: 745px) {
	h2 {
		letter-spacing: 1pt;
		font-size: 10pt;	
	}
}

/*3***********************************************/
hr {
	margin-left: -30px;
}

/***************************************************/
/* Définition des sélecteurs de classe <class=>    */
/**1************************************************/
.presse_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: -2px;
	display: grid;
	grid-template-columns: 10% 80% 10%;
	white-space: normal;
}

/*2***********************************************/
.presse_corps {
	width: 100%;
	background-color: #2F2B21;
	text-align: justify;
	text-decoration: none;
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
	color: #d0d4de;
	margin-top:10px;
}
.presse_corps ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 5px;
}

/*3************************************************/
.presse_rubs {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.presse_rubs ul li {
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14pt;
}

/*4************************************************/
.presse_img{
	text-align: center;
	padding: 1%;
}
.presse_img img{
	width: 55%;
}

/*5*************************************************/
.presse_signature {

	float:left;
	width: 100%;
	height:64px;
	border-top: 1px solid #666666;
    text-align: center;
	text-decoration: none;	
	letter-spacing: 2pt;
    font-size: 12pt;	
	font-family: MyriadPro, MyriadPro-Regular;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}