/* 
dingbats.css
par Alain BARBIER
février 2021, revu novembre 2025
*/
/*corps du document*/
body {
  background : url(fond.jpg)fixed;
} 
#corps
{
	width:100vw;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, verdana, sans-serif;
	color: white;
	font-size: 1em;
}
header, footer
{
	width:60vW;
	margin-left:20vw;
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	color: white;
	text-shadow:8px 8px 8px grey;
	font-size: 1.4em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
}
.descriptif
{
	font-size: 0.6em;
	text-align: left;
	color: white;
}
section
{
	width:60vW;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, verdana, sans-serif;
	color: white;
	font-size: 1em;
}
.encart
{
	width:60vW;
	height: auto;
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.1em;
	padding-left:5px;
	padding-right:5px;

}
h1
{
	font-family: arial, verdana, sans-serif;
	color: red;
	text-shadow:6px 6px 6px grey;
	font-size: 3em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
}
h2
{
	font-family: arial, verdana, sans-serif;
	color: white;
	text-shadow:4px 4px 4px grey;
	font-size: 1.5em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
	margin-top:0px;
	margin-bottom:20px;
}
h3
{
	font-family: arial, verdana, sans-serif;
	color: white;
	text-shadow:2px 2px 2px grey;
	font-size: 1.2em;
	font-weight: normal; 
	font-style:normal;
	text-align: left; 
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.dingbat
{
	width:60vW;
}
.image
{
	width:30vW;
	margin-left:15vw;
}
.note {
	text-align: center;
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 1500 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:1500px)
{
header, footer
{
	width:65vW;
	margin-left:17vw;
}
section, .encart, .dingbat	
{
	width:65vW;
}	
.image
{
	width:32vW;
	margin-left:16vw;
}	
}	
/*-------------------------------------------------*/
/*-------- pour les écrans < 1100 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:1100px)
{
header, footer
{
	width:70vW;
	margin-left:15vw;
}
section, .encart, .dingbat	
{
	width:70vW;
}
.image
{
	width:35vW;
	margin-left:17vw;
}	
}	
/*-------------------------------------------------*/
/*-------- pour les écrans < 750 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:750px)
{
header, footer
{
	width:80vW;
	margin-left:10vw;
}
section, .encart, .dingbat	
{
	width:80vW;
}
.image
{
	width:40vW;
	margin-left:20vw;
}	
}	
