@charset "UTF-8";

/*********** Général *************/
.underline {
	text-decoration: underline;
}
.bleu {
	color: rgb(66,184,211);
}
.note {
	font-weight:normal;
	font-style:italic;
}
img, div, address, ul, p {
	margin:0;
	padding:0;
	border: 0px none;
	/*display:block;*/
	font-style:normal;
	list-style:none;
	}
li { display:inline; }

li.titre {
/*	color: rgb(86,43,19);*/
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

hr {
	background-color:#aaa;
	height:1px;
	border: none;
	margin:25px 0;
}
h4 {
	font-size:1em;
	margin: 1em 0 0 0;
	text-transform:uppercase;
	font-weight:bold;
	padding:0;
}
h3 {
	font-weight: normal;
}

input, label {
	vertical-align: middle;
	display:inline-block;
}	
a,a:hover,a:active, p, label {
	text-decoration:none;
	color: rgb(119,120,123);
}

/******** Fin de Général *********/

body  {
	font: 13px Lato, Verdana, Arial, Helvetica, sans-serif;
	/*color: rgb(86,43,19); /* Brun du texte */
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	/*background-image:url(images/degrade.png);
	background-repeat:repeat-x;*/
	background-color:rgb(100,100,100);
	color: rgb(119,120,123);
}


.container {
	width: 972px; /*1035px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	margin: 0 auto;
	text-align: left;
	/*border:1px solid yellow;*/
} 

.twoColFixLtHdr #header {
	padding: 0 10px 0 0px;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
	/*background-image:url(images/background_bois.png);
	/*background-position:223px top;
	background-repeat:no-repeat;*/
	position:relative;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
}
#sidebar1 {
	/*float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 223px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
	/*background: #EBEBEB;*/ /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	/*padding: 15px 10px 15px 20px;*/
	/*background:url(images/logo_reflection.png) no-repeat;*/
	background-position: 17px 4px ;
	height:505px;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
#mainContent { 
	width:745px;
	display:inline-block;
	height:525px;
	position:relative;
	vertical-align:top;

}
.twoColFixLtHdr #mainContent #contenu_texte { 
	height: 480px;
	margin-top:0px; /* Pour IE, padding disjoncte */
	padding:0px 140px 0 16px;
	/*font-size:12px;*/
	line-height:200%;
	overflow:auto;
}
.twoColFixLtHdr #mainContent li {display:list-item;}

#contenu_texte h1 {
	margin:30px 0 0 0;
	font-size:1em;
	font-weight:normal;
	color: rgb(66,184,211);
}


/*#contenu_texte h2 {
	margin:15px 0 0 0;
	font-size:1em;
	font-weight:bold;
	color: rgb(86,43,19)
}*/

#contenu_texte p {
	padding-bottom:2em;
}

.texteCentre {
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-0.5em;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color: rgb(66,184,211);
}


.twoColFixLtHdr #principal {
	/*background-image: url(images/background_contenu.png);*/
	background-position:left;
	background-repeat:repeat-y;
	display:inline-block;
	width:100%;
}

.twoColFixLtHdr #barre {
	height: 7px; 
	background: rgb(66,184,211); 
	min-width:972px;
}
.twoColFixLtHdr #barre2 {
	height: 1px; 
	background: rgb(66,184,211); 
}
#piedDePage {
	width:100%;
	background-color:white;
	/*height:183px;*/
	/*margin: 0 63px 0 30px; /* la marge gauche est le width de #menuCatalogue li et celle de droite, l'épaisseur du dégradé */
} 
.copyright {
	text-align:right;
	font-size: 0.8em;
	text-transform:none;
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Visible_si_non_java_i { display:inline; }
.Visible_si_java_i { display:none; }
.Visible_si_non_java_b { display:block; }
.Visible_si_java_b { display:none; }

/* ************** Header ****************/
#header #logo {
margin-top: 20px;				/* height du div - height du logo */
margin-left: 17px;
float:left;
}


/* ************** Menu ****************/
.menu_h { display:inline-block }

 .menu_h li {
	vertical-align:middle;
	display:inline-block;
}

#menuhaut {
	margin-left: 243px;
	padding-top: 64px;
	font-size: 0.9em;
	}

#menuhaut li {
	padding-right:13px;
}




#menugauche {
	padding: 22px 17px 20px 17px;
	background-color: rgba(255,255,255,0.85);
}

#menugauche h3 {
	margin: 0;
	padding: 5px 0;
	border-bottom:1px solid rgb(119,120,123);
	font-size: 0.9em;
	cursor: pointer; 
}

