@charset "utf-8";

/* Charte des couleurs : */
/* Bleu :        #000088 */
/* Bleu ciel :   #ccccff */
/* Vert sombre : #339966 */
/* Marron :      #bb6600 */
/* Ombre :       #bbbbbb */

/* Paramétrage général */

body {
	background: #ffffff; /*blanc*/
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Times, "Times new roman", serif;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	font-variant: small-caps;
	color: #000000; /*noir*/
	font-weight: bold;
	text-align: left;
	border-bottom: 3px solid #bb6600; /*marron*/
}

h2 {
	font-size: 1.2em;
	color: #000000; /*noir*/
	font-weight: bold;
	text-align: left;
	clear: both;
}

h2.saut {clear: both;}

p {
	margin: 0.25em 0 0.25em 0;
	padding-bottom: 1em;
	color: #000000; /*noir*/
}

img {
	border-width: 0; /* Nécessaire pour MSIE qui par défaut met une bordure sur les images */
}

ul {
	margin: 0 0 0.25em 0;
	list-style-type: disc;
	list-style-position: outside;
}

p + ul {
	margin-top: -1em; /* Annule la marge basse du paragraphe précédent */
}

.centre {text-align: center;}


/* Paramétrage des tableaux */

table {
	width: 90%;
	table-layout: auto;
	vertical-align: middle;
	text-align: center;
	border-collapse: separate;
	empty-cells: hide;
}

th {
	padding: 0.5em;
	font-weight: bold;
	word-spacing: 0.5em;
	border: solid 1px #bb6600; /*marron*/
}

tbody th {text-align: left;}

td {
	padding: 0.5em;
	border: solid 1px #bb6600; /*marron*/
}

td.gauche {text-align: left;}

td.droite {text-align: right;}

table.sanscadre {width: 100%}

.sanscadre td, .sanscadre tr {
	margin: 0;
	padding: 0;
	border: 0;
}

td.logoliens {width: 250px;}

.arbre {
	border-spacing: 0;
	width: auto;
}

.arbre td {width: 24px;}


/* Paramétrage des liens */
/* Les liens sont rattachés à l'ID 'texte' pour les distinguer des liens des menus */

#texte a {
	color: #000000; /*noir*/
	text-decoration: underline;
}

#texteindex a {
	color: #000000; /*noir*/
	text-decoration: none;
}

#texte a.image {
	color: #ffffff; /*blanc*/
}

a img {border: 0;}

/* Affiche l'URL du lien */
#texte a[href ^="http:"]:after {
	color: #000000; /*noir*/
	content: " (" attr(href) ") ";
}

/* Paramétrage des styles particuliers */

.explication {
	border: 0;
}

.explication:after {
	content: " (" attr(title) ") ";
}

strong, .gras {
	font-weight: bold;
	word-spacing: 0.2em;
}

#texteindex .gras {font-size: 1.3em;}

em, .italique {
	font-style: italic;
	word-spacing: 0.2em;
}

span.indice {
	vertical-align: super;
	font-size: smaller;
}

.montagnon {
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
}

.nompropre {
	font-size: 14px;
	font-variant: small-caps;
}

.lettrine {
	margin:0;
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 0.1em;
	float: left;
	position: relative;
	bottom: 6px;
}

.bouton {
	display: none;
}


/* Paramétrage du cadre */

#cadre {
	background-color: #ffffff; /*blanc*/
	color: #000000; /*noir*/
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 2px;
	border-color: #000088; /*bleu*/
	border-style: solid;
	text-align: center;
}

/* Paramètres spécifiques aux pages sans partie haute */
#cadre.simple {
	padding-top: 90px;
	padding-left: 3%;
	padding-right: 3%;
}


/* Paramétrage des éléments du haut de page */
#logo {
	float: right;
	background-image: url("../images/logo/montagnon_imp.png");
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
	padding: 0;
	width: 550px; /*correspond à la largeur de l'image de fond*/
	height: 84px; /*correspond à la hauteur de l'image de fond*/
	text-align: right;
}

#cadre.simple #logo {
	background-image: url("../images/logo/montagnon_imp.png");
	width: 285px; /*correspond à la largeur de l'image de fond*/
	margin-top: -90px;
}

