@charset "utf-8";

body, html{
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

.page{
	border: 5px solid #1e5145;
	background: #87e5d0;
	width: 1080px;
	margin: auto;
}

div.titre{
	border: 5px solid #1e5145;
	background: url(../images/titre.jpg) #6fc3b0 184px 9px no-repeat;
	width: 1024px;
	height: 124px;
	margin: auto;
	margin-top: 28px;
}

.titre h1, .citation h2{
	display: none;
}

.corps{
	width: 1034px;
	margin: auto;
	margin-top: 28px;
	margin-bottom: 28px;
}

.contenu{
	border: 5px solid #f16e76;
	width: 838px;
	background: #ffc8cf;
	float: left;
}

.citation{
	background: url(../images/citation.jpg) #fbb1bb 58px 34px no-repeat;
	height: 146px;
	border-bottom: 5px solid #f16e76;
}

.redaction{
	margin: 30px 50px 30px 50px;
	font-size: 14px;
	text-align: justify;
}

.redaction h1{
	font-size: 20px;
}

.navigation, .navigation2{
	width: 155px;
	border: 5px solid #f16e76;
	float: right;
	background: #faa4b1;
}

.navigation2
{
	margin-top: 18px;
}

.fin{
	clear: both;
}

ul{
    margin: 0px;
	padding: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

li.titre{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	list-style: none;
	display: block;
	margin-bottom: 8px;
}

li{
	margin-left: 15px;
}

li a{
	color: #000;
	text-decoration: none;
}

li a:hover{
	text-decoration: underline;
}
