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

#footer
{
	clear:both;
	width:900px;
	margin:auto;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:5px solid #67811d;
}

#texte_footer
{
	background-color:#67811d;
	padding:2px 10px 2px 0px;
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	text-align:right;
}

#texte_footer a
{
	color:#FFFFFF;
}

