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

a img:link {border:none; background-color: transparent;} 
a img:visited {border:none; background-color: transparent;} 
a img:hover {border:none; background-color: transparent;} 
a img:hover {border:none; background-color: transparent;} 
a:link img {border: none; background-color: transparent;} 
a:visited img {border:none; background-color: transparent;} 
a:hover img {border:none; background-color: transparent;} 
a:hover img {border:none; background-color: transparent;}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#footer {
	height: 70px;
	width: 100%;
	background-color: #FFF;
	margin-bottom: 0px;
	bottom: 0px;
}

.footer-texte {
	width: 1000px;
	height: 40px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding-top: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

.footer-texte a, .footer-texte a:visited {
	color: #882B20;
	text-decoration: none;
}

.footer-texte a:hover {
	color: #882B20;
	text-decoration: underline;
}