#wrapper {
	margin: 0 auto;
	width: 700px;
	background-color: #791511;
}
#content {
	height: auto;
	width: 680px;
	background-color: #efefef;
	margin-top: 0px;
	padding: 10px;
}
h1 {
	font-size: 16px;
	color: #133763;
	font-weight: bold;
}


.date {
	font-size: 18px;
	font-weight: bold;
	color: #791512;
	text-transform: uppercase;
}

.texte_bleu {
	color: #133763;
}
.texte_blanc {
	color: #FFFfff;
}
.texte_rouge {
	color: #BB2D1B;
}