#logo img{
	border: 0;
}

#langue {
	display: none;
}

#date {
	margin-top: 50px;
	margin-bottom: 30px;
	padding-left: 3%;
	text-align: left;
	font-weight: bold;
}


/* Paramétrage des menus */

#menu {
	display: none;
}


/* Paramétrage des éléments du centre de la page */

#texte {
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	text-align: justify;
}

#texte.simple {margin-left: 3%;}

html > body .spacer { /* Syntaxe ignorée par IE permettant de lui faire ignorer la règle */
	clear: both; /* IE interprète de façon aléatoire la propriété clear: both; */
}

.illustrationdroite, .illustrationgauche {
	margin: 0;
	margin-bottom: 1em;
}

.illustrationdroite {
	float: right;
	margin-left: 2em;
}

.illustrationgauche {
	float: left;
	margin-right: 2em;
}

img.photo, div.carte {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff; /*blanc*/
	border-right: 3px solid #bbbbbb; /*ombre*/
	border-bottom: 3px solid #bbbbbb; /*ombre*/
	border-top: 1px solid #bbbbbb; /*ombre*/
	border-left: 1px solid #bbbbbb; /*ombre*/
}

img.texte {
	vertical-align: text-bottom;
}

#carte {
	width: 450px;
	height: 300px;
	background-color: #e5e3df; /*Couleur de fond des cartes Google Maps*/
	border-right: 4px solid #bbbbbb; /*ombre*/
	border-bottom: 4px solid #bbbbbb; /*ombre*/
}

#tarif {text-align: center;}

#conteneurfilm {
	text-align: center; /* sert pour le centrage de l'image film : bug de IE */
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	border-bottom: 6px;
}

#film {
	background-image: url(../images/film/fond_imp.png);
	background-repeat: repeat-x;
	height: 100px;
	width: 620px;
	overflow: hidden;
	margin-left:auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px #000000 solid;
}

#film a {
	color: #000000; /*noir*/
	text-decoration: none;
}

#photo1, #photo2, #photo3, #photo4 {
	margin-top: 16px;
	margin-bottom: 0;
	margin-right: 3%;
	margin-left: 3%;
	padding: 0;
}

#pied {
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	margin-top: 40px;
}

#pied a {
	color: #000000; /*noir*/
	text-decoration: none;
}

#passerintro {
	display: none;
}


/* Styles spécifiques aux pages Formulaire */

/* Styles spécifiques aux pages Formulaire */

form p {
	margin: 0 0 0.1em 0;
	padding-left: 15em; /* Doit correspondre à la valeur margin-left des libellés */
	padding-bottom: 0.5em;
}

fieldset {
	margin: 0 0 0.5em 0;
	padding: 1em;
	border: 1px solid #bb6600; /*marron*/
}

legend {
	padding: 0.1em 0.6em 0.1em 0.6em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 0;
}

label.titre {
	padding: 0;
	float: left;
	margin-left: -15em; /* Largeur de la colonne libellé */
	width: 14.5em; /* Largeur maxi en cas de libellé trop long */
	text-align: left;
	font-weight: bold;
}

input.saisie, input.saisienombre, textarea.saisie, select.saisie {
	margin: 0;
	min-width: 4em;
	color: #000000; /*noir*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #bbbbbb;
}

input.radio {
	margin: 0;
	color: #000000; /*noir*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*La propriété border est gérée pour les boutons radio sous IE ou Opera */
}

input > label {
	padding-right: 0.5em;
}

input.saisienombre {text-align: right;}

input.bouton {
	display: none;
}

/* Styles spécifiques aux pages Album */

#album {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	background-color: #ffffee; /*crême*/
	border-right: 4px solid #bbbbbb; /*ombre*/
	border-bottom: 4px solid #bbbbbb; /*ombre*/
	border-top: 1px solid #bbbbbb; /*ombre*/
	border-left: 1px solid #bbbbbb; /*ombre*/
}

#legende {
	padding: 0 0 10px;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/* Style spécifiques aux pages Message */
#message {
	display: none;
}