/************************************************************/
/*DOCTYPE css 2.1 avec recommandation //W3C//DTD XHTML 1.0 */
/*Refonte du 01/10/2020									  */
/*Styles de la zone d'entête 						     */
/********************************************************/

/*****************************************************/
/* Définition des marqueurs de police sur les liens */
/*1*************************************************/
a:link {
	text-decoration: none;
	color: #d0d4de;}

a:visited {
	text-decoration: none;
	color: #b3bfbd;
}

a:active {
	text-decoration: none;
	color: #b3bfbd;
}

a:hover {
	text-decoration: none;
	color: #ddcda6;
}


/***************************************************/
/* Définition du container Entête                 */
/*1***********************************************/
.BDentete {
	background-color: #FFFFFF;
	overflow: hidden;
	width: 100%;
}

/*2***********************************************/
.BDentete-haute	{
	overflow: hidden;
}
	
/***************************************************/
/* Définition du logo d'Entête gauche            */
/*1***********************************************/
#BDentete_logo 	{
	float:left;
	text-align: center;
}

/*2***********************************************/
#BDentete_img-logo {
	width: 70px;
	margin-left: 1px;
	margin-right: 1px;
	border: "0";
}
@media screen and (min-width: 410px) {
	#BDentete_img-logo {
		width: 110px;
		margin-left: 5px;
		margin-right: 5px;
	}
}	
@media screen and (min-width: 650px) {
	#BDentete_img-logo {
		width: 136px;
		margin-left: 7px;
		margin-right: 7px;
	}
}	
@media screen and (min-width: 800px) {
	#BDentete_img-logo {
		width: 180px;
		margin-left: 9px;
		margin-right: 9px;
	}
}

/***************************************************/
/* Définition ddu logo d'Entête centrale          */
/*1***********************************************/
#BDentete_titre	{
	top: 0px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1pt;
	font-size: 14pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 0px;  
}
@media screen and (min-width: 430px) {
	#BDentete_titre	{
		letter-spacing: 2pt;
		font-size: 18pt;	
		margin-top: 8px;
	}
}
@media screen and (min-width: 650px) {
	#BDentete_titre	{
		letter-spacing: 3pt;
		font-size: 22pt;	
		margin-top: 11px;
	}
}
@media screen and (min-width: 800px) {
	#BDentete_titre	{
		letter-spacing: 4pt;
		font-size: 28pt;	
		margin-top: 15px;
	}
}


/*2*************************************************/
#BDentete_activites	{
	text-align: center;
	text-decoration: none;
	letter-spacing: 1pt;
	font-size: 9pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 0px;
}
@media screen and (min-width: 430px) {
	#BDentete_activites {
		letter-spacing: 1pt;
		font-size: 12pt;	
		margin-top: 6px;
	}
}
@media screen and (min-width: 650px) {
	#BDentete_activites {
		letter-spacing: 2pt;
		font-size: 15pt;	
		margin-top: 8px;
	}
}
@media screen and (min-width: 800px) {
	#BDentete_activites {
		letter-spacing: 3pt;
		font-size: 18pt;	
		margin-top: 10px;
	}
}

/*3*************************************************/
#BDentete_resoc	{
	text-align: center;
	text-decoration: none;	
	font-size: 14pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/*4***********************************************/
.img-logo_resoc {
	width: 20px;
	border: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}