html, body, div, h1, h2, p {
	margin: 0px;
	padding: 0px;
	}


/* Polices sexy por ceux qui peuvent les voir… */
@font-face {
	font-family: "Baskervald ADF";
	src: local("☺"), url("polices/baskervaldadfstd-bolditalic-webfont.woff") format("woff"), url("polices/baskervaldadfstd-bolditalic-webfont.ttf") format("truetype"), url("polices/baskervaldadfstd-bolditalic-webfont.svg#webfontx4d57dJ6") format("svg");
	font-weight: bold;
	font-style: italic;
	}
@font-face {
	font-family: "Baskervald ADF";
	src: local("☺"), url("polices/baskervaldadfstd-italic-webfont.woff") format("woff"), url("polices/baskervaldadfstd-italic-webfont.ttf") format("truetype"), url("polices/baskervaldadfstd-italic-webfont.svg#webfontYR2zZB2C") format("svg");
	font-weight: normal;
	font-style: italic;
	}
@font-face {
	font-family: "Baskervald ADF";
	src: local("☺"), url("polices/baskervaldadfstd-bold-webfont.woff") format("woff"), url("polices/baskervaldadfstd-bold-webfont.ttf") format("truetype"), url("polices/baskervaldadfstd-bold-webfont.svg#webfontmH2ttWpV") format("svg");
	font-weight: bold;
	font-style: normal;
	}
@font-face {
	font-family: "Baskervald ADF";
	src: local("☺"), url("polices/baskervaldadfstd-regular-webfont.woff") format("woff"), url("polices/baskervaldadfstd-regular-webfont.ttf") format("truetype"), url("polices/baskervaldadfstd-regular-webfont.svg#webfontEc9ORvUo") format("svg");
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: "Miso";
	src: local("☺"), url("polices/miso-light.woff") format("woff"), url("polices/miso-light.ttf") format("truetype"), url("polices/miso-light.svg#webfontmH2ttWpV") format("svg");
	}

/* Helvetica Neue Condensed, pour ceux qui l’ont… */
@font-face {
	font-family: "Helvetica Neue Bold Condensed";
	src: local("HelveticaNeue-CondensedBold"), local("Helvetica Neue Condensed Bold");
	font-weight: normal;
	}
/* Fin de la déclaration des polices */


/* --------------- La base --------------- */
html, body { height: 100%; }

html {
	background: #f3f3f3 url("images/fond_texture.jpg") fixed no-repeat top left;
	
	font-size: 100%; /* corrige un bug dans IE */
	font-size: 10px; /* taille de départ de la police fixée à 10px, de sorte que 1.2em = 12px, etc. */
	}

body {
	color: #666;
	font-family: "Baskervald ADF", "Times New Roman", serif;
	font-size: 1.5em;
	line-height: 1.5em;
	text-rendering: auto !important;
	}

p {
	margin-bottom: 1em;
	}
	
h1, h2 {
	font-family: Miso, "Helvetica Neue Bold Condensed", sans-serif;
	font-weight: normal;
	}

h1 {
	height: 207px;
	width: 190px;
	background: url("images/titre.png") no-repeat right bottom;
	position: fixed;
	top: 50%;
	left: 5%;
	margin-top: -13em;
	}
h1 a {
	display: block;
	width: 190px;
	height: 43px;
	position: absolute;
	bottom: 7px;
	overflow: hidden;
	
	text-indent: -1000%;
	}
h1 a:focus { outline: none; }
	
h2 {
	margin: 0 0 0.5em 0;
	border-bottom: 1px dashed #ddd;
	
	font-size: 2em;
	line-height: 1em;
	letter-spacing: 0.03em;
	color: #695e4a;
	}
h2 img {
	vertical-align: bottom;
	}
div[lang=en] h2 {
	font-size: 1.5em;
	margin-left: 0;
	color: #876e42;
	letter-spacing: 0.02em;
	}
	
/* --------------- quelques déclarations utiles… --------------- */
address {
	margin-bottom: 1em;
	padding-left: 30px;
	font-style: normal;
	font-weight: bold;
	}
	
