/*
	CSS pour Québec maritime - Principal
	Emilie - egzakt.com
	2010/01/28
*/

body {
	background-color:#e8e5e0;
	background-repeat:no-repeat;
	background-position:center 100px;
	font:75%/130% Arial, Verdana, sans-serif;
	margin:0;
	color:#565356;
}

p {
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

ol {
	margin:0;
	padding:0 0 0 22px;
}

a {
	cursor:pointer;
	color:#0055A5;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#23257B;
}

img {
	border:0;
}


/* BANDE ENTÊTE
-----------------------------------------*/
#bande_entete {
	width:100%;
	height:33px;
	position:fixed;
	z-index:1000;
	background-color:#323232;
}

#bande_entete_wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}

/* Navig saison */
#navig_saisons #saison_courante {
	float:left;
	width:121px;
	height:23px;
	padding-top:7px;
	margin:3px 10px 0 0;
	font:italic 1em/1.2em Georgia, Times, serif;
	text-align:center;
	color:#323232;
	background-repeat:no-repeat;
	background-position:0 0;
}

#navig_saisons img#saison_courante_triangle {
	position:absolute;
	top:33px;
	left:23px;
}

#navig_saisons #saison_courante img {
	vertical-align:middle;
	padding-right:6px;
}

#navig_saisons .choix {
	float:left;
	margin-top:8px;
}

#navig_saisons h6 {
	display:inline;
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	color:#A5A5A5;
}

#navig_saisons ul {
	display:inline;
	font:italic 1em/1.2em Georgia, Times, serif;
}

#navig_saisons li {
	display:inline;
}

#navig_saisons a {
	display:inline-block;
	height:17px;
	margin:0 6px 0 5px;
	padding:3px 0 0 21px;
	color:#fff;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:0 0;
}

#navig_saisons a.saison_1:hover {
	color:#56c6ff;
}
#navig_saisons a.saison_2:hover {
	color:#7bd447;
}
#navig_saisons a.saison_3:hover {
	color:#f6ab2c;
}
#navig_saisons a.saison_4:hover {
	color:#F27E1A;
}


/* Navig secondaire */
ul#navig_secondaire {
	float:right;
	margin:10px 0 0 0;
	line-height:1.2em;
}

ul#navig_secondaire li {
	display:inline;
	color:#fff;
}

ul#navig_secondaire li a {
	color:#fff;
	text-decoration:underline;
}
ul#navig_secondaire li a.deconnexion {
	display:inline-block;
	color:#A5A5A5;
	padding-right:18px;
	position:relative;
}

ul#navig_secondaire li a.deconnexion img {
	position:absolute;
	top:1px;
	right:0;
}

ul#navig_secondaire li a:hover,
ul#navig_secondaire li a.selected {
	color:#cde6f4;
}


/* Navig cultures */
ul#navig_cultures {
	float:right;
	margin:10px 0 0 22px;
	line-height:1.2em;
}

ul#navig_cultures li {
	display:inline;
	color:#fff;
}

ul#navig_cultures li a {
	color:#ABD3E6;
	text-decoration:underline;
}

ul#navig_cultures li a:hover {
	color:#cde6f4;
}


/* WRAPPER
-----------------------------------------*/
#wrapper {
	width:1000px;
	margin:0 auto;
	background-color:#fff;
	border-top:37px solid #e7e4df;
}

#bandes_couleur {
	background-repeat:repeat-y;
	background-position:0 0;
}
.habillage_1 #bandes_couleur {
	background-image:url(../images/ul/tuiles/bandes_couleur_1.gif);
}
.habillage_2 #bandes_couleur {
	background-image:url(../images/ul/tuiles/bandes_couleur_2.gif);
}
.habillage_3 #bandes_couleur {
	background-image:url(../images/ul/tuiles/bandes_couleur_3.gif);
}
.habillage_4 #bandes_couleur {
	background-image:url(../images/ul/tuiles/bandes_couleur_4.gif);
}

#bandes_couleur_haut {
	background-repeat:no-repeat;
	background-position:0 0;
}
.habillage_1 #bandes_couleur_haut {
	background-image:url(../images/ul/tuiles/bandes_couleur_haut_1.gif);
}
.habillage_2 #bandes_couleur_haut {
	background-image:url(../images/ul/tuiles/bandes_couleur_haut_2.gif);
}
.habillage_3 #bandes_couleur_haut {
	background-image:url(../images/ul/tuiles/bandes_couleur_haut_3.gif);
}
.habillage_4 #bandes_couleur_haut {
	background-image:url(../images/ul/tuiles/bandes_couleur_haut_4.gif);
}

#bandes_couleur_bas {
	background-repeat:no-repeat;
	background-position:0 bottom;
}
.habillage_1 #bandes_couleur_bas {
	background-image:url(../images/ul/tuiles/bandes_couleur_bas_1.gif);
}
.habillage_2 #bandes_couleur_bas {
	background-image:url(../images/ul/tuiles/bandes_couleur_bas_2.gif);
}
.habillage_3 #bandes_couleur_bas {
	background-image:url(../images/ul/tuiles/bandes_couleur_bas_3.gif);
}
.habillage_4 #bandes_couleur_bas {
	background-image:url(../images/ul/tuiles/bandes_couleur_bas_4.gif);
}


/* ENTÊTE
-----------------------------------------*/
#entete {
	position:relative;
	height:95px;
	padding:20px 0 0 30px;
}

/* Recherche */
#frm_recherche_rapide {
	position:absolute;
	top:17px;
	left:243px;
}

#frm_recherche_rapide input#motscles_rapide {
	width:140px;
	height:13px;
	margin-right:65px;
	border:1px solid #4D5066;
	font:11px/13px Arial, Verdana, sans-serif;
	color:#323232;
}

#frm_recherche_rapide a.bouton {
	display:none; /* En inline-block sinon */
	color:#fff;
	text-decoration:none;
	font:0.92em/1.2em Arial, Verdana, sans-serif;
	height:17px;
	padding-right:5px;
	margin-right:4px;
	background:url(../images/ul/boutons/bande_entete_chercher_droite.gif) no-repeat right top;
}

#frm_recherche_rapide a.bouton span {
	display:inline-block;
	height:15px;
	padding:2px 1px 0 6px;
	background:url(../images/ul/boutons/bande_entete_chercher.gif) no-repeat left top;
}

#frm_recherche_rapide a.bouton:hover {
	background-position:right bottom;
}

#frm_recherche_rapide a.bouton:hover span {
	background-position:left bottom;
}

#frm_recherche_rapide input.bouton {
	position:absolute;
	top:1px;
	left:150px;
	width:56px;
	height:17px;
	border:0;
	padding:0;
}

#frm_recherche_rapide a.avancee {
	font:0.92em/1.2em Arial, Verdana, sans-serif;
	color:#323232;
}

#frm_recherche_rapide a.avancee:hover {
	color:#2D90C1;
}


/* NAVIGATION RACCOURCIS
-----------------------------------------*/
ul#navig_raccourcis {
	position:absolute;
	top:8px;
	right:5px;
}

ul#navig_raccourcis li {
	display:inline;
}

ul#navig_raccourcis a {
	display:inline-block;
	height:26px;
	padding-top:12px;
	margin-right:15px;
	color:#323232;
	text-decoration:none;
}

ul#navig_raccourcis a:hover {
	color:#2D90C1;
}

ul#navig_raccourcis a.carte {
	padding-left:49px;
	background:url(../images/ul/graphiques/raccourci_carte.gif) no-repeat 0 3px;
}
ul#navig_raccourcis a.photos {
	padding-left:45px;
	background:url(../images/ul/graphiques/raccourci_photos.jpg) no-repeat 0 5px;
}
ul#navig_raccourcis a.brochures {
	padding-left:48px;
	background:url(../images/ul/graphiques/raccourci_brochures.jpg) no-repeat 0 0;
}

ul#navig_raccourcis a.deconnexion {
	display:inline-block;
	color:#2D90C1;
	text-decoration:underline;
	padding-right:20px;
	background:url(../images/ul/boutons/deconnexion.gif) no-repeat right 0px;
}

ul#navig_raccourcis a.deconnexion:hover {
	background-position:right -26px;
}


/* NAVIGATION PRINCIPALE
-----------------------------------------*/
ul#navigation {
	width:757px;
	height:58px;
	position:absolute;
	bottom:8px;
	right:8px;
}

ul#navigation li {
	display:inline;
}

