@font-face {
  font-family: chancery;
  src: url('urwChancery.woff') format('woff');
}
@font-face {
  font-family: playtime;
  src: url('playtime.woff') format('woff');
}
@font-face {
font-family: 'Seaweed Script Regular';
font-style: normal;
font-weight: normal;
src: local('Seaweed Script Regular'), url('SeaweedScript-Regular.woff') format('woff');
}
* {
	text-align:center;
	color:black;
	font-size:18px;
}
body{
	background:#fff;
}
h1,h2,h3 {
}
h1{
	font-size:300%;
	font-family: chancery;
}
a {
	text-decoration:none;
	font-weight: bold;
}
ul{
	margin-bottom:30px;
}
li{
	margin-bottom,margin-top:4px;
	text-align:left;
}
.zicos li {list-style:none;}

hr{
	margin-top:40px;
	margin-bottom:40px;
}
audio {width:130px}
img,video {
	max-width:100%;
	max-height:100%;
}
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%;
}
/*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%;
  }
}
.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;
	-moz-column-break-inside:avoid;
	-webkit-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%;
}




