
div#infos {
	width: 100%;
	font-family: Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 100%;	
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;	
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;	
	border-bottom: 0px;
	border-style: outset;
	border-color: rgb(250,250,250);	
}

div#infos span.separateur {
	color: rgb(100,100,100);
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
}
	
div#infos span#mise-a-jour {
	font-size: 80%;
	color: rgb(100,100,100);
}

div#infos span#design {
	font-size: 80%;
	color: rgb(100,100,100);
}
	
div#infos span#design a#lien, div#infos span#design a#lien:visited {
	color: rgb(100,100,100);
}
	
div#infos span#design a#lien:hover {
	background-color: rgb(250,150,0);
}
	
div#infos span#mentions-legales {
	font-size: 80%;
	color: rgb(100,100,100);
}
	
div#infos span#mentions-legales a#lien, div#infos span#mentions-legales a#lien:visited {
	color: rgb(100,100,100);
}
	
div#infos span#mentions-legales a#lien:hover {
	background-color: rgb(250,150,0);
}