<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  CSS for Gustave Home Pages 
  (c) eclos@free.fr 2004 -&gt; aujourd'hui
  2019, refonte pour l'adaptation au support
*/
@charset "UTF-8";

@font-face {
  font-family: Kingston;
  font-style:  normal;
  font-weight: normal;
  src: url(KINGSTON.eot);
  }

:shell{
	--backColor:#F2F1F6;
}
html,body {
	height: 100%;
    width: 100%;
	margin:0;
	padding:0;
	scrollbar-face-color:#EBEBEB;
	scrollbar-3dlight-color:#D2691E;
	scrollbar-darkshadow-color:#E3E3E3;
	scrollbar-arrow-color:#D2691E;
	scrollbar-track-color:#D1D1D1;
	}
html{
	/* le motif d'arriÃ¨re plan */
	background-color:var(--backColor);

	/*
		background: url(https://www.alsacreations.com/xmedia/tuto/exemples/extensible/demo-css/image/bg.jpg) no-repeat center fixed;
		*/
	background-image: url(img/fond-site.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;

	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisÃ©e */
	cursor:url("res/pinceau.cur"), auto;
	}
	
.footer{
	}
	
  
.header{
	position:fixed;left:0;right:0;top:0;
	height:120px;
	background-color:rgba(255, 255, 255, 0.90);
	display: none;
	}
.header__title{
	display: block;
    overflow: auto;
    position: relative;
	height:60px;
	padding:0 25px;
	text-align: center;
	background-color:rgba(48, 63, 159, 0.14);
	color:#000000; 
	_font-family:Arial; 
	_font-size:14px;
	}
.header__title p{
	_display: inline-block;
	line-height: 0.45em;
	font-weight:bold;
	text-align: center;
	}
.header__title#moins{ display: none;}
.header__title#plus{ display: block;}

.header__logo{
	font-weight:bold;
	padding:0 25px 0 0;
	float:right; 
	_background-color:#303f9f;
	_margin-top:-40px;
	}
.header__logo img{
	height:60px;
	border:0;
	float:right; 
	_background-color:#303f9f
	}

/* L'icÃ´ne hamburger, en utilisant le box-shadow */
.header__icon {
	position: relative;
	display: block;
	float: right;
	width: 40px;
	height: 60px;
	padding:0 0 0 10px;
	cursor: pointer; 
	background-color:#CCC;
	background-image: url('img/vichy.webp');
	background-repeat: repeat;

}
.header__icon:after { /* les trois traits horizontaux */
	content: '';
	position: absolute;
	display: block;
	width: 1rem;
	height: 0;
	top: 8px;
	left: 15px;
	box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; 
}
.header__icon:before { /* l'indication MENU */
	content: 'MENU';
	position: absolute;
	bottom: 3pt;
	display: block;
	font-size: 8pt;
	color:#000000; 
}
/*
.menu{
	float:right; 
	padding:0 25px;
	margin-right:25px;
	line-height:66px;
	background-color: rgba(0, 0, 255, 0.25);
	}
.menu a{
	_line-height: 1.1em;
	padding:0 10px;
	text-decoration:none;
	color:inherit;
	}
.menu a:hover{color:#c6ff00} 
.menu img{
	width:24px;
	border:0;
	vertical-align: middle; 
	}
*/

.side_menu {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 60px;
	bottom: 0px;
	width: 180px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	
	background-color: rgba(255, 255, 255, 0.86);
	background-image: url('img/vichy.webp');
	background-repeat: repeat;
	
	/* Le menu collÃ© Ã&nbsp; droite est masquÃ© grÃ¢ce Ã&nbsp; un transform */
	-moz-transform:translateX(250px);
	-ms-transform:translateX(250px);
	-webkit-transform:translateX(250px);
	transform:translateX(250px);
	}
	
.side_menu.visible { /* pas d'espace pour prendre en compte les deux */
	position: -webkit-sticky !important;
	position: sticky !important;
	/*top: 40px;*/
	/*bottom: 0px;*/
	height:auto;

	-moz-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-webkit-transform:translateX(0px);
	transform:translateX(0px);
}

/* Un lien par ligne */
.side_menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.side_menu li {
	margin-left:8pt;
	
	}
.side_menu a {
	display: inline-block;
	text-decoration:none;
	color:inherit;
	height: 40px;
	line-height: 40px;
	text-align: left;
	/*border-bottom: 1px solid #303f9f; */
	}
.side_menu a:hover{color:#c6ff00}
.side_menu a:visited{color:black; text-shadow: 6px 6px 10px black;}

.PageLayout{
  height:100%;
  width:100%;
  
  color:#1809BB; 
  font-family:Verdana, Arial; 
  font-size:12px; 
  font-weight:normal;
  border:inset 1 white;
  padding:2 6 3 6;
  }
  
.ContentLayout{
  height:100%;
  width:21cm;
  margin:5 0 5 0;
  

  }
  
A:link {
	color : #0000EE;
}
A:visited {
	color : #551A8B;
}
A:active {
	color : #FF0000;
}

P {
  font-weight:bold; 
  font-family:"Century Schoolbook,Arial Narrow,Helvetica";
  text-align:justify;
  }
  
  
.GustVie{
  color:black;
  background-color:rgba(255, 255, 255, 0.45);
  font-size:14pt;
  font-weight:bold; 
  font-family:"Century Schoolbook,Arial Narrow,Helvetica";
  text-align:justify;
  padding-top:12pt;
  padding-right:8pt;
  padding-bottom:16pt;
  padding-left:8pt;
  }
.GustVie .figureStart{ /* aligne l'image Ã&nbsp; gauche */
  padding-right:6pt;
  float:left;
  }
.GustVie .figureEnd{ /* aligne l'image Ã&nbsp; droite */
  padding-left:6pt;
  float:right;
  }
  
.GustExpo, .GustCitation, .GustPays{
  background-color:rgba(255, 255, 255, 0.45);
  padding-top:12pt;
  padding-right:8pt;
  padding-bottom:16pt;
  padding-left:8pt;
  }
  
.LETTRINE {
  font-family:"Kingston,Century Schoolbook,Arial Narrow,Helvetica";
  font-size:150%;
  color:red;
  background-color:transparent;
  }
  
.CITATION { 
  text-align:justify;
  }

.SIGNATURE {
  font-weight:bold;
  font-size:175%;
  }

a[name] {
  visibility:hidden;
  }
  
.RefOeuvre {
  font-style: italic;
  cursor: pointer;
  }
  
/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  -moz-border-radius-bottomleft:9px;
  -moz-border-radius-topright:9px;
  width:250px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}

.GustExpo table#choix{
}
.GustExpo table#choix td:nth-of-type(1){ /* le TD qui contient l'image de l'artiste et du modÃ¨le */
	padding-right:1em;
}
.GustExpo table#choix td:nth-of-type(2){ /* le TD qui contient le sÃ©lecteur */
	/*padding-right:1em;*/
}

