/* Jack : css 05 : format DESKTOP */
/* 5ième fichier d'une cascade de smart vers Desktop */
/*  */
/* rupture classique à 769 */
/*  */
@media screen and (min-width: 1100px) {
		body{
		/* Taille caractères de base Desktop */
		font-size: 12pt;
		/* ========================= */
	}
/*  */
	/* ======================================= */
	/* ============ Que pour Tests =========== */
	/* ======================================= */
	/* la section pour afficher la largeur */
	.affichagelargeurpage{
		background-color: white;
	}
	/* ======================================= */
	/* ============ Que pour Tests FIN ======= */
	/* ======================================= */
	/*  */

	/*  */
	/* ================= Le HAUT de Page ======== */
	/*  */
	#pageheader{
		height: 230px;
	}
	/*  */
	/* ================= Logo du site */
	/*  */
	/* == class de l'image logo ========== */
	/* == lié à la taille de pageheader == */
	.logosite{
		height: 55px 
	}
	.titreimage{
		max-height: 210px;
		max-width: 80%;
	}
	/*  */
	/* ================================= MAIN === */
	/* === ! voir height de pageheader fixe ! === */
	main{
		margin-top: 230px;
	}
	/* */

	/* */
	/* ================================= NAV =======*/
	/* */
	nav ul li a{
		
		padding: 2px 8px 2px 5px; 
	}

	/* */
	/* ================================= NAV FIN ===*/
	/* */
	/* */
	/* ========== le bouton "burger" ======= */
	/* */
	/*  */
	/* ========== le bouton "burger" FIN === */
	/*  */
	/*  */
	/* ================= Les SECTIONS ======== */
	/*  */

	/*  */
	/* ============= section Horizontale */
	/*  */
	.sectionhorizontale{
		width: 96%;
		margin: 0 2% 0 2%;
	}
	.sectiondceues{
		width: 80%;
		margin: 0 10% 0 10%;
	}
	.sectiontribune{
		width: 76%;
		margin: 0 12% 0 12%;
		padding: 5px 5px 5px 5px;

	}
	/*  */
	/* =============== section_blog */
	/*  */
	.section_blog_gauche{
		width: 30%;
	}
	.section_blog_centre{
		width: 51%;
	}
	.section_blog_droit{
		width: 18%;
		margin-top: 40px
	}
	/*  */
	/* == section_blog FIN */
	/* */
	/* */
	/* == sections GAUCHE DENSE === */
	/* */
	.section_3_4_gauchedense{
		float: left;
		width: 80%;
	}
	.section_1_4_droitdense{
		float: right;
		width: 18%;
		margin-right: 5px;
		margin-top: 5px; /* selon hauteur txt 3/4 gauche */
	}
	/* */
	/* == sections GAUCHE DENSE FIN */
	/* */
	/* == section 50 % */
	.section50pc{
		float: left;
		width: 48%;
	}
	/* == section 50 % fin*/
	/*  */


	/*  */
	/* =================== section Footer */
	/*  */

	/*  */
	/* ================= Les SECTIONS FIN ===== */
	/*  */
	/*  */
	/* ================= Les ARTICLES ======== */
	/*  */
	.article6parligne{
		max-width: 16%;
		margin-right: 0.6%;
		min-height: 20px;
	}

	/*  */
	/* ================= Les ARTICLES FIN ====== */
	/*  */
	/* */
	/* ============================ IMAGES ==== */
	/* */
	/*  */
	.img6parsection{
		/* pour index urgence rester en 3 par ligne  */
		/* max-width:16%;
		margin:2px 4px 10px 2px; */
		
	}
	/*  */
	/* ============= Les types LISTES === */
	/*  */

	/*  */
	/* === TypeListe01 pour Droit dense === */
	/*  */
	.section_1_4_droitdense .TypeListe01_ul{
		list-style: none; 
		margin-left: 2px;
		padding-left: 0px;
	}
	.section_1_4_droitdense .TypeListe01_ul li{
		float: none;
		font-size: 0.8em;
	}
	/*  */
	/* === TypeListe01 pour Droit dense FIN */
	/*  */
	/*  */
	/* ============= Les types LISTES FIN === */
	/*  */
	/*  */
	/* ============= Icone GO TOP */
	/*  */
	/*  */

/* === Jack : css 05 : FORMAT DESKTOP FIN ===*/
}
