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

* {
	margin:0;
	padding:0;
}

body {
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-color: #dfd9d2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.adresse {
	position:absolute;
	bottom:1%;
	color:#CCCCCC;
	font-family: Century Gothic, Avant Garde, Arial;
	font-size:10px;
	margin-left: 10px;
}

body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, Arial;
	font-size: 12px;
}

.texte_news {
	text-align:justify;
	margin-top:0px;
	margin-left:14px;
	padding-left:6px;
	border-left: 1px dotted #999999;
}