ul#navigation li a {
	float:left;
	width:112px;
	height:44px;
	padding:14px 0 0 12px;
	line-height:1.2em;
	color:#323232;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/ul/boutons/navig.gif) no-repeat left top;
}

ul#navigation li a:hover,
ul#navigation li a.selected {
	background-position:left bottom;
}

ul#navigation li.premier a {
	width:111px;
	padding-left:20px;
	background:url(../images/ul/boutons/navig_coin_gauche.gif) no-repeat left top;
}
ul#navigation li.premier a:hover,
ul#navigation li.premier a.selected {
	background-position:left bottom;
}

ul#navigation li.dernier a {
	width:118px;
	padding-left:12px;
	background:url(../images/ul/boutons/navig_coin_droite.gif) no-repeat right top;
}
ul#navigation li.dernier a:hover,
ul#navigation li.dernier a.selected {
	background-position:right bottom;
}

ul#navigation li.experience a {
	color:#0055A5;
}
ul#navigation li.experience a:hover,
ul#navigation li.experience a.selected {
	color:#23257B;
}


/* TOPIC PATH
-----------------------------------------*/
ul#topic_path {
	width:960px; /* Important pour IE6 */
	margin:0 2px;
	border-top:3px solid #DBE7F1;
	padding:8px 18px 10px 18px;
	background:url(../images/ul/tuiles/topic_path.jpg) repeat-x left top;
	font-size:0.92em;
	line-height:1.1em;
}

ul#topic_path li {
	display:inline;
	color:#2D90C1;
}

ul#topic_path a {
	color:#2D90C1;
}

ul#topic_path a:hover {
	color:#122335;
}

ul#topic_path strong {
	color:#122335;
}


/* ARCHITECTURE COLONNES
-----------------------------------------*/
#conteneur_colonnes {
	margin:0 15px 30px 8px;
}
#accueil #conteneur_colonnes {
	margin:0 0 15px 0;
}

#colonne_navig {
	float:left;
	width:174px;
	margin-right:8px;
}

#colonne_navig #colonne_navig_wrapper {
	width:160px;
	margin:0 auto;
}

#colonne_principale {
	float:left;
	width:480px;
	padding-top:7px;
}

#colonne_complements {
	float:right;
	width:300px;
	padding-top:7px;
}

#colonne_complements a#btn_blogue {
	display: block;
	margin: 10px 0;
}

#colonne_complements a.btn_visitez {
	display:block;
    margin-bottom:10px;
}

#conteneur_principale_complements {
	float:right;
	width:795px;
	padding-top:7px;
}

#conteneur_principale_complements #colonne_principale,
#conteneur_principale_complements #colonne_complements {
	padding-top:0;
}

#recherche #colonne_principale {
	width:654px;
	padding-left:7px;
}

#colonne_principale_large {
	float:right;
	width:794px;
	padding-top:7px;
}


/* SOUS-NAVIGATION
-----------------------------------------*/
#sous_navig {
	margin-bottom:10px;
}

#sous_navig_haut {
	width:174px;
	height:8px;
	line-height:8px; /* Pour IE6 */
	background:url(../images/ul/graphiques/sous_navig_haut.gif) no-repeat left top;
}


/* Niveau 1 */
#sous_navig ul.niveau1 {
	width:160px;
	padding:4px 7px 1px 7px;
	background:url(../images/ul/tuiles/sous_navig.gif) repeat-y left top;
}

#sous_navig li {
	width:148px;
	margin:0 5px 4px 5px;
	border:1px solid #DAD5CD;
}

#sous_navig li a {
	display:inline-block;
	width:128px;
	line-height:1.1em;
	padding:4px 6px;
	margin:4px;
	color:#323232;
	text-decoration:none;
}
#sous_navig a.deroulant {
	width:112px;
	padding-right:22px;
	background:url(../images/ul/boutons/sous_navig_deroulante.png) no-repeat 0 center;
}
#sous_navig a.deroulant_saison {
	background:url(../images/ul/boutons/sous_navig_deroulante_saison.png) no-repeat 0 center;
}

#sous_navig li.selected {
	border-color:#fff;
}

#sous_navig li a:hover,
#sous_navig li.selected a {
	background-color:#0055A5;
	color:#fff;
}
#sous_navig li.selected a {
	font-weight:bold;
}


/* Personnalisations saisons */
#sous_navig li a.saison_1:hover,
#sous_navig li.selected a.saison_1 {
	color:#323232;
	background-color:#57C7FF;
}

#sous_navig li a.saison_2:hover,
#sous_navig li.selected a.saison_2 {
	color:#323232;
	background-color:#7CD548;
}

#sous_navig li a.saison_3:hover,
#sous_navig li.selected a.saison_3 {
	color:#323232;
	background-color:#F6AB2C;
}

#sous_navig li a.saison_4:hover,
#sous_navig li.selected a.saison_4 {
	color:#323232;
	background-color:#F27E1A;
}


#sous_navig li a.deroulant:hover {
	background-position:-140px center;
}

#sous_navig li.selected a.deroulant,
#sous_navig li.selected a.deroulant:hover {
	background-position:-280px center;
}


/* Niveau 2 */
#sous_navig ul.niveau2 {
	width:140px;
	margin:0 0 5px 4px;
}

#sous_navig ul.niveau2 li {
	width:140px;
	margin:0 0 1px 0;
	border:0;
}

#sous_navig ul.niveau2 a {
	width:122px;
	padding:6px 9px;
	margin:0;
	background-color:#e8e5e0;
	color:#323232;
	font-weight:normal;
}

#sous_navig ul.niveau2 a:hover {
	background-color:#fff;
	color:#323232;
}

#sous_navig ul.niveau2 li.selected {
	background-color:#B2A897;
	padding-bottom:2px;
}

#sous_navig ul.niveau2 li.selected a {
	width:122px;
	font-weight:bold;
	background-color:#B2A897;
}


/* Niveau 3 */
#sous_navig ul.niveau3 {
	width:130px;
	margin:0 0 3px 5px;
	background-color:#fff;
}

#sous_navig ul.niveau3 li {
	width:130px;
	margin:0;
}

#sous_navig li.selected ul.niveau3 a {
	width:114px;
	padding:3px 4px 3px 12px;
	border-bottom:1px solid #B2A897;
	font-weight:normal;
	background:url(../images/ul/icones/sous_navig_niveau3.gif) no-repeat 4px 8px;
	color:#565356;
}

#sous_navig li.selected ul.niveau3 a:hover {
	background-color:#e7e4df;
	background-position:-296px 8px;
}

#sous_navig li.selected ul.niveau3 a.selected {
	background-color:#353535;
	background-position:-145px 8px;
	color:#fff;
}


#sous_navig_bas {
	width:174px;
	height:8px;
	line-height:8px; /* Pour IE6 */
	background:url(../images/ul/graphiques/sous_navig_bas.gif) no-repeat left top;
}


/* ENTÊTE DE SECTION
-----------------------------------------*/
#section_entete {
	margin-bottom:15px;
}

#section_entete_conteneur {
	width:480px;
	padding-bottom:8px;
}

#section_entete h1,
#section_entete_conteneur h1 {
	font-weight:bold;
	font-size:1.75em;
	line-height:1.1em;
	color:#323232;
	margin:0 15px 6px 15px;
}
#section_entete_conteneur h1 {
	margin-bottom:0;
}

#section_entete img {
	display:block; /* Pour IE */
}

#section_entete .credit {
	margin-top:2px;
	text-align:right;
	color:#7D7D7D;
	font-size:0.83em;
	line-height:1.1em;
}

#section_intro {
	margin:15px;
}


/* PAGE TEXTE
-----------------------------------------*/
.page_texte_padding {
	margin:0 15px;
}

.editeur h2 {
	font-size:1.33em;
	line-height:1.1em;
	font-weight:bold;
	color:#0055A5;
	margin:0 0 4px 0;
}

.editeur h2 a,
.editeur h2 a:hover {
	color:#0055A5;
}

.editeur h3 {
	font-size:1.33em;
	line-height:1.1em;
	font-weight:normal;
	color:#323232;
	margin:0 0 4px 0;
}

.editeur h3 a,
.editeur h3 a:hover {
	color:#323232;
}

.editeur h4 {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:bold;
	color:#122335;
	margin:0 0 4px 0;
}

.editeur h4 a,
.editeur h4 a:hover {
	color:#122335;
}

.editeur ul {
	list-style-type:disc;
	padding:0 0 0 18px;
}

