body
{ 
	background-color: rgb(245,245,245);
	max-width: 900px;
}

h4
{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: blue;
}

footer 
{ 
	margin-top: 0px; 
	margin-bottom: 0px; 
}

.maree
{
	text-align: center;
}

/*-----------------------------------------------*/
.bouton-vert, .bouton-bleu, .bouton-orange, .bouton-vert2, .bouton-bleu2 
{
    display: block;
	width: 250px;
	margin-left: auto;	
	margin-right: auto;
	font: 20px Arial;
	text-align: center;
	text-decoration: none;
	padding: 6px 6px;
	color: white;
	border: 2px solid rgb(255,128,38);
	border-radius: 12px;
	box-shadow: 2px 2px 3px #999;
	background: rgb(0,128,0);
}

/*-----------------------------------------------*/
.bouton-bleu 
{
	background: rgb(0,149,255);
}

