body {
	padding-top: 5px;
}
header {
	padding-bottom: 5px;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2.redactionnel {
	font-size: 1.6em;
	border-bottom: 1px solid #e0e0e0;
}
h3.redactionnel {
	font-size: 1.2em;
	text-decoration: underline;
}
h3.redactionnel {
	font-size: 1.2em;
	text-decoration: underline;
}
p {
	font-size: 1.1em;
}
.citation {
	font-size: 0.8em;
}
blockquote {
	font-size: 1.05em;
}
img.shadow {
	box-shadow: 6px 6px 10px #555;
	margin: 0.5em 0;
}
.curseurPointeur {
	cursor: pointer;
}
.footer-title {
	font-size: 1em;
	font-weight: bold;
}

.linksList__content, .footer__socialNetwork
{
  padding-left: 0;
}

.linksList__content li
{
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-size: 0.9em;
}

.footer__socialNetwork li
{
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
  margin-right: 5px;
}

/* Fiche d'identité */
/* ---------------- */
.identity {
	background:url('../images/identity/identity-back.jpg') no-repeat;
	color: navy;
	height:173px;
	margin:5px 10px;
	padding-left: 5px;
	padding-right: 5px;
	width:300px;
}
.identity img{
	border-radius:10px;
	float:left;
	left: 0px;
	margin:5px;
	position: relative;
	top: 0px;
}
.identity h1{
	font-size:1em;
	font-weight:bold;
	left: 0px;
	padding:35px 0 0 0;
	position: relative;
	text-align:center;
}
.identity p{
	font-weight:normal;
	padding-top:5px;
	position: relative;
	text-align:center;
	line-height:1.6em;
	font-style:italic;
}
.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-iframe-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Bouton Top-Link */
/* --------------- */
.top_link {
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 50px;
	display: none;
	padding: 8px;
	background: #0078ff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	opacity: 0.8;
	z-index: 2000;
}
.top_link:hover {
  color: #aaa;
 }
 /* Modification couleur de fond sous menu active */
 .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
 	background-color: #e0e0e0;
 	color: #333;
 }
 /* Fenêtre Image Modal */
 /* ------------------- */
 /* La fenêtre Modal (background) */
.modal {
	display: none; /* Ne pas l'afficher */
	position: fixed; /* Fixe la position de la fenêtre Modal */
	z-index: 1; /* Place la fenêtre Model en premier plan */
	padding-top: 55px; /* Définis une marge intérieur de 50px */
	left: 0;
	top: 0;
	width: 100%; /* Exploite la totalité de la lergeur */
	height: 100%; /* Exploite la totalité de la hauteur */
	overflow: auto; /* Active les ascenseurs si nécessaire */
	background-color: rgb(0,0,0); /* Couleur de fond noir */
	background-color: rgba(0,0,0,0.9); /* Couleur de fond noir, avec une opacité de 9 */
}
 /* Le bouton de fermeture */
.modaleClose {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.modaleClose:hover, .modaleClose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
}

/* Pour les petits écrans 100% de la largeur */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.captionModal {
	color: #fff;
}

/* Carte Google dans page Dojo */
/* --------------------------- */
#map {
	height: 300px;
	width: 300px;
	margin-bottom: 15px;
}