/* Jack : css 03 : format GRAND SMART */
/* 3ième fichier d'une cascade de smart vers Desktop */
/*  */
/*  */
@media screen and (min-width: 481px) {
body{
		font-size: 11pt;
	}
	h6{
		background-position: 2px 2px;
	}
	/* ======================================= */
	/* ============ Que pour Tests =========== */
	/* ======================================= */
	/* la section pour afficher la largeur */
	.affichagelargeurpage{
		background-color: lightblue;
	}
	/* ======================================= */
	/* ============ Que pour Tests FIN ======= */
	/* ======================================= */
	/*  */

	/*  */
	/* ================= Le HAUT de Page ======== */
	/*  */
	#pageheader{
		height: 135px;
	}
	.titreimage{
		max-height: 120px;
		max-width: 80%;
	}

	/*  */
	/*  */
	/* ================= Logo du site */
	/*  */
	/* == class de l'image logo ========== */
	/* == lié à la taille de pageheader == */
	.logosite{
		height: 45px 
	}
	/*  */
	/* ================================= MAIN === */
	/* === ! voir height de pageheader fixe ! === */
	main{
		margin-top: 135px;
	}
	/* */

	/* */
	/* ================================= NAV =======*/
	/* */

	/* */
	/* ================================= NAV FIN ===*/
	/* */
	/* */
	/* ========== le bouton "burger" ======= */
	/* */
	/*  */
	/* ========== le bouton "burger" FIN === */
	/*  */
	/*  */
	/* ================= Les SECTIONS ======== */
	/*  */
	/* == section 50 % */
	.section50pc{
		float: left;
		width: 100%;
	}
	/* == section 50 % fin*/

	/* */
	/* == sections GAUCHE DENSE === */
	/* */
	.section_1_4_droitdense{
		padding: 4px;
	}
	/* */
	/* == sections GAUCHE DENSE FIN */
	/* */

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

	/*  */
	/* ================= Les SECTIONS FIN ===== */
	/*  */
	/*  */
	/* ================= Les ARTICLES ======== */
	/*  */
	.article4parligne{
		max-width: 49%;
		margin-right: 1%
	}
	/*  */
	.article6parligne{
		max-width: 49%;
		margin-right: 1%;
		min-height: 200px;
	}

	/*  */
	/* ================= Les ARTICLES FIN ====== */
	/*  */
	/* */
	/* ============================ IMAGES ==== */
	/* */
	/* Images directement en section */
	.img4parsection{
		max-width:48%;
	}
	.img6parsection{
		max-width:48%;
	}
	/* */
	/*  */
	/* ============= Les types LISTES === */
	/*  */
	/*  */
	/* ============= Les types LISTES FIN === */
	/*  */
	/*  */
	/* ============= Icone GO TOP */
	/*  */
	/*  */


/* === Jack : css 03 : FORMAT TABLETTE FIN ===*/
}