.editeur li {
	padding:2px 0;
}

.editeur .colore_1 {
	color:#0055A5;
}

.editeur .colore_2 {
	color:#2D90C1;
}

.editeur .encadre {
	background-color:#edf5fa;
	border:1px solid #d5e7f3;
	padding:8px;
	color:#122335;
}

.note {
	font-size:0.92em;
	line-height:1.1em;
}

a.fichier {
	display:inline-block;
	padding:2px 0 0 22px;
	margin:2px 0;
}
a.fichier_pdf {
	background:url(../images/ul/icones/pdf.gif) no-repeat 0 0;
}
a.fichier_doc {
	background:url(../images/ul/icones/doc.gif) no-repeat 0 0;
}

.bloc_deroulant {
	margin:7px 0;
}

a.lien_deroulant {
	display:block;
	position:relative; /* Pour IE6 */
	padding:5px 5px 5px 25px;
	color:#323232;
	font:1.17em/1.1em Arial, Verdana, sans-serif;
	text-decoration:none;
	background:#E6E6E6 url(../images/ul/boutons/deroulant.gif) no-repeat 5px 6px;
}

a.lien_deroulant:hover,
.bloc_deroulant_selected a.lien_deroulant {
	color:#fff;
	background-color:#565356;
	background-position:5px -94px;
}

.bloc_deroulant_selected a.lien_deroulant {
	background-position:5px -194px;
}

.zone_deroulante {
	padding:12px 25px;
	border:1px solid #323232;
	border-top:0;
}

.zone_deroulante ol {
	padding-left:40px;
}

.tmpl_decouvrez {
    padding:0;
    border-right:20px solid #f1f1f1;
    border-bottom:16px solid #f1f1f1;
    background-color:#f1f1f1;
}

.tmpl_decouvrez td {
    width:100px;
    padding:20px 0 0 20px;
    vertical-align:top;
    line-height:1.2em;
}

.tmpl_decouvrez img {
    display:block;
    margin-bottom:3px;
}

.tmpl_decouvrez a {
    color:#464646;
    text-decoration:none;
}

.tmpl_decouvrez a:hover {
    text-decoration:underline;
}


/* RÉSULTATS
-----------------------------------------*/
.resultats {
	margin:25px 0;
}

/* Total */
.resultats .total {
	padding:10px 15px;
	font-size:1.17em;
	line-height:1.1em;
	border:1px solid #323232;
}

.resultats .total span {
	color:#000;
	font-weight:bold;
}


/* Bande options */
.resultats .bande {
	height:25px;
	padding:8px 15px 0 15px;
	position:relative;
	background-color:#323232;
	color:#fff;
}

.resultats a#lien_raffiner {
	display:inline-block;
	height:20px;
	color:#000;
	background:url(../images/ul/boutons/raffiner_droite.gif) no-repeat right 0;
	padding-right:11px;
	font-size:0.917em;
	line-height:1.2em;
	text-decoration:none;
}

.resultats a#lien_raffiner span {
	display:inline-block;
	height:16px;
	padding:4px 4px 0 6px;
	background:url(../images/ul/boutons/raffiner.gif) no-repeat left 0;
}

.resultats a#lien_raffiner:hover,
.resultats a#lien_raffiner.selected {
	background-position:right -20px;
	color:#086eb5;
}

.resultats .frm_tri {
	position:absolute;
	top:6px;
	right:15px;
	font-size:0.92em;
	line-height:1.1em;
}

.resultats .bande select {
	font:11px/14px Arial, Verdana, sans-serif;
}

.resultats a.bouton {
	display:none; /* En inline-block sinon */
	color:#fff;
	text-decoration:none;
	height:17px;
	line-height:1.1em;
	padding-right:5px;
	margin-right:4px;
	background:url(../images/ul/boutons/bande_resultats_action_droite.gif) no-repeat right top;
}

.resultats a.bouton span {
	display:inline-block;
	height:15px;
	padding:2px 1px 0 6px;
	background:url(../images/ul/boutons/bande_resultats_action.gif) no-repeat left top;
}

.resultats a.bouton:hover {
	background-position:right bottom;
}

.resultats a.bouton:hover span {
	background-position:left bottom;
}

.resultats .pagination {
	float:right;
}

.resultats .pagination li {
	display:inline;
}

.resultats .pagination a {
	display:inline-block;
	padding:0 3px;
	color:#D2CCC2;
	text-decoration:underline;
}

.resultats .pagination a:hover {
	color:#fff;
}

.resultats .pagination a.selected {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.resultats .frm_nb_par_page {
	position:absolute;
	top:6px;
	left:15px;
	font-size:0.92em;
	line-height:1.1em;
}


/* Raffiner */
.resultats #raffiner {
	width:450px; /* Important pour IE6 */
	padding:0 14px 10px 14px;
	background-color:#e6e6e6;
	border-right:1px solid #323232;
	border-left:1px solid #323232;
}
.resultats .raffiner_aucun_resultat {
	border-bottom:1px solid #323232;
}

.resultats #raffiner div.bouton {
	text-align:right;
	margin-top:10px;
	padding:6px 8px;
	background-color:#F2F2F2;
}

.resultats #raffiner div.bouton a {
	display:none;
	background-image:url(../images/ul/boutons/bande_resultats_action_droite_pale.gif);
}

.resultats #raffiner div.bouton a span {
	background-image:url(../images/ul/boutons/bande_resultats_action_pale.gif);
}

.resultats #raffiner div.bouton input {
	border:0;
	padding:0;
}

.resultats #raffiner .criteres ul.choix_inline {
	width:348px; /* Important pour IE */
}

.resultats #raffiner #conteneur_ville {
	margin-top:3px;
}


/* Liste */
.resultats ul.liste {
	border:1px solid #323232;
	padding:0 14px;
}

.resultats ul.liste li {
	padding:8px 0;
	border-bottom:1px solid #E6E6E6;
}


/* APERÇU D'UNE FICHE D'UN ITEM (ex. entreprise, événement)
-----------------------------------------*/
#item_vedette h5 {
	margin-bottom:10px;
}

.apercu {
	padding:8px 13px;
	border:2px solid #fff;
	zoom:1; /* Pour IE6 */
}

.apercu_vedette {
	border:2px solid #B5E6FF;
	background-color:#ecf5fa;
}

.apercu h3 {
	font-size:1.33em;
	line-height:1.1em;
	font-weight:bold;
	margin:0 0 5px 0;
}

.apercu h3 a {
	color:#122335;
	text-decoration:none;
}

.apercu h3 a:hover {
	color:#122335;
	text-decoration:underline;
}

.apercu a.plus {
	font-size:0.92em;
	line-height:1.1em;
	color:#2D90C1;
	text-decoration:none;
}

.apercu a.plus span {
	text-decoration:underline;
}

.apercu a.plus:hover {
	color:#264F90;
}

.apercu .actions {
	width:460px;
	height:16px;
	background-color:#EFEFEF;
	text-align:right;
	border-top:10px solid #fff; /* En border au lieu de margin à cause de IE6 */
}

.apercu .actions a {
	color:#323232;
	font-size:0.92em;
}


/* FICHE DESCRIPTION
-----------------------------------------*/
#fiche_description {
	padding:0 15px;
}

#fiche_description dl {
	margin:0;
}

#fiche_description dt {
	color:#122335;
	font-weight:bold;
	font-size:1.17em;
	line-height:1.1em;
	padding-top:15px;
}

#fiche_description dd {
	margin:0;
	padding:2px 0 0 0;
}

#fiche_description dd.services strong {
	display:inline-block;
	margin-top:8px;
}

#fiche_description dd.services ul {
	list-style-type:disc;
	padding:0 0 2px 20px;
}


/* FICHE INFOS PRATIQUES
-----------------------------------------*/
#infos_pratiques {
	margin-bottom:15px;
}

#infos_pratiques h4 {
	background-color:#f4f3f0;
	font-size:1.33em;
	line-height:1.1em;
	font-weight:normal;
	color:#122335;
	margin:0 0 2px 0;
	padding:6px 15px;
}

#infos_pratiques dl {
	margin:0;
}

#infos_pratiques dt {
	background-color:#f4f3f0;
	color:#122335;
	font-weight:bold;
	font-size:1.17em;
	line-height:1.1em;
	padding:6px 15px 2px 15px;
}

#infos_pratiques dd {
	margin:0 0 2px 0;
	padding:0 15px 6px 15px;
	background-color:#f4f3f0;
}

