/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*ELEMENTS COMMUNS*/
body {
	background-color: Black;
}

h1{
	color: #ffffff;
	font: 700 30px Teko;
	text-transform: uppercase;
	padding: 50px 0px 0px 180px;
	text-align: left;
}

h2{
	color: #ffffff;
	font: 700 20px Teko;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

h3{
	color: #ffffff;
	font: italic 700 16px Teko;
	padding: 5px 0px 0px 180px;
	text-align: left;
}

hr.deco{
	width: 80%;
	height: solid 1px;
	margin: auto;
	padding: 0;
	color: #ffffff;
	}

sup{
	vertical-align: top;
	font-size: 50%;
}

img.spa{
	float: left;
	padding: 10px 10px 10px 0px;
}

.resize{
	width: 100%;
   max-height: auto;
}

/*BLOCS*/

#conteneur_index {
	margin: auto;
	padding: 0;
	width: 100%;
	background-image: url("mobilier/sioux.jpg");
	background-position: right; 
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto;
}


#conteneur {
	margin: auto;
	padding: 0;
	text-align: center;
	width: 80%;
}

#conteneur-trads {
	margin: auto;
	padding: 0;
	text-align: justify;
	width: 80%;
}

#conteneur-shop {
	margin: auto;
	padding: 0;
	text-align: center;
	width: 80%;
}



#conteneur p {
	font: normal 14px Montserrat;
	text-align: justify;
	color: White;
	padding-bottom: 10px;
}

#conteneur-trads p {
	font: normal 14px Montserrat;
	text-align: justify;
	color: White;
	padding-bottom: 10px;
}

#conteneur ul {
	font: 14px Quicksand;
	text-align: justify;
	color: White;
	padding-bottom: 10px;
	padding-left: 40px;
}

#conteneur li {
	list-style-type: circle;
}

#conteneur-shop p {
	font: normal 14px Montserrat;
	text-align: justify;
	color: White;
	padding-bottom: 10px;
}

#conteneur a{
	color: #66ffff;
	text-decoration: none;
}

#conteneur a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#conteneur-shop a{
	color: #66ffff;
	text-decoration: none;
}

#conteneur-shop a:hover{
	color: #FFFFFF;
	text-decoration: none;
}


.zonecentrale {
    overflow: hidden;   /* Ceci assure que la division ne sera pas plus longue que ce que le contenu nécessite. */

                         /* L'astuce du margin et du padding sur les sous-div rend ceci obligatoire. */

}

.zoneprincipale {
    width: 50%;
    float: right;
    margin-bottom: -1000px;   /* astuce du margin et du padding pour que les deux divs aient la même longueur. */
    padding-bottom: 1000px;

}

.zoneprincipale p {
    padding-left: 10px;

}

.zoneprincipale img {
    padding-bottom: 20px;

}

.zonesecondaire {
    width: 50%;
    float: left;
    margin-bottom: -1000px;   
    padding-bottom: 1000px;

}

.zonesecondaire p {
    padding-right: 10px;
}


.zonesecondaire img {
    padding-bottom: 10px;
	margin: auto;
}


#footer {
	height: 40px;
	margin: auto;
	padding: 0;
	width: 80%;
}

.footercentral {
    overflow: hidden;   /* Ceci assure que la division ne sera pas plus longue que ce que le contenu nécessite. */

                         /* L'astuce du margin et du padding sur les sous-div rend ceci obligatoire. */

}

.footerdroit {
    width: 50%;
    float: right;
    margin-bottom: -1000px;   /* astuce du margin et du padding pour que les deux divs aient la même longueur. */
    padding-bottom: 1000px;
}

.footerdroit p {
	font: 12px Quicksand;
	text-align: right;
	color: Black;
	padding-bottom: 10px;
	padding-top: 5px;
	}
	
.footerdroit a {
	color: #ffffff;
	padding-left: 10px;
	text-decoration: none;
	}
	
.footerdroit a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.footergauche {
    width: 50%;
    float: left;
    margin-bottom: -1000px;   
    padding-bottom: 1000px;

}

.footergauche p {
	font: 12px Quicksand;
	text-align: left;
	color: #ffffff;
	padding-bottom: 10px;
	padding-top: 5px;
}


.footergauche img {
    padding-bottom: 10px;
	margin: auto;
}

.photocentral {
    overflow: hidden;   /* Ceci assure que la division ne sera pas plus longue que ce que le contenu nécessite. */

                         /* L'astuce du margin et du padding sur les sous-div rend ceci obligatoire. */

}

.photodroit {
    width: 70%;
    float: right;
    margin-bottom: -1000px;   /* astuce du margin et du padding pour que les deux divs aient la même longueur. */
    padding-bottom: 1000px;
}

.photodroit p {
	font: 12px Quicksand;
	text-align: right;
	color: White;
	padding-bottom: 10px;
	padding-top: 5px;
	}
	
.droitdroit a {
	color: #99ffeb;
	padding-left: 10px;
	text-decoration: none;
	}
	
.photodroitdroit a:hover {
	color: #FFFF00;
	text-decoration: none;
	}

.photogauche {
    width: 30%;
    float: left;
    margin-bottom: -1000px;   
    padding-bottom: 1000px;

}

.photogauche p {
	padding-right: 10px;
}


.photogauche img {
    padding-bottom: 10px;
	margin: auto;
}

	
	#header {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

	
/*TITRES-IMAGES*/


/*NAV*/

.nav ul {
  list-style: none;
  text-align: center;
  margin: 0;
  height: 100px;
  background-image: url("mobilier/barre-bg2.jpg");
  background-position: center; 
  background-size: auto;
}

.nav li {
  font-family: 'Teko';
  text-transform: uppercase;
  font-size: 40 px;
  line-height: 40 px;
  height: 40 px;
  font-weight: bold;
  display: inline-block;
  width: auto;
  padding-right: 30px;
  padding-top: 10px;
}
 
.nav a {
  text-decoration: none;
  color: #ffffff;
}
 
.nav a:hover {
  text-decoration: none;
  color: #66ffff;
}
 
 