body
{
   margin: auto; /* Pour centrer notre page */ 
}

#signature
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 25%;
	font-style: italic;
	color: black;
	font-family: georgia, "times new roman", serif;
	font-size: 22px;
	text-align: center;
}

.blog 
{
	text-decoration: none;
	letter-spacing: 2px;
   font-style: normal;
   color: #F58020;
   font-family: futura, "trebuchet MS", arial;
   font-size: 9px;
}

.travaux
{
	text-decoration: none;
	letter-spacing: 2px;
   font-style: normal;
   color: #1EB897;
   font-family: futura, "trebuchet MS", arial;
   font-size: 9px;
}
.propos
{
	text-decoration: none;
	letter-spacing: 2px;
   font-style: normal;
   color: #00AABE;
   font-family: futura, "trebuchet MS", arial;
   font-size: 9px;
}




#en-fr
{
	position: fixed;
	right: 50px;
   	bottom: 50%;
	text-decoration: none;
	letter-spacing: 2px;
	font-style: normal;
	font-family: futura, "trebuchet MS", arial;
	font-size: 8px;
	text-align: right;
}

#en
{
	text-decoration: none;
	font-style: normal;
	color: #CCCCCC;
}

#fr
{
	text-decoration: none;
	font-style: normal;
	color: black;
}

#en1
{
	text-decoration: none;
	font-style: normal;
	color: black;
}

#fr1
{
	text-decoration: none;
   font-style: normal;
   color: grey;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	position:fixed;
	right: 0px;
	left: 0px;
	bottom: 45%;
	padding: 5px;
	text-align: center;
	border-top: 1px solid black;
	background-color: white;
}

.adresse
{
	text-decoration: none;
   font-style: normal;
   letter-spacing: 2px;
   color: black;
   font-family: futura, "trebuchet MS", arial;
   font-size: 9px;
   text-align: center;
}