#infos_pratiques .actions {
	width:270px; /* Important pour IE6 */
	padding:15px;
	position:relative;
	background-color:#e9e6e1;
}

#infos_pratiques ul.modes_paiement {
	padding-top:5px;
}

#infos_pratiques ul.modes_paiement li {
	display:inline;
}

#infos_pratiques .prix_apartir,
#infos_pratiques .prix {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:bold;
	color:#2D90C1;
}

#infos_pratiques .prix_specification {
	font-size:0.92em;
	line-height:1.1em;
	margin-top:2px;
}


/* RÉGIONS
-----------------------------------------*/
/* Diaporama */
#diaporama_region {
	width:480px;
	height:415px;
	background:url(../images/ul/tuiles/diaporama_region.jpg) no-repeat 0 0;
	margin-bottom:20px;
}

#diaporama_region #photo_courante {
	width:390px;
	height:283px;
	padding-top:22px;
	margin:0 auto;
}

#diaporama_region #photo_courante li {
	display:none;
}

#diaporama_region #photos_navig {
	position:relative;
	margin-top:20px;
}

#diaporama_region a.precedent {
	position:absolute;
	top:17px;
	left:28px;
}

#diaporama_region a.suivant {
	position:absolute;
	top:17px;
	right:28px;
}

#diaporama_region a.fleche .over {
	position:absolute;
	visibility:hidden;
}

#diaporama_region a.fleche:hover {
	background:none; /* Pour IE6 réactivité :hover .over */
}

#diaporama_region a.fleche:hover .over {
	visibility:visible;
}

#diaporama_region .conteneur_galerie {
	width:390px;
	height:57px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#diaporama_region ul.galerie {
	position:absolute;
	top:0;
	left:0;
	width:3000px;
}

#diaporama_region ul.galerie li {
	display:inline; /* Pour IE */
}

#diaporama_region ul.galerie a {
	float:left;
	width:57px;
	height:56px;
	padding-top:1px;
	margin:0 4px;
	text-align:center;
	position:relative;
	background:none; /* Pour IE6 */
}

#diaporama_region ul.galerie .play {
	position:absolute;
}

#diaporama_region ul.galerie a:hover,
#diaporama_region ul.galerie a.selected {
	width:55px;
	height:55px;
	padding-top:0;
	border:1px solid #323232;
}

#diaporama_region .plus {
	text-align:right;
	margin:10px 50px 0 0;
	font-size:0.917em;
	line-height:1.2em;
}

#diaporama_region .plus a {
	padding:0 0 0 9px;
	background:transparent url(../images/ul/icones/fleche_tous.gif) no-repeat 0 4px;
	font-weight:bold;
	text-decoration:underline;
}

#diaporama_region .plus a:hover {
	color:#00d1fb;
}


/* Offres */
#region_detail #offres {
	margin:0 15px 25px 15px;
}

#region_detail #offres_intro {
	margin-bottom:12px;
}

#region_detail #offres .zone_deroulante {
	padding:12px 10px;
}

#region_detail #offres .apercu {
	padding-top:0;
}

#region_detail #offres .apercu .detail {
	width:283px;
}

#region_detail #offres .apercu .detail_sans_photo {
	width:398px;
}

#region_detail #offres a.tous {
	margin:10px 15px 2px 15px;
}


/* Carte */
#region_detail #carte {
	display:block; /* Pour IE6 */
}


/* Faits simples */
#faits_simples {
	background-color:#f4f6ec;
	padding:15px 17px;
	margin-bottom:20px;
}

#faits_simples h4 {
	margin-bottom:8px;
}

#faits_simples .editeur {
	line-height:1.4em;
}


/* COMMENTAIRES
-----------------------------------------*/
#zone_commentaires {
	width:422px;
	padding:15px 29px;
	margin-top:2px;
	background-color:#f8fbfd;
}
#recette_detail #zone_commentaires,
#recit_detail #zone_commentaires {
	margin-top:20px;
}

/* Entête */
#zone_commentaires .entete {
	border-bottom:2px solid #c2dcea;
	padding-bottom:15px;
}

#zone_commentaires h3 {
	font-size:1.33em;
	line-height:1.1em;
	font-weight:bold;
	color:#122335;
	margin:0;
}

#zone_commentaires h3 span {
	font-weight:normal;
	color:#2D90C1;
}

#zone_commentaires .entete a {
	float:right;
	height:21px;
	padding-right:5px;
	font-size:0.92em;
	line-height:1em;
	color:#323232;
	text-decoration:none;
	background:url(../images/ul/boutons/ajout_commentaire_droite.gif) no-repeat right top;
}

#zone_commentaires .entete a span {
	display:inline-block;
	height:16px;
	padding:5px 1px 0 6px;
	background:url(../images/ul/boutons/ajout_commentaire.gif) no-repeat left top;
}

#zone_commentaires .entete a:hover {
	color:#fff;
	background-position:right bottom;
}

#zone_commentaires .entete a:hover span {
	background-position:left bottom;
}


/* Formulaire d'ajout */
#ajout_commentaire_formulaire {
	background-color:#F7FBFD;
	padding:15px;
	color:#122335;
}

#ajout_commentaire_formulaire h5 {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:normal;
	margin:0 0 2px 0;
}

#ajout_commentaire_formulaire label {
	display:inline-block;
	margin-top:10px;
}

#ajout_commentaire_formulaire .input_text,
#ajout_commentaire_formulaire textarea {
	font:12px/15px Arial, Verdana, sans-serif;
	color:#565656;
	padding:3px;
	width:384px;
	margin:0;
	border:1px solid #4D5066;
}

#ajout_commentaire_formulaire .bouton {
	text-align:right;
	margin-top:10px;
}

#ajout_commentaire_formulaire .bouton a {
	display:none; /* En inline-block sinon */
	color:#fff;
	text-decoration:none;
	font:0.92em/1.2em Arial, Verdana, sans-serif;
	height:17px;
	padding-right:5px;
	margin-right:4px;
	background:url(../images/ul/boutons/bande_entete_chercher_droite.gif) no-repeat right top;
}

#ajout_commentaire_formulaire .bouton a span {
	display:inline-block;
	height:15px;
	padding:2px 5px 0 10px;
	background:url(../images/ul/boutons/bande_entete_chercher.gif) no-repeat left top;
}

#ajout_commentaire_formulaire .bouton a:hover {
	background-position:right bottom;
}

#ajout_commentaire_formulaire .bouton a:hover span {
	background-position:left bottom;
}


/* Liste */
#zone_commentaires div.aucun {
	padding-top:10px;
	padding-left:16px;
	font-size:1.17em;
}

#zone_commentaires ul#commentaires {
	margin-top:15px;
	border-bottom:1px solid #E6E6E6;
}

#zone_commentaires ul#commentaires li {
	width:392px; /* Important pour IE6 */
	padding:14px;
	border:1px solid #E6E6E6;
	border-bottom:0;
	background-color:#fff;
}

#zone_commentaires ul#commentaires .date {
	float:right;
	color:#0055A5;
	font-size:0.92em;
	line-height:1.1em;
}

#zone_commentaires ul#commentaires .signature {
	margin-bottom:5px;
}

#zone_commentaires ul#commentaires .anonyme {
	font-weight:bold;
	color:#323232;
}

#zone_commentaires ul#commentaires h4 {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:bold;
	color:#122335;
	margin:0 0 3px 0;
}

#zone_commentaires ul#commentaires .texte {
	color:#565356;
}



/* CONTACT
-----------------------------------------*/
.contact {
	background-color:#f5f7ed;
}

.contact .padding {
	padding:8px 15px;
}

.contact #situer {
	padding:6px 15px;
	border-bottom:2px solid #fff;
}

.contact #situer a {
	display:block;
	position:relative;
	height:25px;
	padding:15px 0 0 80px;
	font-weight:bold;
	background-position:72px 18px;
}

.contact #situer img {
	position:absolute;
	top:0;
	left:0;
}

.contact h5 {
	font-weight:bold;
	font-size:1.17em;
	line-height:1.1em;
	color:#122335;
	margin:0 0 2px 0;
}

.contact .adresse {
	padding-bottom:6px;
}

.contact .telephones {
	padding-bottom:6px;
}

.contact .autres {
	margin-top:15px;
}

.contact h6 {
	font-weight:bold;
	font-size:1.08em;
	line-height:1.1em;
	color:#122335;
	margin:0 0 2px 0;
}

