@charset "utf-8";
/* CSS Document */
body {
	background: #42413C;
}
.header {
	width: 1200px;
	margin: 0 auto;
	background: #d6d6d6;
}
.header .banniere {
	background: url(../images/banniere.jpg);
}

.header .banniere h1 {
	text-align: center;
	font: 28px "Comic Sans MS", cursive;
}

.header li {
	text-align: right;
	float: right;
	height: 28px;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	bottom: 10px;
	top: -10px;
	background: #FFF;
	border-style: none;
	text-transform: capitalize;
}
.container {
	width: 1200px;
	margin: 0 auto;
	background: #d6d6d6;
}
.situation {
	border-width: thin;
	border-style: solid;
}

.container .situation h3 {
	font: bold 36px "Arial Black", Gadget, sans-serif;
	color: #603;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.container .situation p {
	font: normal 26px "Agency FB";
	color: #603;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
p:first-letter 
{ 
padding-left: 40px; 
} 
.container .texte {
	margin: 2px;
	background: #E4E4E4;
}
.container .texte h1 {
	font: bold 28px Castellar;
	color: #603;
	margin: 0px;
}
.container .texte p {
	font: 24px "Comic Sans MS", cursive;
	margin: 0px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: justify;
}
.liens {
	background: #CFF center;
	margin: 0 auto;
	text-align: center;
	width: 1200px;
}