.GustPays img#musCourbet {
	padding: 5px;
	float:right;
}

.GustBiblio #biblio{
	width:96%;
	max-width:521px;
	border-image: url(http://www.gustave-courbet.fr/img/cahierSpirales.png) round; /* 521x47,38,52 */
	border-image-slice: calc(34%) calc(10%) calc(41%) calc(10%) fill;/* top right bottom left */
	border-image-width: 50px;
}
.GustBiblio #biblio #header{
	height:47px; text-align: -webkit-center; display:table-cell; vertical-align: middle; padding-bottom:6px;
}
.GustBiblio #biblio #footer{
	height:47px; text-align: -webkit-center; display:table-cell; vertical-align: middle; 
}
.GustBiblio #biblio #body{
	padding-left:40px;  /* col de reliure */
	padding-right:11px; /* col de bord droit */
}
.GustBiblio #biblio table{
	width:100%;
}

/*
 * 480, 600, 768, 1024
 * 
*/

@screen-s-max:    20em;         /* 320px  */
@screen-min:      20.063em;     /* 321px  */
@screen-max:      40em;         /* 640px  */
@screen-m-min:    40.063em;     /* 641px  */
@screen-m-max:    64em;         /* 1024px  */
@screen-l-min:    64.063em;     /* 1025px  */
@screen-l-max:    90em;         /* 1440px  */
@screen-xl-min:   90.063em;     /* 1441px  */
@screen-xl-max:   120em;        /* 1920px  */
@screen-xxl-min:  120.063em;    /*  1921px  */

@portrait: ~"(orientation:portrait)";
@landscape: ~"(orientation:landscape)";

/*
@xs: ~"(max-width: @{screen-s-max})";
@small: ~"(min-width: @{screen-s-max}) and (max-width: @{screen-max})";
@medium: ~"(min-width: @{screen-m-min}) and (max-width: @{screen-m-max})";
@large: ~"(min-width: @{screen-l-min}) and (max-width: @{screen-l-max})";
@xl: ~"(min-width: @{screen-xl-min}) and (max-width: @{screen-xl-max})";
@xxl: ~"(min-width: @{screen-xxl-min})";
*/

