@charset "UTF-8";
/* CSS Document */

section p.logo
{
	text-align: center;
}

section p.logo a, section p.logo a:hover
{
	border: none;
}

section h1.home
{
	width: 250px;
	margin: 2px auto;
	text-align: center;
	border: none;
}

.boutons
{
	width: 200px;
	margin: 2px auto 5px;
}

.btn1
{
	float: left;
}

.btn2
{
	float: right;
}


