@media only screen and (max-height: 680px), screen and (orientation: portrait), 
 screen and (max-width: 480px) and (min-resolution: 300dpi){ 
	.page{
		width: 100%;
		margin: 0;
	}
	.contenant-haut,
	.content-haut-droit .contenant-droit,
	.content .ephemeride{
		display: block;
		width: 100%;
		margin: 0.4em 0;
		color: #fff;
		text-shadow: 1px 2px 3px #333;
	}
	.content-haut-droit h1{
		color: #fff;
		text-shadow: 1px 2px 3px #333;
	}
	.content .logo img{
		width: 15%;
		height: auto;
	}
	.voletGauche,
	.voletDroit{
		width: 100%;
		float: none;
	}
	/* Menu principal */
	.navbar-front .menu-front li,
	.navbar-front .menu-front li a{
		display: block;
		text-align: center;
	}
	/* Gestion des articles */
	.articles-lstDerniers{
		width: 100%;
		padding: 1em;
		margin: 0.1em;
	}
	.basdePage{
		width: 100%;
		height: auto;
	}
	.sectionsBas{
		display: block;
		width: 100%;
		padding: 5px;
	}
	.basdePage .copyright2{
		width: 100%;
		margin: 0;
	}

	.accueil-front article,
	.accueil-front aside{
		width: 100%;
		float: none;
	}
	.basdePage .copyright2 span.infosmiseaJour{
		padding: 0.3em;
		border:0;
	}
	.basdePage .copyright2:after{
		content: ""; /* On génère une chaine vide */
		display: block;
		clear: both;
	}
	.interCorps2{
		width:100%; 
		margin: 0; 
		padding: 0.1em;
	}
	.interCorps2 .sectionSpirit,
	.interCorps2 .sectionCss,
	.interCorps2 .sectionPhp,
	.interCorps2 .sectionHtml,
	.interCorps2 .sectionSql{
		width: 100%;
		margin: 0 0.1em;
	}
	.interCorps2 .sectionSpirit:after,
	.interCorps2 .sectionCss:after,
	.interCorps2 .sectionPhp:after,
	.interCorps2 .sectionHtml:after,
	.interCorps2 .sectionSql:after{
		content: '';
		display: block;
		clear: both;
	}
	.sectionPropositions .Notebas,
	.interCorps2 .Notebas{
		width: 100%;
		margin: 2.5em auto;
		border-left: 1em solid #265494;
		border-radius: 0.3em;
		background-color: #ecf2fb;
		color: #1b5c46; 
		font-size: 8pt; 
		padding: 5pt;
	}
	.sectionPropositions .Notebas h4,
	.interCorps2 .Notebas h4{
		text-decoration: underline;
	}
	.sectionPropositions .Notebas p,
	.interCorps2 .Notebas p{
		text-align: left;
		text-indent: 0.0cm;
		margin-left: 1.2em;
	}
	.tab-body{
		display: none;
		border: 1px solid #000;
		padding: 1% 2%;
		box-shadow: 2px 1px 5px #000;
		width: 100%;
	}
	/* Affichage des articles */
	.article-affiche .sectionContenuArticle,
	.article-edito .sectionContenu{
		margin: 0;
		padding: 0.21em;
	}
	.article-affiche .sectionContenuArticle p,
	.article-edito .sectionContenu p{
		margin: 1em;
		text-indent: 1.2em;
		text-align: left;
	}
	/* Les Commentaires des articles */
	.article-affiche .zoneCommentaire{
		width: 100%;
		min-height: 250px;
		margin: 0.2em 0.2em;
		padding: 0.4em;
		border-left: 0.1rem solid #7a78ff;
		border-radius: 0.3em;
	}
	.article-affiche .zoneCommentaire h2{
		padding: 0.2em;
		margin: 0.1em 0 0.3em 0.12em ;
		border-bottom: 0.1rem solid #7a78ff;
	}
	.article-affiche .zoneCommentaire .zoneSaisieCommentaire  div{
		display: block;
		padding:0.2em;
		width: 100%;
	}
	.article-affiche .zoneCommentaire .zoneSaisieCommentaire  div input{
		width: 100%;
	}
	.article-affiche .zoneCommentaire .zoneSaisieCommentaire  div  textarea{
		width: 100%;
		resize: none;
	}
	.article-affiche .zoneCommentaire .zoneSaisieCommentaire  div  textarea:invalid{
		border: 1px dashed red;
	}
	.article-affiche .zoneCommentaire .zoneSaisieCommentaire  div  textarea:focus,
	.article-affiche .zoneCommentaire .zoneSaisieCommentaire  div  textarea:valid{
		border: 1px solid lime;
	}
	.article-affiche .zoneCommentaire .btnEnvoi input{
		color: #345;
		background: #c8c8ff;
		padding: 0.1em;
		cursor: pointer;
		border-radius: 0.3em;
	}
	/* Les Onglets */
	.tab-container{
		margin: 0;
		display: block;
	}
	.tab-container:after{
		content: '';
		display: block;
		clear: both;
	}
	.tab-header{
		height: 40px;
		display: inline-table;
		border-bottom: 1px solid #c0dbf1;
		margin: 0.2em 0.1em;
	}
	.tab-header .tab-link{
		margin: 0.3em 0.2em;
		font-size: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* regles CSS */
}