@charset "UTF-8";
body {
	background-color: #A60010;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	
}
#header {
	background-image: url(img/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 216px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}
#main {
	
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#section {
	background-image: url(img/roster.jpg);
	background-repeat: no-repeat;
	height: 239px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -12px;
}

#conteneur {
	width: 700px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
	background-color: #c80501;
	}
	
#content {
	width: 688px;
	margin-left:auto;
	margin-right:auto;
	}	
	
.headline {
	font-size:14px;
	font-style:normal;
	color: #a60010;
	padding-left: 5px;
	}	
	
.newscontent {
	background-position: center;
	letter-spacing: normal;
	text-align: left;
	text-indent: 3px;
	word-spacing: normal;
	white-space: normal;
	padding-left: 5px;
}

#footer {
	background-image: url(img/footer.jpg);
	margin-left:auto;
	margin-right:auto;
	height: 25px;
	width: 700px;
	}