.contact h6 a {
	display:inline-block;
	padding-right:11px;
	color:#0055A5;
	background:url(../images/ul/boutons/autres_points_service.gif) no-repeat right 5px;
}

.contact h6 a:hover {
	color:#122335;
	background-position:right -17px;
}

.contact h6 a.selected {
	background-position:right -39px;
	color:#122335;
}

.contact .autres li {
	border-bottom:1px solid #dce0cc;
	padding:10px 0 4px 0;
}
.contact .autres li.dernier {
	border-bottom:0;
}

.contact .autres .internet {
	padding-bottom:6px;
}


/* PROPOSER
-----------------------------------------*/
#proposer #login_cote_a_cote {
	margin:0 15px;
}

#proposer #login_cote_a_cote div.login,
#proposer #login_cote_a_cote div.inscription {
	width:215px;
}

#proposer #login_cote_a_cote #affiche_login span,
#proposer #login_cote_a_cote #affiche_inscription span {
	width:201px;
}

#proposer #login_cote_a_cote #formulaire_login,
#proposer #login_cote_a_cote #formulaire_inscription {
	width:185px;
	padding:15px;
}

#proposer #login_cote_a_cote #formulaire_login form input,
#proposer  #login_cote_a_cote #formulaire_inscription form input {
	width:175px;
}

#proposer #login_cote_a_cote #formulaire_inscription form input#captcha {
	width:70px;
}

#proposer #login_cote_a_cote #formulaire_inscription form #agree {
	width:14px;
}


/* FORMULAIRE CONTACT
-----------------------------------------*/
#formulaire_contact {
	width:450px;
	background-color:#edf5fa;
	border:1px solid #d5e7f3;
	padding:8px 14px 14px 14px;
	color:#122335;
	margin-top:15px;
}

#formulaire_contact #note_obligatoires {
	margin-bottom:10px;
	color:#e21414;
}

#formulaire_contact table#coordonnees {
	width:100%;
	margin-bottom:12px;
	padding-top:2px;
}

#formulaire_contact table#coordonnees td {
	padding-bottom:6px;
}

#formulaire_contact table#coordonnees td.gauche {
	width:235px;
}

#formulaire_contact ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#formulaire_contact ul li {
	padding:5px 0;
}

#formulaire_contact input.text {
	width:205px;
}

#formulaire_contact input.autre {
	width:300px;
	margin-top:2px;
}

#formulaire_contact #commentaire {
	width:444px;
	margin-bottom:18px;
}

#formulaire_contact ul#brochures {
	margin-bottom:10px;
}

#formulaire_contact ul#brochures li {
	padding:0 0 5px 0;
}

#formulaire_contact li#infolettres {
	padding-top:10px;
}

#formulaire_contact li#infolettres ul {
	padding-top:3px;
}

#formulaire_contact li#infolettres li {
	padding:0;
}

#formulaire_contact .bouton {
	text-align:right;
	margin-top:10px;
}

#formulaire_contact .bouton a {
	display:none; /* Sinon en display:inline-block; */
}

#formulaire_contact .bouton input {
	padding:0;
	border:0;
}

#formulaire_contact .succes {
	margin-bottom:0;
}


/* BOÎTE RECHERCHE
-----------------------------------------*/
#boite_recherche {
	background-color:#E6E6E6;
}

#boite_recherche h5 {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:bold;
	color:#122335;
	margin:0;
	padding:8px 15px;
	border-bottom:1px solid #fff;
}

#boite_recherche form {
	padding:8px 15px;
	border-bottom:1px solid #fff;
}

#boite_recherche table {
	border:0;
	width:100%;
}

#boite_recherche th {
	width:70px;
	padding:0 8px 5px 0;
	font-weight:normal;
	text-align:left;
	color:#122335;
}

#boite_recherche td {
	padding-bottom:5px;
}

#boite_recherche input.text,
#boite_recherche select {
	width:181px;
	font:11px/14px Arial, Verdana, sans-serif;
	border:1px solid #4D5066;
	padding:3px;
}

#boite_recherche select {
	width:189px;
}

#boite_recherche tr.categories th {
	vertical-align:top;
	padding-top:3px;
}

#boite_recherche tr#periode th {
	vertical-align:top;
	padding-top:3px;
}

#boite_recherche tr#periode td div {
	margin-bottom:5px;
}

#boite_recherche ul.suggestions {
	padding:8px 15px;
}

#boite_recherche ul.suggestions li {
	padding:1px 0;
}

#boite_recherche .boutons {
	margin:5px 0;
}

#boite_recherche .boutons a {
	float:right;
	margin-left:5px;
}

#boite_recherche .boutons a.call_action_type_1 span {
	padding-right:4px;
	padding-left:9px;
}


/* PLANIFIEZ
-----------------------------------------*/
#planifiez_accueil #section_intro {
	margin:15px;
}

#service_accueil #forfaits_vedettes {
	margin-top:10px;
}

#planifiez ul#presentation_saisons li {
	width:480px; /* Important pour IE6 */
	margin-top:10px;
}

#planifiez ul#presentation_saisons img {
	display:block;
}

#planifiez ul#presentation_saisons a .over {
	position:absolute;
	visibility:hidden;
}

#planifiez ul#presentation_saisons a:hover {
	background:none; /* Pour IE6 réactivité :hover .over */
}

#planifiez ul#presentation_saisons a:hover .over {
	visibility:visible;
}

#planifiez.circuits a.call_action_type_2 {
	margin-left: 13px;
}

#visitez_motoneige {
	margin-bottom:20px;
}


/* EXPÉRIENCE
-----------------------------------------*/
#experience_accueil h1 {
	margin:0;
}

#experience #repertoire #section_intro {
	margin-top:10px;
}

#experience .resultats {
	margin-bottom:0;
}


/* Diaporama */
#diaporama_exp {
	width:300px;
	height:164px;
	margin-bottom:20px;
	background:url(../images/ul/tuiles/diaporama_exp.jpg) no-repeat left top;
}

#diaporama_exp .entete {
	height:40px;
	padding:10px 15px 0 15px;
}

#diaporama_exp h5 {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:bold;
	color:#122335;
	margin:0 0 2px 0;
}

#diaporama_exp .instructions {
	height:12px;
	padding-top:1px;
	font-size:0.83em;
	line-height:1.1em;
	padding-left:14px;
	background:url(../images/ul/icones/loupe_diaporama.gif) no-repeat 0 0;
}

#diaporama_exp ul {
	width:285px;
	height:70px;
	padding-top:13px;
	margin-left:15px;
}

#diaporama_exp li {
	display:inline; /* Pour IE */
}

#diaporama_exp li a {
	float:left;
	width:57px;
	height:56px;
	padding-top:1px;
	margin-right:14px;
	text-align:center;
	background:none; /* Pour IE6 */
}

#diaporama_exp li a:hover {
	width:55px;
	height:55px;
	padding-top:0;
	border:1px solid #323232;
}

#diaporama_exp a.plus_fleche {
	margin:8px 0 0 15px;
}


/* Activité : navig pages raccourcis  */
ul#activite_raccourcis_pages {
	margin-left:8px;
	overflow:hidden;
	height:1%;
	line-height:1.1em;
}

ul#activite_raccourcis_pages li {
	float:left;
}

ul#activite_raccourcis_pages a {
	float:left;
	width:122px;
	height:39px;
	padding:8px 0 0 17px;
	margin-right:1px;
	background:url(../images/ul/boutons/activite_pages.gif) no-repeat 0 0;
	color:#323232;
	font-weight:bold;
	text-decoration:none;
}

ul#activite_raccourcis_pages a:hover {
	background-position:0 bottom;
}


/* VIGNETTES
-----------------------------------------*/
ul#vignettes {
	width:480px;
	overflow:hidden;
}

ul#vignettes li {
	float:left; /* Pour IE */
	padding-bottom:15px;
}

ul#vignettes a {
	float:left;
	margin:0 15px 0 0;
	width:120px;
	height:95px;
	padding:13px 14px 0 14px;
	border:1px solid #d3e6f2;
	background-color:#ecf5fa;
	text-decoration:none;
	color:#122335;
	line-height:1.1em;
}
ul#vignettes li.droite a {
	margin-right:0;
}

ul#vignettes a:hover {
	background-color:#2D2B2D;
	border-color:#2D2B2D;
	color:#fff;
}

ul#vignettes img {
	display:block;
	margin-bottom:4px;
}