dl { margin: 0 0 1em 0; padding: 0; }
dt { font-weight: 700; }
dd { margin: 0 0 0 19px; padding-left: 10px; border-left: 1px solid #ddd; }

ul { 
	margin: 0 0 1em 0; 
	padding: 0 0 0 30px;  
	list-style-image: url("images/puce.png");
	}

h3, h4, h5, h6 { margin: 0; padding: 0; }	
h3 { font-weight: normal; font-variant: small-caps; font-size: 1em; letter-spacing: 0.06em; }
h4 { font-size: 1em; }
h5 { font-style: italic; font-size: 1em; font-weight: normal; }
h6 { font-size: 1em; font-weight: normal; }

q:before { content: "« "; }
q:after { content: " »"; }
	
	
/* --------------- Les sections --------------- */
div#entete ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	position: fixed;
	top: 50%;
	left: 5%;
	margin: -11em 0 0 0;
	padding: 0;
	background: none;
	}
	
div#entete li {
	line-height: 1em;
	margin: 0 0 0.5em 0;
	}
	
div#entete li a {
	display: block;
	font-size: 0.9em;
	text-decoration: none;
	color: #7e715d;
	}
div#entete li a:hover, div#entete li a:active {
	color: #5d5346;
	}
div#entete li a i {
	display: block;
	
	font-size: 0.95em;
	font-style: normal;
	color: #999;
	}
div#entete li.active a, div#entete li.active a i { color: #aaa; }	

div#contenu {
	position: relative;
	top: 50%;
	margin: -14.3em 90px 0 33%;
	padding: 0 0 110px 0;
	max-width: 600px;
	}
div[lang=en] {
	margin: 2em 0 0 30px;
	color: #777;
	}
div[lang=en] br:first-child { display: none;}

body#section-1 div#contenu {
	margin-top: -280px;
	}
body#section-1 div#contenu p {
	font-size: 0.9em;
	text-indent: 0.5em;
	line-height: 1.5em;
	}
body#section-1 div#contenu p:first-child {	
	width: 29.5em;
	background: url("images/accueil.png") no-repeat top left;
	padding: 122px 0 210px 280px;
	margin: 0 0 -200px -50px;
	min-height: 145px;
	}
body#section-1 div#contenu p:first-child:first-letter {
	color: #f3f3f3;
	font-size: 4em;
	float: left;
	margin: 0.05em -0.5em 0 -0.4em;
	}
body#section-1 div#contenu p:first-child:first-line,
body#section-1 div#contenu p[lang="en"]:first-line {
	font-variant: small-caps;
	letter-spacing: 0.07em;
	}
body#section-1 div#contenu p[lang="en"] {
	padding: 0 0 0 185px;
	width: 30em;
	
	font-size: 0.9em;
	color: #777;
	text-indent: 0;
	}
body#section-1 div#contenu p[lang="en"]:first-letter {
	color: #777;
	}
	
body#section-15 div#contenu ul {
	margin: -20px 0 0 50px;
	padding: 0;
	height: 404px;
	background: url("images/travaux.png") no-repeat;
	list-style: none;
	position: relative;
	
	font-size: 3em;
	}
body#section-15 div#contenu li { position: absolute; }
body#section-15 div#contenu li:first-child {
	top: 90px;
	left: 240px;
	}
body#section-15 div#contenu li+li {
	top: 280px;
	left: 165px;
	}
body#section-15 div#contenu li a {
	display: block;
	text-decoration: none;
	color: #7e715d;
	}
body#section-15 div#contenu li a:first-letter { color: #f3f3f3; }
body#section-15 div#contenu li a:hover:after,
body#section-15 div#contenu li a:active:after { content: " »"; }
body#section-15 div#contenu li i {
	position: absolute;
	top: 1.5em;
	left: 50px;
	
	font-size: 0.4em;
	color: #999;
	letter-spacing: 0.03em;
	}
body#section-15 div#contenu li:first-child i { left: 90px; }

body#section-8 div#contenu > p:first-child, 
body#section-16 div#contenu > p:first-child {
	position: absolute;
	right: 0; 
	top: 7px;
	
	font-size: 0.9em;
	text-align: right;
	}
body#section-8 div#contenu > p:first-child:after, 
body#section-16 div#contenu > p:first-child:after { content: " »"; }
	
