@font-face {
  src: local('Lobster'), local('Lobster-Regular'), url(lobster.woff) format('woff');
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
}
* {
	text-align:center;
	color:black;
	font-size:18px;
}
body{
	background:#fff;
}
h1,h2,h3 {
}
h1{
	font-size:300%;
	font-family: cursive;
}
a {
	text-decoration:none;
	font-weight: bold;
}
li{
	margin-bottom:10px;
	text-align:left;
}
ul{
	margin-bottom:30px;
}
hr{
	margin-top:10px;
	margin-bottom:10px;
}
small {font-size:80%;}
sup{font-size:80%;} /*les exposant (annÃ©es des dates*/
audio {width:130px}
img,video {
	max-width:100%;
	max-height:100%;
}
video,audio {border-radius:5px;}


#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: cursive;
}
#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: 1300px)  {
	.colonnes {
		column-count: 5;
		column-width: 20%;
	}
}
@media only screen and (min-width: 1000px)and	(max-width: 1299px)  {
	.colonnes {
		column-count: 4;
		column-width: 20%;
	}
}
@media only screen and (min-width: 580px) and	(max-width: 999px) {
	.colonnes {
		column-count: 3;
		column-width: 33%;
	}
}
@media only screen and (max-width: 579px), (orientation: portrait){
	.colonnes {
		column-count: 1;
		column-width: 100%;
       }
       .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;
	-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; margin:1%; width:35%;
}
.home {
	position:fixed; 
	left:0px; 
	top:0px;
	font-size:200%;
}