/* ITINÉRAIRES VEDETTES
-----------------------------------------*/
#itineraires_vedettes {
	margin-top:20px;
}

#itineraires_vedettes .conteneur_itineraires {
	position: relative;
	width:480px; /* Important pour IE */
	margin-top:10px;
	background:url(../images/ul/tuiles/conteneur_forfaits_vedettes.gif) repeat-y left top;
}

#itineraires_vedettes .simple {
	background:url(../images/ul/tuiles/conteneur_forfaits_vedettes_simple.gif) repeat-y left top;
}

#itineraires_vedettes .itineraire {
	float:left;
	width:200px;
	padding:15px 15px 85px 15px;
}

#itineraires_vedettes .itineraire_droite {
	float:right;
}

#itineraires_vedettes .itineraire .voir_sur_carte {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 230px;
	height: 70px;
	background: url(../images/ul/tuiles/voir_sur_carte.gif) repeat-x 0 18px;
}

#itineraires_vedettes .itineraire_droite .voir_sur_carte {
	left: 250px;
}

#itineraires_vedettes .itineraire .voir_sur_carte a.photo_itineraire {
	float: left;
	margin-left: 15px;
}

#itineraires_vedettes .itineraire .voir_sur_carte a.plus_fleche {
	float: right;
	margin: 32px 20px 0 0;
}

#itineraires_vedettes h3 {
	font-weight:bold;
	font-size:1.17em;
	line-height:1.1em;
	margin:0 0 2px 0;
}

#itineraires_vedettes h3 a {
	color:#122335;
	text-decoration:none;
}

#itineraires_vedettes h3 a:hover {
	text-decoration:underline;
}

#itineraires_vedettes a.tous {
	margin-top:10px;
}


/* APERÇU CIRCUIT
-----------------------------------------*/
.apercu_circuit img.photo {
	float:left;
	width:100px;
}

.apercu_circuit .detail {
	float:right;
}
.resultats .apercu_circuit .detail {
	width:305px;
}
.resultats_type .apercu_circuit .detail { /* Pour la recherche */
	width:479px;
}

.apercu_circuit .plus_separateur {
	display:inline-block;
	padding:0 4px;
	font-size:0.917em;
	line-height:1.2em;
}


/* RECHERCHE
-----------------------------------------*/
#recherche #frm_recherche {
	background-color:#E6E6E6;
	padding:0 18px 10px 18px;
	margin-bottom:20px;
}

.criteres {
	width:100%;
}

.criteres th,
.criteres td {
	padding:6px 0;
	color:#323232;
	background-color:#E6E6E6;
	border-bottom:1px solid #C6C6C6;
}

.criteres th {
	text-align:left;
	width:100px;
	vertical-align:top;
	padding-top:8px;
}

#recherche #tr_motscles th {
	vertical-align:middle;
}

#recherche input#motscles {
	width:512px;
	font:14px/17px Arial, Verdana, sans-serif;
	color:#323232;
	padding:6px 4px;
}

.criteres ul.choix_inline {
	width:518px; /* Important pour IE */
	overflow:hidden;
}

#carte .criteres ul.choix_inline {
	width: 494px; /* Important pour IE */
}

.criteres ul.choix_inline li {
	float:left;
	padding-right:7px;
}

.criteres ul.choix_inline {
	padding-top:2px;
}

#recherche #tr_type_contenu ul {
	width:455px; /* Important pour IE */
}

#carte #recherche #tr_type_contenu ul {
	width: 520px; /* Important pour IE */
}

#recherche #tr_type_contenu .plus {
	float:right;
	margin-top:3px;
}

#recherche #frm_recherche a.plus {
	display:inline-block;
	padding:0 0 0 16px;
	font-weight:bold;
	line-height:1.1em;
	color:#264F90;
	background:url(../images/ul/graphiques/fleche_recherche_plus.gif) no-repeat 0 1px;
}

#recherche #frm_recherche a.plus:hover,
#recherche #frm_recherche a.plus.selected {
	background-position:0 -87px;
	color:#2d90c1;
}

#recherche #region {
	margin-right:10px;
}

#recherche #criteres_plus {
	display:none; /* On le cache pas en javascript, pcq on ne veux pas afficher tous les choix si on n'a pas javascript. */
}

#services_hebergement ul,
#services_restauration ul {
	margin-bottom:8px;
}
#services_hebergement ul.dernier,
#services_restauration ul.dernier {
	margin-bottom:0;
}

#recherche #frm_recherche .boutons {
	width:602px; /* Important pour IE6 */
	margin-top:10px;
	padding:6px 8px;
	background-color:#F2F2F2;
}

#carte #recherche #frm_recherche .boutons {
	width: auto;
	height: 23px;
}

#recherche #frm_recherche .boutons a {
	float:right; /* En float au lieu de inline-block, car sinon l'alignement entre les 2 n'est pas centré (font-size différent) */
	margin-left:5px;
	display:none;
}

#recherche #frm_recherche .boutons input {
	float:right;
	margin-left:5px;
	border:0;
	padding:0;
}


/* Résultats */
.resultats_type {
	width:654px;
	position:relative;
}

.resultats_type h2.type_titre {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:normal;
	margin:10px 0 0 0;
}

.resultats_type h2.type_titre a {
	display:block;
	position:relative; /* Pour IE6 */
	padding:8px 5px 8px 28px;
	color:#323232;
	text-decoration:none;
	background:#E6E6E6 url(../images/ul/boutons/deroulant.gif) no-repeat 8px 9px;
}

.resultats_type h2.type_titre a:hover,
.resultats_type_selected h2.type_titre a {
	color:#fff;
	background-color:#565356;
	background-position:8px -91px;
}

.resultats_type_selected h2.type_titre a {
	background-position:8px -191px;
}

.resultats_type .loading {
	display:none;
	position:absolute;
	left:50%;
	margin-left:-104px;
	top:200px;
}

.resultats_type .resultats {
	margin:0;
	padding:15px 14px 0 14px;
	border:1px solid #323232;
	border-top:0;
}

.resultats_type .resultats .item_vedette {
	margin-bottom:15px;
}

.resultats_type .resultats .item_vedette h5 {
	margin-bottom:10px;
}

#recherche .resultats .total {
	padding:0 15px 5px 15px;
	border:0;
}

.resultats_type .resultats .bande {
	background-color:#e6e6e6;
	color:#563656;
}
.resultats_type .resultats .bande_bas {
	margin-bottom:12px;
}

.resultats_type .resultats .frm_tri {
	left:15px;
	right:auto;
}

.resultats_type .resultats .pagination a {
	color:#563656;
}

.resultats_type .resultats .pagination a:hover,
.resultats_type .resultats .pagination a.selected {
	color:#0055A5;
}

.resultats_type .resultats a.bouton {
	background-image:url(../images/ul/boutons/bande_resultats_action_droite_pale.gif);
}

.resultats_type .resultats a.bouton span {
	background-image:url(../images/ul/boutons/bande_resultats_action_pale.gif);
}

.resultats_type .resultats .liste {
	border:0;
	padding:0;
	margin-bottom:15px;
}

#recherche .resultats ul.liste_photos {
	width:566px;
	padding:15px 29px 0 29px;
	margin-bottom:0;
}

.resultats_type .haut_page {
	text-align:right;
	font-size:0.92em;
	line-height:1.1em;
	margin-bottom:8px;
}


/* Stats des résultats */
#recherche #resultats_stats {
	margin-bottom:20px;
}

#recherche #resultats_stats ul {
	margin:5px 15px 0 15px;
}

#recherche #resultats_stats li {
	padding-top:5px;
}

#recherche #resultats_stats a,
#recherche #resultats_stats .sur_titre,
#recherche #resultats_stats .sans_lien {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:bold;
	color:#264F90;
	text-decoration:none;
}

#recherche #resultats_stats .total {
	color:#00C7FF;
}

#recherche #resultats_stats ul ul {
	margin:0 0 1px 0;
}

#recherche #resultats_stats ul ul li {
	padding:5px 0 0 10px;
	background:url(../images/ul/graphiques/puce_resultats_stats.gif) no-repeat 0 center;
}

#recherche #resultats_stats ul ul a,
#recherche #resultats_stats ul ul .sans_lien {
	font-weight:normal;
}

#recherche #aucun_resultat {
	font-size:1.17em;
	line-height:1.1em;
	color:#323232;
}


/* FORMULAIRE DE RABAIS
-----------------------------------------*/
#page_rabais {
	margin-left:15px;
}