div#pied {
	position: fixed;
	top: 50%;
	left: 5%;
	background: url("images/ligne.png") no-repeat left 1px;
	margin: 12em 0 0 0;
	padding: 17px 10px 0 0;

	line-height: 1.3em;
	}
div#pied p { margin: 0; }

a { color: #0D61B3; }	
a:visited { color: #888; }


/* --------------- La visioneuse --------------- */

div#galerie dl {
	clear: both;
	margin-bottom: 1em;
	overflow: hidden;
	
	font-size: 0.9em;
	}
div#galerie dt {
	margin-bottom: 5px;
	
	font-weight: 600;
	}
div#galerie dd {
	float: left;
	margin: 0;
	}
div#galerie dd img {
	border-width: 1px;
	}
div#galerie dd+dd {
	float: none;
	margin: 0 0 0 115px;
	}

div#galerie, div#galerie-visionneuse {
	margin: 25px 0 0 0;
	padding: 30px 0 0 30px;
	/*border-top: 1px dotted #ddd; */
	/* background: url("images/ligne.png") no-repeat left top; */
	}

div#galerie-visionneuse p#galerie-vignettes { 
	overflow: hidden;
	text-indent: 0; 
	margin-right: -10px;
	}
div#galerie-visionneuse p#galerie-vignettes a {
	float: left;
	width: 12%;
	max-width: 100px;
	margin: 1px 10px 10px 1px;
	}
div#galerie-visionneuse p#galerie-vignettes a.vignette-active { 
	margin: 0 11px 9px 0; 
	}
	
div#galerie-visionneuse p#galerie-vignettes a img {  
	display: block;
	width: 100%;
	border: 1px solid #999;
	background: #999;
	}
div#galerie-visionneuse p#galerie-vignettes a.vignette-active img {
	border: 2px solid #555 /*#0D61B3*/;
	}

div#galerie-image {
	position: relative;
	}

div#galerie-image img {
	border: 1px solid #999;
	width: 100%;
	cursor: pointer;
	display: block;
	background: #999;
	}

 div#galerie-image dl {
	display: table;
	width: 100%;
	margin-top: 1em;
	font-size: 0.9em;
	}
div#galerie-image dt {
	display: table-cell;
	border-right: 1px solid #ddd;
	padding-right: 20px;
	min-width: 100px;
	
	font-weight: 600;
	}
div#galerie-image dd {
	margin: 0;
	padding: 0 0 0 20px;
	border: none;
	}
div#galerie-image dd q { font-style: italic; }
div#galerie-image dd q:before, div#galerie-image dd q:after { content: none; }



/* --------------- Pour les écrans larges (>1250px) --------------- */
@media all and (min-width: 1250px) {
	h1 {
		height: 207px;
		width: 190px;
		background: url("images/titre.png") no-repeat right bottom;
		position: fixed;
		top: 50%;
		left: 5%;
		margin-top: -185px;
		}
	
	div#entete ul {
		list-style: none;
		margin: 0;
		padding: 0;
		
		position: fixed;
		top: 50%;
		left: 80%;
		margin: -14em 0 0 0;
		padding: 0 0 0 20px;
		border-left: 1px solid #ddd;
		width: auto;
		background: none;
		}
	div#entete li {
		display: block;
		margin: 0 0 0.5em 0;
		padding: 0;
		}
	
	div#contenu {
		margin: -17.3em 90px 0 27%;
		}
		
	body#section-1 div#contenu {
		margin-top: -260px;
		}
	
	div#pied {
		position: fixed;
		top: 50%;
		left: 80%;
		background: url("images/ligne.png") no-repeat 20px 12px;
		margin: 8.0em 0 0 0;
		padding: 25px 10px 0 20px;
		
		border-left: 1px solid #ddd;
		
		text-align: left;
		}
	}

