@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	font-family: "Tahoma", Arial;
	color: #92708a;
	margin: 0px;
	background-color: #561f53;
}

img {
	border: 0px;
}

h1 {
	height: 259px;
	margin: 0px;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 50px;
	color: #FFFFFF;
	font-family: "Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 25px;
	background-image: url(images/puce.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

h3 {
	margin-top: -3px;
	margin-bottom: 7px;
	color: #c55d04;
	font-size: 11px;
}

br {
	line-height: 10px;
}

div.article img {
	float: left;
}

div.article {
	position: relative;
	margin: 0px;
	padding: 10px;
	text-align: justify;
	font-size: 11px;
	border-bottom: 1px solid #543859;
	border-top: 1px solid #543859;
	background-color: #3c1a34;
	width: 600px;
	background-image: url(images/article_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

div.prelude {
	padding: 15px 10px 15px 10px;
	text-align: justify;
	font-size: 11px;
	text-indent: 12px;
	border-top: 1px solid #543859;
	border-bottom: 1px solid #543859;
	background-color: #3c1a34;
	width: 600px;
	background-image: url(images/article_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.premiere_lettre {
	margin-left: 12px;
}