#page_rabais #section_intro {
	margin:15px 0;
}

#page_rabais form {
	width:460px;
}

#page_rabais .message {
	width:438px;
}

/* Succès */
#page_rabais .succes {
	margin-bottom:15px;
}

#page_rabais #zone_code_promotion {
	margin-top:10px;
	font-size:0.857em;
	line-height:1.2em;
	font-weight:normal;
	color:#000;
}

#page_rabais #code_promotion {
	margin:3px 0 5px 0;
	font-size:2em;
	line-height:1.1em;
	font-weight:bold;
}

#page_rabais #zone_code_promotion .note {
	margin-bottom:0;
}

/* Formulaire */
#page_rabais label,
#page_rabais .label {
	font-size:1.167em;
	line-height:1.2em;
	font-weight:bold;
	display:block;
}

#page_rabais label span,
#page_rabais .label span {
	color:#F6AB2C;
}

#page_rabais input.text {
	padding:4px 2px;
}

#page_rabais #champs_lieu {
	margin-bottom:13px;
	padding-top:15px;
	background:url(../images/ul/tuiles/pointilles_noirs.gif) repeat-x left top;
}

#page_rabais #champs_lieu .label {
	margin-bottom:5px;
}

#page_rabais #champs_lieu label {
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
}

#page_rabais #champs_lieu #pays {
	width:260px;
	margin-bottom:10px;
}

#page_rabais input#code_postal {
	width:100px;
}

#page_rabais .note {
	margin:3px 0 5px 0;
	color:#0055A5;
	font-style:italic;
	font-size:0.917em;
	line-height:1.2em;
}

#page_rabais #champs_entendu {
	margin-bottom:13px;
	padding-top:15px;
	background:url(../images/ul/tuiles/pointilles_noirs.gif) repeat-x left top;
}

#page_rabais select#entendu {
	margin-bottom:3px;
}

#page_rabais input#entendu_autre {
	width:209px;
}

#page_rabais #champs_bulletins {
	margin-bottom:15px;
	padding-top:15px;
	background:url(../images/ul/tuiles/pointilles_noirs.gif) repeat-x left top;
}

#page_rabais #champs_bulletins ul {
	margin:2px 0 8px 0;
}

#page_rabais #champs_bulletins li {
	padding-bottom:3px;
}

#page_rabais #champs_bulletins label {
	font-size:1em;
	font-weight:normal;
	line-height:1.2em;
}

#page_rabais #champs_bulletins ul label {
	display:inline;
}

#page_rabais #champs_bulletins input#courriel {
	width:260px;
}

#page_rabais .bouton {
	margin-bottom:30px;
	padding-top:15px;
	background:url(../images/ul/tuiles/pointilles_noirs.gif) repeat-x left top;
}

#page_rabais .obligatoire {
	float:right;
	font-size:0.917em;
	line-height:1.2em;
	color:#F5600A;
}

#page_rabais .bouton a {
	display:none;
}

#page_rabais .bouton input {
	border:0;
	padding:0;
}


/* INFOLETTRE
-----------------------------------------*/
#colonne_principale_large #inscription_infolettre {
	width:450px;
}

#inscription_infolettre form h2 {
	font-size:1.17em;
	line-height:1.2em;
	font-weight:bold;
	color:#0055a5;
	margin:0 0 10px 0;
}

#inscription_infolettre form .instruction {
	display:block;
	font-size:1em;
	line-height:1.2em;
	font-weight:bold;
	color:#000;
	margin-bottom:4px;
}

#inscription_infolettre form table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:15px;
}

#inscription_infolettre form table td {
	background-color:#ebefdc;
	border:1px solid #fff;
	width:35px;
	text-align:center;
	vertical-align:center;
}

#inscription_infolettre form table th {
	padding:5px 10px;
	text-align:left;
	color:#000;
	font-weight:normal;
	background-color:#f5f7ed;
	border:1px solid #fff;
	vertical-align:center;
}

#inscription_infolettre .champ {
    margin-bottom:10px;
}

#inscription_infolettre .champ label {
    display:block;
    font-weight:bold;
}

#inscription_infolettre input.text {
	border:1px solid #4D5066;
	padding:3px;
	width:280px;
	color:#323232;
	font:11px/14px Arial, Verdana, sans-serif;
}

#inscription_infolettre .bouton {
    text-align:right;
}

#frm_infolettre .bouton a {
	display:none;
	color:#fff;
	text-decoration:none;
	font:0.92em/1.2em Arial, Verdana, sans-serif;
	height:21px;
	padding-right:5px;
	margin-right:4px;
	background:url(../images/ul/boutons/pied_inscription_droite.gif) no-repeat right top;
}

#frm_infolettre .bouton a span {
	display:inline-block;
	height:17px;
	padding:4px 3px 0 8px;
	background:url(../images/ul/boutons/pied_inscription.gif) no-repeat left top;
}

#frm_infolettre .bouton a:hover {
	background-position:right bottom;
}

#frm_infolettre .bouton a:hover span {
	background-position:left bottom;
}

#frm_infolettre .bouton input {
	border:0;
	padding:0;
	position:relative;
	top:5px;
}

#inscription_infolettre .message {
	margin-top:0;
}

/* Liste des éditions */
#bulletin_editions h3 {
	font-size:1.33em;
	line-height:1.2em;
	color:#0055a5;
	margin:0 0 10px 0;
}

#bulletin_editions li {
	width:270px; /* Important pour IE6 */
	padding:6px 10px 6px 20px;
	border-bottom:1px solid #fff;
	background:#ecf5fa url(../images/ul/icones/fleche_tous.png) no-repeat 10px 10px;
}

#bulletin_editions li h2 {
	font-size:0.917em;
	line-height:1.2em;
	font-weight:bold;
	margin:0;
}


/* OUTILS DE PARTAGE
-----------------------------------------*/
#partage {
	background-color:#ecf5fa;
	padding:9px 9px 5px 9px;
	margin-bottom:20px;
}

#partage .titre {
	font-size:0.92em;
	line-height:1.1em;
	color:#2D2B2D;
	margin-bottom:8px;
}

#partage .gauche {
	float:left;
	width:65px;
}

#partage .droite {
	float:right;
	width:65px;
}

#partage a {
	display:inline-block;
	height:16px;
	padding:0 0 0 19px;
	margin:4px 0;
	position:relative;
	font-size:0.83em;
	line-height:1.1em;
	color:#626162;
	text-decoration:none;
}

#partage a span {
	position:absolute;
	top:-2px;
	left:0;
}

#partage a:hover {
	text-decoration:underline;
}


/* PUBLICITÉS
-----------------------------------------*/
.publicite_big_box .titre,
#publicite_skyscraper .titre {
	padding:3px 0;
	background-color:#ecf5fa;
	color:#565356;
	letter-spacing:2px;
	font-size:0.92em;
	line-height:1.1em;
	text-align:center;
}

.publicite_big_box {
	margin-bottom:20px;
}

#publicite_banniere {
	position:relative;
	height:105px;
	padding:30px 0 20px 0;
	margin:0 15px 0 15px;
	text-align:center;
	background:url(../images/ul/tuiles/publicite_banniere.gif) no-repeat left top;
}

#publicite_banniere .titre {
	position:absolute;
	top:46px;
	left:107px;
}


/* PLAN DU SITE
-----------------------------------------*/
#plan ul a {
	text-decoration:none;
}

#plan ul a:hover {
	text-decoration:underline;
}

#plan ul.niveau1 {
	list-style-type:none;
	padding:0;
}

#plan ul.niveau2 {
	list-style-type:none;
	padding:0 0 0 15px;
	margin-bottom:10px;
}

#plan ul.niveau3 {
	padding:0 0 0 30px;
	margin-bottom:10px;
}

#plan ul.niveau3 li {
	padding:0;
}

#plan h4 {
	font:1em/1.2em Arial, Verdana, sans-serif;
}


/* PIED DE PAGE
-----------------------------------------*/
#pied {
    width:970px; /* Important pour IE6 */
	border-top:10px solid #e8e5e0;
	padding:12px 15px 8px 15px;
}

#pied a.logo {
	float:right;
	padding:3px 8px 0 0;
}

/* Inscription infolettre */
#inscription_infolettre_pied {
	margin-bottom:15px;
	width:715px;
}

#inscription_infolettre_pied h2 {
  color: #0055A5;
    font-size: 1.17em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px;
}