#menugauche li {
	font-size: 0.9em;
	display:block;
	padding:.3em 0;
	
}
#menugauche span.compte{
	/*position:absolute;*/
	float:right;
}

.selectionne, .selectionne a {
	color: rgb(66,184,211);
}

.selectionne .niv2 a {
	/*color: rgb(86,43,19); /* Brun du texte */

}

.selectionne .niv2 .selectionne a {
	color: rgb(66,184,211);
	}

.niv2 {
	list-style:none;
	padding:4px 0;
	margin:0;
}
.accordeon div, .subAccordeon div .niv2 {
	display:none;
}
h3.selectionne + div  {
	display:block;
}
h3.selectionne + div > ul.niv2 {
	display:block;
}

.puce {
	color: rgb(66,184,211);
	visibility:hidden;
	padding-right:5px;	
}

li ul .selectionne .puce {
	visibility:visible;
}

.subAccordeon {
	padding-left: 12px;
	font-size: .9em;
}

#reflexion {
	margin: 6px 0 0 17px;
}







#menuGaucheBas {
	text-align: right;
	position:absolute;
	bottom:0px;
	font-size: 0.8em;
	width:100%;
}

.sliderCollection {
	opacity:0.8;
}

/* ************** Recherche ****************/
#recherche {
	display:inline;
}
input.placeholder {
	font-size:0.9em;
	width:10em;
	}
.texteDefaut {
	color:#aaa;
}

/* *************** Galerie ****************/
img.photoTN {
	position: absolute;
}
img.np1 { top: 0; left: 0; }
img.np2 { top: 0; left: 253px; }
img.np3 { top: 0; left: 506px; }
img.np4 { top: 178px; left: 0; }
img.np5 { top: 178px; left: 253px; }
img.np6 { top: 178px; left: 506px; }
img.np7 { top: 356px; left: 0; }
img.np8 { top: 356px; left: 253px; }
img.np9 { top: 356px; left: 506px; }

div#pagination {
	text-align: right;
	margin-bottom: 52px;
	font-size:1.3em;
}

div#pagination, div#pagination a {
	/*color: rgb(66,184,211);*/
}
div#pagination a img,div#pagination img {
	display:inline;
	margin-left:4px;
	vertical-align:middle;
}
div#pagination span.pages, div#pagination span.pages a {
	/*color: rgb(86,43,19);*/
}
div#pagination .pageSelectionnee {
	/*font-size:1.5em;*/
	/*text-decoration: underline;*/
	color: rgb(66,184,211);
}

/* *************** Catalogue ****************/

/* Flèches de navigation*/
#menuCatalogue{
	}
#menuCatalogue li {
	margin-bottom:52px;
	margin-left:4px;
	}

/* Boite description */
#sur_sectionDescription {
	position: relative;
	padding:20px 0;
	background-color:white;
}
#sectionDescription {
	background-image: url(/images/filetBleu.gif);
	background-repeat: repeat-y;
	font-size:0.9em;
}

#sectionDescription ul {
	vertical-align:top;
	display:inline-block;
	margin-left: 10px;
	/*border: 1px solid #888;*/

}
#sectionDescription div.boite ul {
	margin-left:40px;
}
#sectionDescription div.boite ul.bloc {
	width:185px;
}

#sectionDescription h3 {
	text-transform: uppercase;
	margin:0 0 20px 40px;
	color: #aaa;
	font-size: 1em;
}

#sectionDescription li {
	display:block;
}

#sectionDescription .blocGauche {
	display:inline-block;
	width: 690px;
}
#sectionDescription .blocDroit {
	display:inline-block;
	width: 282px;
}

#sectionDescription div {
	vertical-align:top;
	/*border-left: 1px solid rgb(66,184,211);*/
	display:inline-block;
	/*font-size:0.9em;
	/*margin:0 0 0 20px;*/
	/*padding-left: 25px;*/
}

div.boite pre {
	margin-left: 40px;
	font-family: inherit;
}
div.boite br {
	line-height: 30px;
}
a.lienSection {
	color: white;
	text-align:center;
	display:block;
	text-transform: uppercase;
	background-color:rgba(100,100,100,0.7);
	/*background-color: #aaa;*/
	padding: 5px 10px;
	margin: 15px 0 0 40px;
}

/* *************** Bloc annonce ****************/
#bandeAnnonce { 
	width:100%;
	min-width:972px;
	color: #aaa;
	line-height:1.9em;
	padding: 50px 0;
	background-color: #dbd6d3;
}
#bandeAnnonce .container { width: 700px; }
#bandeAnnonce .droite { float: right; margin-left: 160px; }
#bandeAnnonce p { font-size:1.6em; margin-bottom: 1.5em;}
#bandeAnnonce img { box-shadow: 2px 2px 12.61px 0.39px rgba(147, 147, 147, 1); }
#bandeAnnonce .bouton {
	display: block;
	font-size:0.8em;
	text-transform: uppercase;
	padding: 0.2em;
	text-align: center;
	margin: 1em 0 0 0;
	width: 24em;
	border: 2px solid #939393;
}
.bouton.principal {
	color: white;
	background-color: #939393;

}

