* {
	text-align:center;
	color:#020;
	font-size:18px;
}
body{
	background:#f5e5e5;
}
h1,h2,h3,h1 a {
	color:#880;
}
h1{
	font-size:300%;
	font-family: chancery;
}
h2{ 	font-size:120%;}
a {
	text-decoration:none;
	font-weight: bold;
	font-size: inherit;
}
ul{
	margin-bottom:30px;
}
li{
	margin-bottom,margin-top:4px;
	text-align:center;
	list-style-type:none;
}
.zicos li {list-style:none;}

hr{
	margin-top:40px;
	margin-bottom:40px;
	background:#880;
	color:#880;
}
audio {width:130px}
img,video {
	max-width:100%;
	max-height:100%;
	margin-top:8px;
}
a img {filter: grayscale(20%)}
a img:hover {filter: grayscale(0%)}

video,audio {
	border-radius:5px;
}

sup{font-size:80%;} /*les exposant (annÃ©es des dates*/
#vignettes{text-align:center;}
#vignettes figure {
	width:250px;
	display: inline-block;
	break-inside: avoid;
}
#vignettes figure img{width:100%;}
.gros{
	font-size:200%;
	font-family: chancery;
}
#contenu{
	float:left;
	width:70%;
	left:10%;
}
.listCol {
	column-count:3;column-gap:20px;column-rule-width:0px
}
/*Affichage par defaut*/
.colonnes {
	column-count: 3;
	column-width: 33.3333333%;
	margin:0px; padding:0px;
	margin-right:7px;
}
.colonnes *{
	max-width:100%;
}
@media only screen and (min-width: 960px)  {
	.colonnes {
		column-count: 4;
		column-width: 25%;
	}
}
@media only screen and (min-width: 580px) and (max-width: 727px) {
	.colonnes {
		column-count: 2;
		column-width: 50%;
	}
}
@media only screen and (max-width: 579px), (orientation: portrait){
	.colonnes {
		column-count: 1;
		column-width: 100%;
  }
	.listCol {column-count:1;}
        .colonnes img:not(.pasRedim) {width: 100%}
}
.bloc{
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	margin-bottom: 7px;
	padding:4px;
	padding-left:6px;
	border:none;
	border-radius:5px;
	overflow:hidden;
	background:white;
	text-align:center;
	column-break-inside:avoid;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.gauche { 
	float:left; 
	width:35%;
	margin:2%; 
}
.droite { 
	float:right;
	display:block;
	width:40%;
	margin:3%;
}

.home {
	position:fixed; 
	left:0px; 
	top:0px;
	font-size:200%;
}
.piti {
	font-size:70%;
}