/* --------------- Pour les petits écrans (<850px) --------------- */
@media all and (max-width: 850px) {
	body {
		padding: 0 10%;
		}
		
	h1 {
		position: absolute;
		margin: 0;
		top: auto;
		bottom: 1px;
		left: 0;
		padding: 0;
		}
	
	div#entete {
		position: relative;
		overflow: hidden;
		}
	
	div#entete ul {
		width: auto;
		position: static;
		padding: 0;
		margin: 20px 0 0 230px;
		float: right;
		background: none;
		overflow: hidden;
		}
	div#entete li {
		float: left;
		width: 14em;
		}
	div#entete li:nth-child(odd) {  clear: left; }
	div#entete li:nth-child(even) {  width: 6em; }
	
	div#contenu {
		position: relative;
		top: 0;
		margin: 50px 0 0 0;
		padding: 0 0 30px 0;
		}
	
	body#section-1 div#contenu { margin-bottom: 100px; }	
	body#section-1 div#contenu p:first-child {
		margin-top: 300px;
		}
		
	body#section-15 div#contenu ul {
		margin: 0 0 0 10%;
		}	
	
	div#galerie-visionneuse {
		margin: 25px 0 0 0;
		padding: 30px 0 0 0;
		}
		
	div#galerie-image {
		margin-right: 0;
		}
		
	div#pied {
		margin: 20px 0 0 0;
		padding: 10px 0 20px 0;
		position: static;
		}
	}


/* --------------- Pour les très petits écrans (<680px) --------------- */
@media all and (max-width: 680px) {
	div#contenu {
		min-height: 0;
		}
	
	div#entete ul {
		width: auto;
		position: static;
		padding: 0;
		margin: 20px 0 0 230px;
		float: right;
		background: none;
		overflow: hidden;
		}
	div#entete li {
		float: right;
		clear: left;
		text-align: right;
		}
	
	body#section-1 div#contenu {
		margin-bottom: 0;
		}
		
	body#section-1 div#contenu p {
		font-size: 0.9em;
		text-indent: 0;
		}
	
	body#section-1 div#contenu p:first-child {	
		width: auto;
		background: none;
		padding: 0;
		margin: 0 0 1em 0;
		min-height: 0;
		text-indent: 30px;
		}
	body#section-1 div#contenu p:first-child:first-letter {
		color: inherit;
		font-size: 1em;
		float: none;
		margin: 0;
		}
	
	body#section-1 div#contenu p[lang="en"] {
		margin: 0;
		padding: 0 0 0 30px;
		width: auto;
		background: none;
		}
		
	body#section-15 div#contenu ul {
		margin: 0 -20px;
		}
	
	div#galerie-image dt {
		margin-bottom: 0.5em;
		
		display: block;
		border-right: none;
		padding-right: 0;
		min-width: 0;
		
		font-weight: 600;
		}
	div#galerie-image dd {
		border-left: 1px solid #ddd;
		margin: 0;
		padding: 0 0 0 10px;
		
		font-size: 1;
		}
	}

/* --------------- Pour les écrans mobiles (<530px, iPhone, etc.) --------------- */
@media all and (max-width: 530px) {
	html { background-attachment: scroll; }
	
	h1 {
		position: relative;
		margin-top: -110px;
		left: 0;
		}
	
	div#entete ul {
		margin-left: 0;
		float: none;
		}
	div#entete li {
		text-align: left;
		margin: 0 0 0.5em 0;
		padding: 0;
		float: none;
		}
	
	body#section-1 div#contenu p:first-child { text-indent: 0; }
	
	body#section-1 div#contenu p[lang="en"] { padding: 0; }	
	
	h1, h2, h3, h4, h5, h6, div[lang="en"], div[lang="en"] h2 { margin-left: 0; }
	
	
	
	body#section-15 div#contenu ul {
		margin: 0;
		padding: 0;
		height: auto;
		background: none;
		}
	body#section-15 div#contenu ul li {
		position: static;
		font-size: 3em;
		line-height: 1.5em;
		}
	body#section-15 div#contenu ul li a {
		text-decoration: none;
		color: #7e715d;
		}
	body#section-15 div#contenu ul li a:hover:after, 
	body#section-15 div#contenu ul li a:active:after {
		content: " »";
		}
	body#section-15 div#contenu ul li:first-letter { color: inherit; }
	
	
	
	div#pied {
		margin: 20px 0 0 0;
		text-align: left;
		background: url("images/ligne.png") no-repeat top left;
		}
	}