#pageflip-controls .pf-left-buttons { display:none; }

/* *************** Pied de page gris ****************/


#piedDePage_gris {
width:100%;
min-width:972px;
color: #aaa;
line-height:1.9em;
padding: 20px 0;

background-color: rgb(100,100,100);
/*background: -moz-linear-gradient(top,  rgba(100,100,100,0.75) 0%, rgba(100,100,100,1) 40%, rgba(100,100,100,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,100,100,0.75)), color-stop(40%,rgba(100,100,100,1)), color-stop(100%,rgba(100,100,100,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(100,100,100,0.75) 0%,rgba(100,100,100,1) 40%,rgba(100,100,100,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(100,100,100,0.75) 0%,rgba(100,100,100,1) 40%,rgba(100,100,100,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(100,100,100,0.75) 0%,rgba(100,100,100,1) 40%,rgba(100,100,100,1) 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(100,100,100,0.75) 0%,rgba(100,100,100,1) 40%,rgba(100,100,100,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2646464', endColorstr='#646464',GradientType=0 ); /* IE6-9 */
}

#piedDePage_gris .container {
	padding:0 17px;
	width: 938px
}

#piedDePage_gris a, #piedDePage_gris p {
	color: #aaa;
}
#menu_piedPage  li {
font-size: 0.9em;

	display:block;
}

#menu_piedPage  li.niv1 {
	text-transform:uppercase;
	float:left;
}

/* *************** Contact ****************/

.boite_contact {
	background-image:url(/images/canada_usa.jpg);
	background-position:310px 60px;
	background-repeat:no-repeat;
}
.tabcontact {
	display:inline-block;
	width:40px;
}
#formTrouverDetaillant {
	line-height:normal;
	width:310px;
}

/* *************** Carte ****************/

#enteteCarte {
	width: 455px;
	height: 100px;
	/*top:20px;
	left:25px;
	position:absolute;*/
}/*
#enteteCarte h1 {
	font-size:1.6em;
	font-weight:normal;
	color: rgb(66,184,211);
	margin: 0 0 0.6em 0;
	padding:0;
}

#enteteCarte p {
	margin-bottom:20px;
}*/

#map {
	/*border:1px solid blue;*/
	width: 455px;
	height: 355px;
	bottom:20px;
	/*left:25px;*/
	position:absolute;
	visibility:hidden;
}

/*#locationSelect {
	width:100%;
	visibility:hidden;
}*/
input.codepostal{
	margin-left:10px;
}
#resultatsDetailles {
	/*border:1px solid green;*/
	font-size: 0.9em;
	width: 219px;
	height: 485px;
	top:38px;
	right:25px;
	position:absolute;
	visibility:hidden;
}
#resultatsDetailles #resultatsEntete {
	font-size:1.3em;
	padding:15px;
	color:white;
	background-color: rgb(66,184,211);
}
#resultatsDetailles #compteResultats {
	font-size:2em;
	float: left;
	margin-right:15px;
}
#resultatsDetailles #afficheResultats {
	font-size:0.9em;
	line-height: 1.6em;
	overflow-x: hidden;
	overflow-y:scroll;
	height:400px;
}
div.resultat a h2 {
	font-size:1.1em;
	font-weight:bold; 
	margin-bottom:0;
}
div.resultat span.numero {
	display:inline-block;
	width:30px;
}
div.resultat span.adresse, div.resultat img {
	vertical-align: middle;
}

.goo_marker {
	top:0px;
}
.goo_marker .adresse, .goo_marker img {
	vertical-align: middle;
	font-size: 0.9em;
}
.goo_marker h2 {
	font-size:1.1em;
	font-weight:bold; 
	margin:0;

}

/* ************** Accueil ****************/

.background_fluide {
position:absolute;
text-align:left;
z-index:-1000;
width:100%;
min-width:972px;
height:800px;
top:0px;
left:0px;
overflow:hidden;
background-color:white;
background-image:url('/images/background_bois.jpg');
background-position:center top;
background-repeat: repeat-x;
}

.imageFond {
top:114px;
position:relative;
}

.imageFond li img {
min-width:1200px;
z-index: -2000;
width:100%;/*min-width:600px;*/
/*bottom:0px;*/
}
