
/* Feuille de styles pour le site Creations KaoosticOcean */

body{
	text-align:center;
}

h2{
font-family: 'Itim', cursive;
}

p{
font-family: 'Roboto', sans-serif;
}

ul li{list-style-type:none;}

img{
	max-width: 100%;
  	height: auto;
}

.exemple img{
	width: 100%;
  	max-width: 400px;
  	height: auto;
}

footer{
	font-size:85%;
	border-top:dashed gray;
}

#vignettes img{
	width : 150px; height: 150px; object-fit: cover;
	border:#006699 medium solid;
}