/* couleur de fond de toutes les pages */
body
{
	--background-color: grey;
	background:url(blue.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

input
{
	color: black;
	background-color: white;
	border: 1px ridge grey;
	text-align: center;
	vertical-align: middle;
 	border-radius: 5px;
	-webkit-border-radius:5px;
 	-moz-border-radius: 5px;
}

img.support
{
	background-size: cover;
	background-image: url("./bulle.png");
	padding : 50px;
}


