@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Libre Baskerville', serif;
	word-wrap: break-word;
}


pre { white-space: pre-wrap; } /* pour firefox et les <pre> */

#container {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;

}

h1 {
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	text-align: justify;
	line-height: 1.3em;
	color: #666;
	font-size: 16px;
}


.center {
	text-align: center;
}



#histoire {
	padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 100px;
}

.gris {
	color: #999;
	text-align: left;
	font-size: 12px;
}

img.map, map area{
    outline: none;
}	

@media (max-width: 1080px) {
   /* CSS appliqué aux petits écrans */
  #container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;

}

  
  img {
    max-width: 100%;
    height: auto;
}


}	 
	 