#inscription_infolettre_pied .boite {
	padding:8px 6px 0 6px;
	background-color:#ecf5fa;
	color:#000;
}

#inscription_infolettre_pied table {
    width:100%;
    border:0;
}

#inscription_infolettre_pied td {
    padding-right:20px;
    vertical-align:top;
}
#inscription_infolettre_pied td.dernier {
    padding-right:0;
}

#inscription_infolettre_pied .champ {
    margin-bottom:5px;
}

#inscription_infolettre_pied input.text {
    font:11px/14px Arial, sans-serif;
    color:#323232;
    width:170px;
}

#inscription_infolettre_pied select {
    font:11px/14px Arial, sans-serif;
    color:#323232;
}

#inscription_infolettre_pied .bouton {
    text-align:right;
}

#inscription_infolettre_pied .message {
    margin-top:0;
}


/* Navigs pied */
#pied ul.navig {
	margin:0 0 7px 0;
	padding:0 0 7px 0;
	background:url(../images/ul/tuiles/pied_pointilles.gif) no-repeat left bottom;
}

#pied ul.navig li {
	display:inline;
	color:#A5A5A5;
}

#pied ul.navig li a {
	color:#323232;
	text-decoration:none;
}

#pied ul.navig li a:hover,
#pied ul.navig li a.selected {
	text-decoration:underline;
}

#copyright {
	color:#7E7C7E;
}

#pied ul.utilitaires {
	display:inline;
	background:none;
}


/* Signature Egzakt */
#egzakt {
	width:1000px;
	margin:5px auto 0 auto;
	text-align:right;
	font:0.833em/1.4em Arial, Verdana, sans-serif;
	color:#9a9999;
}

#egzakt a {
	color:#9a9999;
}

#egzakt a:hover {
	color:#565356;
}

#egzakt span {
	color:#565356;
}


/* POPUP
-----------------------------------------*/
body#popup {
	background:#fff;
	color:#636363;
}

#popup #wrapper {
	width:590px;
	margin:0 auto;
	background:#e8e4df;
	border-top:0;
}

#popup #entete {
	width:550px; /* Important pour IE6 */
	height:auto;
	padding:14px 20px;
	background:#0074bb url(../images/ul/tuiles/entete_popup.jpg) repeat-y left top;
}

#popup #entete #logo {
	float:right;
	margin-left:15px;
}

#popup #entete h1 {
	font-size:2em;
	line-height:1.1em;
	font-weight:bold;
	color:#fff;
	letter-spacing:-1px;
	margin:0;
}

#popup #entete h2 {
	font-size:1.5em;
	line-height:1.2em;
	font-weight:normal;
	color:#fff;
	margin:2px 0 0 0;
}

#popup #contenu {
	padding:16px 0;
}

#popup .contenu_padding {
	padding:0 20px;
}

#popup h3 {
	font-size:1.5em;
	line-height:1.1em;
	font-weight:bold;
	color:#737373;
	margin:0 0 5px 0;
}

#popup h4 {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:bold;
	color:#0055A5;
	margin:0 0 4px 0;
}

#popup label {
	font-weight:bold;
}

#popup label .etoile {
	font-weight:normal; /* Sinon le bold est vraiment minuscule sur windows...uh? */
}

#popup input,
#popup select,
#popup textarea {
	border:1px solid #747474;
	padding:2px;
	font:12px/15px Arial, Verdana, sans-serif;
	color:#636363;
}
#popup select {
	padding:0;
}

#fancybox-title {
	text-align:left;
	color:#563656;
}

#fancybox-title #credit {
	font-size:0.92em;
	line-height:1.1em;
	font-style:italic;
}

#fancybox-title .credit_avec_bas_vignette {
	margin-top:3px;
}

#fancybox-title a.plus_fleche {
	float:right;
	margin:1px 0 4px 10px;
	font-weight:bold;
}


/* GÉNÉRALITÉS
-----------------------------------------*/
.titre_rubrique {
	color:#323232;
	height:23px;
	padding:7px 0 0 15px;
	font:1.33em/1.1em Arial, Verdana, sans-serif;
	margin:0;
	background:url(../images/ul/tuiles/titre_rubrique.gif) repeat-x left top;
}

.titre_rubrique_double {
	height:41px;
	padding:7px 0 0 15px;
	background:url(../images/ul/tuiles/titre_rubrique_double.gif) repeat-x left top;
}

a.call_action_type_1 {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	height:23px;
	font-size:1.17em;
	line-height:1.1em;
	padding-right:5px;
	background:url(../images/ul/boutons/call_action_type_1_droite.gif) no-repeat right top;
}

a.call_action_type_1 span {
	display:inline-block;
	height:19px;
	padding:4px 7px 0 12px;
	background:url(../images/ul/boutons/call_action_type_1.gif) no-repeat left top;
}

a.call_action_type_1:hover {
	background-position:right bottom;
	color:#fff;
}

a.call_action_type_1:hover span {
	background-position:left bottom;
}

a.call_action_type_2 {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	height:23px;
	font-size:0.92em;
	line-height:1em;
	padding-right:5px;
	background:url(../images/ul/boutons/call_action_type_2_droite.gif) no-repeat right top;
}

a.call_action_type_2 span {
	display:inline-block;
	height:17px;
	padding:6px 2px 0 7px;
	background:url(../images/ul/boutons/call_action_type_2.gif) no-repeat left top;
}

a.call_action_type_2:hover {
	background-position:right bottom;
	color:#fff;
}

a.call_action_type_2:hover span {
	background-position:left bottom;
}

a.tous {
	display:block;
	position:relative;
	padding:4px 5px 4px 24px;
	color:#00C7FF;
	background-color:#ecf5fa;
	font-size:0.92em;
	line-height:1.2em;
	text-decoration:none;
}
a.tous_droite {
	padding:4px 10px 4px 5px;
	text-align:right;
}

a.tous span {
	color:#264F90;
	font-weight:bold;
	text-decoration:underline;
}

a.tous img {
	position:absolute;
	top:8px;
	left:15px;
}
a.tous_droite img {
	position:static;
	padding-right:2px;
}

a.tous:hover {
	color:#00C7FF;
	background-color:#fff;
}

a.tous:hover span {
	color:#122335;
}

a.plus_fleche {
	display:inline-block;
	padding-left:8px;
	color:#264F90;
	font-size:0.92em;
	line-height:1.1em;
	background:url(../images/ul/icones/fleche_tous.gif) no-repeat 0 center;
}

a.plus_fleche:hover {
	color:#122335;
}

.tmpl_presentation {
	padding-bottom: 18px;
}

.tmpl_presentation table {
	width: 100%;
	border: 0;
}

.tmpl_presentation table tr {
	vertical-align: top;
}

.tmpl_presentation table tr th {
	width: 112px;
	text-align: left;
}

.tmpl_presentation h3 {
	font-weight: bold;
}

.tmpl_presentation h3 a {
	color: #122335;
	text-decoration: none;
}

.tmpl_presentation h3 a:hover {
	color: #23257B;
	text-decoration: none;
}

.tmpl_presentation a.plus {
	font-size:0.92em;
	line-height:1.1em;
	color:#2D90C1;
	text-decoration:none;
}

.tmpl_presentation a.plus span {
	text-decoration:underline;
}

.tmpl_presentation a.plus:hover {
	color:#264F90;
}

.message {
	color:#e21414;
	border:1px solid #e21414;
	padding:10px;
	margin:10px 0;
	font:bold 14px/16px Arial, Verdana, sans-serif;
	margin-bottom:10px;
	background-color:#fff;
}

.succes {
	background-color:#fff;
	color:#2ea542;
	border:1px solid #2ea542;
}

.erreur {
	color:#e21414 !important;
}

form {
	margin:0;
}

input,
textarea {
	border:1px solid #565356;
	padding:2px;
	font:12px/15px Arial, Verdana, sans-serif;
	color:#565356;
}

select {
	font:12px/15px Arial, Verdana, sans-serif;
	color:#565356;
}

.radio,
.checkbox {
	border:none !important;
}

.print {
	display:none;
}

.special {
	display:none;
}

#location_motoneige {
    display:block;
    margin-bottom:20px;
}

#version_dev {
	display:none;
	background:#FF0000 url(../images/ul/icones/avertissement.gif) no-repeat 8px 4px;
	padding:5px 10px 5px 30px;
	color:#FFFFFF;
	font:11px/15px Verdana, Arial, sans-serif;
	text-transform:uppercase;
}
