@charset "utf-8";
div.planchex3{
	width:335px; /* plage de gauche : 2 miniatures de large 145x2 + ascenseur */
	margin-top:0px;
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-content:flex-start;
	flex-shrink:1;
	height:725px; /*83%;*/
	overflow-y:hidden; /*auto;*/
 	scrollbar-width:thin;
	scrollbar-color:#369 white;
	}
	div.planchex3 p{
	position:fixed;
	text-align:center;
	}
div.pelloche{
	height:145px; width:158px;
	background:url("./pelloche.gif");
	}
div.pelloche img.min{
	height:96px; width:144px; margin:24px 7px;
	}
/* div.pelloche img.min:oncontextmenu{
	return:false;
	} */
div.pelloche img.max{
	display:none;
	}
div.pelloche img.min:hover+img.max{
	border:5px solid white;
	position:fixed; top:160px; left:337px;
	display:block;
	margin:auto;
	max-height:70%; width:auto;
	object-fit:contain;
	}
div.pelloche p{
	display:none;
	}
div.pelloche img.min:hover+p{
	position:fixed; left:337px;	bottom:40px;
	display:block;
	margin:auto;
	font-weight:1000;
	}
div.affichage{/* plage d'affichage à droite */
	width:600px; height:600px;
	margin: auto; margin-top:63px;
/*	background: left/cover url("./pcontact.jpg");*/
	border: solid black;
/*	display:flex;
	flex-flow:row nowrap;
	flex-shrink:1;	*/
	align-content:center;
	justify-content:center;
	overflow:auto; /* ascenseur si besoin */
	}
	
/*	
div.sujet{
	display:none;
*/
