body{
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
}

/*footer*/
.footer{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000;
margin:0;
padding:5px;
text-align: center;
border: none;
}
.lienSuppFooter ul{
	display: inline;
}
.lienSuppFooter li{
margin-left:2px;
margin-right:2px;
display: inline;
list-style-type: none;
/*border-left:1px solid silver;*/
}
.lienSuppFooter a{
	margin:0;
	padding:0;
	color: #000;
	text-decoration: none;
}
.lienSuppFooter a:hover{
text-decoration: underline;
}
.lienSuppFooter .licence,
.lienSuppFooter .webmaster{
border-left:1px solid #000;
border-right-width: 1px;
color: #silver;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
text-decoration: none;
}