@media screen and (max-width: 760px) {
	.header__icon:after { /* pour rÃ©gler les css - debug only - */
		box-shadow: 0 10px 0 1px green, 0 16px 0 1px green, 0 22px 0 1px green;
	}

	html,body{
		font-family:Roboto;
		font-size:16px;
		line-height:1.4;
		height:100%;
		margin:0;
		padding:0;

	}
	
	.ContentLayout{
		height:100%;
		width:100%;
		margin:0 0 0 0;
	}	
	
	.header { _position: static; height:60px; }
	.header__logo{
		padding:0;
		}
	
	/* Le menu collÃ© Ã&nbsp; gauche est masquÃ© grÃ¢ce Ã&nbsp; un transform */
	/*.menu {
		position: absolute;
		right: 0;
		top: 60px;
		bottom: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background-color: rgba(0, 0, 255, 0.25);
		width: 250px;
		-moz-transform:translateX(250px);
		-ms-transform:translateX(250px);
		-webkit-transform:translateX(250px);
		transform:translateX(250px);
		}*/
	/* Un lien par ligne */
	/*.menu a {
		  display: block;
		  height: 40px;
		  text-align: center;
		  line-height: 40px;
		  border-bottom: 1px solid #303f9f; 
		}
		*/
		

}

@media screen and (max-width: 640px) {
	/*html,body{background-color:rgb(0, 255, 255); } */
	.header__icon:after { /* pour rÃ©gler les css - debug only - */
		--ham-color: rgb(0, 255, 255);  /* sky blue */
		box-shadow: 0 10px 0 1px var(--ham-color), 0 16px 0 1px var(--ham-color), 0 22px 0 1px var(--ham-color);
	}

	
	.PageLayout{ /* free space for the consice header menu */
		margin-top: 40px
	}
	.PageLayout &gt; tbody &gt; tr:first-child { /* dismiss the legacy header menu*/
		display:none;
	}
	
	.header{ /* display the concise header menu */
		display:block;
	}
	
	/*.side_menu { width: 350px; }*/

	.GustExpo table#choix form{ /* le FORM qui contient le sÃ©lecteur */
		width:205px;
	}
	.GustExpo table#choix select{ /* le sÃ©lecteur */
		width:100%;
	}

}

@media screen and (max-width: 480px) {
	.header__icon:after { /* pour rÃ©gler les css - debug only - */
		box-shadow: 0 10px 0 1px blue, 0 16px 0 1px blue, 0 22px 0 1px blue;
	}

	/* hide the long title and show the short title */
	.header__title#plus   { display: none;}
	.header__title#moins { display: block;}	
	
	.GustExpo table#choix img#illustration { /* 240x205 */
		display:block;
		width:180px;
	}
	.GustExpo table#choix form{ /* le FORM qui contient le sÃ©lecteur */
		width:190px;
	}

	.GustPays div#cartes{
		width:100%;
		border:1px solid #336; 
		position: relative; /*pour positionner les enfants relativement Ã&nbsp; ce parent */
	}
	.GustPays img.imgFrance{
		width:100%;
	}
	.GustPays img.imgFrancheComtÃ©{
		position: absolute;
		top:0px; left:0px;
		width:60%;
	}
	.GustPays img.imgOrnans{
		position: absolute;
		right:0px; bottom:0px;
		width:60%;
	}

	.GustBiblio {
	}

}

@media screen and (max-width: 420px) {
	/*
 	 *  used by ordiphones screens to display concise view
	 */
	
	.header__icon:after { /* pour rÃ©gler les css - debug only - */
		box-shadow: 0 10px 0 1px yellow, 0 16px 0 1px yellow, 0 22px 0 1px yellow;
	}
	
	.header__title{ padding:0;}
	
	.GustVie img[alt="L'atelier du peintre"]{
		width:100%;
	}
	
	.GustExpo table#choix img#illustration { /* 240x205 */
		display:block;
		width:105px;
	}
	
	
	.GustBiblio #biblio img#cover{
		width:80%;
	}

}

@media screen and (max-width: 360px) { /* orange (de 321 Ã&nbsp; 360) Ã©cran 5â€ Ã&nbsp; 6â€ style MI5 */
	.header__icon:after { /* pour rÃ©gler les css - debug only - */
		box-shadow: 0 10px 0 1px orange, 0 16px 0 1px orange, 0 22px 0 1px orange;
	}
}

@media screen and (max-width: 320px) { /* Ã©cran &lt; 4,7â€ (i-chose) */
	.header__icon:after { /* pour rÃ©gler les css - debug only - */
		box-shadow: 0 10px 0 1px lime, 0 16px 0 1px lime, 0 22px 0 1px lime;
	}

	.header{
		padding-right:77px;
	}
	.header__title{ 
		font-size:80%;
	}
	.header__logo img{
		right:0px;
		position: absolute;
		clip: rect(0px,154px,60px,77px); /* clip to show only 50% right of image */
		/*background-clip: padding-box;*/
	}

	.GustExpo table#choix img#illustration { /* 240x205 */
		display:none;
	}
	
}
@media screen and (max-width: 230px) {
	.header__icon:after { /* pour rÃ©gler les css - debug only - */
		box-shadow: 0 10px 0 1px red, 0 16px 0 1px red, 0 22px 0 1px red;
	}
	/* only the short title and the hamburger menu */
	.header{ padding-right:0px;	}
	.header__logo img{	display:none; }
}
</pre></body></html>