@CHARSET "UTF-8";

@font-face {
	font-family: "Gabriola";
	font-style: normal;
	src: url('../font/GABRIOLA.TTF') format('truetype');
}

@font-face {
	font-family: "Gabriola";
	font-style: bold;
	src: url('../font/GABRIOLA.TTF') format('truetype');
}


body {
	margin-top:50px;
	font-family: Gabriola;
	font-weight:normal;
	font-size : 2em;
	margin-bottom:5%;
	background-color:#F0CEFB;
}

#titre {
	color: purple;
	font-weight:bold;
	text-align:center;
}

.vertical-align{
	display:flex;
	align-items:center;
}
.bleu{
	color:blue;
}
.red{
	color:red;
}

.menuliste{
	font-size:0.8em;
}

.icone {
    display: inline-block;
}
.ico {
    line-height: 50px;
    vertical-align: middle;
}
