<!--
body {
	margin: 0;
	background-color: #ffffff;
	background-image: url(graphisme/blossoms.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
}

.conteneur {
	width: 756px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
}

.haut {
	float: right;
	width: 756px;
	height: 50px;
	padding: 10;
	background-color: #ffffff;
	background-image: url(graphisme/titre.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.edito {
	padding: 10;
	width: 756px;
	text-align: justify;
	background-color:#ffffff;
}

.unecolonne {
	padding: 10;
	width: 756px;
	text-align: left;
	background-color:#ffffff;
}

.colonnegauche {
	padding: 10;
	float: left;
	width: 50%;

	text-align: left;
	background-color:#ffffff;
}

.colonnedroite {
	padding: 10;
	float: right;
	width: 50%;
	text-align: left;
	background-color:#ffffff;
}

.date {
	font-family: helvetica;	
	font-weight: bold;
	font-size: 16px;
	color: black;
	text-align: right;
}

.normal {
	font-family: helvetica;	
	font-weight: normal;
	font-size: 12px;
	color: black;
}

.citation {
	font-family: helvetica;	
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
}

.phrase_de_la_semaine {
	font-family: helvetica;	
	font-weight: bold;
	font-size: 20px;
	color: red;
	text-align: center;
}

.titre {
	font-family: helvetica;	
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
	color: black;
	font-style: italic;
}

.image {
	text-align: center;
}

.basdepage {
	font-family: helvetica;	
	font-weight: normal;
	font-size: 12px;
	color: black;
	text-align: center;
}

-->
