@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #F0EDEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #1E1E28;
	line-height: 1.2em;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	color: #303a44;
	text-align: center;
	margin-bottom: 80px;
}
#contenu {
	width: 75%;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
}
.lien-spe {
	font-size: 1.4em;
	line-height: 1.6em;
	background-color: #CA0000;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px !important;
	display: block;
}
.lien-spe a {
		color: #FFF;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 500;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6B5A6;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #8C7359;
}
h4 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 500;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.source {
	font-style: italic;
	color: #6D5441;
	margin-top: 40px;
	margin-bottom: 20px;
}

#contenu ul {
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: square;
}
#contenu ul li {
	line-height: 1.8em;
	font-size: 0.9em;
}


#contenu p {
	line-height: 1.6em;
	color: #363636;
	margin-bottom: 20px;
}
.italique {
	font-style: italic;
}
.gras {
	font-weight: bold;
}


h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 30px;
	font-weight: normal;
	color: #2D3342;
}

#titre {
	font-size: 2.4em;
	line-height: 1.8em;
}
.citation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.4px;
	font-style: italic;
	color: #AE0909;
	text-align: center;
	margin-bottom: 20px;
}
.auteur {
	font-style: italic;
	text-align: center;
	margin-bottom: 80px !important;
}
.mise-en-avant {
	background-color: #F2F1EE;
	padding: 30px;
	color: #000;
	margin-top: 20px;
}
#contenu img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}


#liens {
	font-size: 1em;
	line-height: 2em;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BBB0B0;
	padding-top: 30px;
}
#construction {
	font-size: 1.2em;
	line-height: 2ex;
	color: #000;
	background-color: #F1E22E;
	text-align: center;
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#soustitre {
	font-size: 1.6em;
	line-height: 1.2em;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #35416F;
}
/*------------menu-------------*/
#navigation {
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navigation li {
	display: inline;
	margin-right: 0px;
	color: #fff;
	background: #c00;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #48312D;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}

#navigation li a {
	padding: 4px 20px;
	color: #fff;
	border: none;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #CA0000;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
  background: #900 ;
  text-decoration: underline ;
}
/*------------corps-------------*/
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
