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

body{
	text-align:left;
}

#entete, #vignettes{
	text-align:center;
}

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

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

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


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

.lien-actif{
	font-weight:bold;
	background-color:#006699;
	color:#fff;
}
