/* Feuille de style */

/* Ajout des polices */
/*@font-face {
	font-family: 'JaneAust';
	src: url('JaneAust.ttf');
}*/

@font-face {
    font-family: 'JaneAustenNoSecret';
    src: url('font/janeaust-webfont.eot');
    src: url('font/janeaust-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/janeaust-webfont.woff') format('woff'),
         url('font/janeaust-webfont.ttf') format('truetype'),
         url('font/janeaust-webfont.svg#JaneAustenNoSecret') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* -------------------------------------------------------------------- */
/* GENERAL */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
}

#content {
	height:100%;
	margin:0;
   	padding-bottom:60px;   /* Height of the footer */
}

.page {
font-family: Century Gothic, Helvetica, Verdana, Arial, sans-serif;
	margin: 0 auto 0 auto;
	width: 975px;
	position:relative;
	padding-left:5px;
	padding-right:5px;
}

p {
	border: 0;
}

a {
	text-decoration: none;
	color: #334050;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

#titre {
	width: 100%;
	height: 130px;
	background-color: #f2f0f3;
}

#titre h1 {
	font-family: 'JaneAustenNoSecret', Century Gothic;
	color: #1d3449;
	display: inline-block;
	font-size: 3em;
	margin: 0px;
	margin-top: 30px;
	margin-left: 8%;
	font-weight: 100;
}

#empty {
	clear:both; 
	width:100%;
}


/* -------------------------------------------------------------------- */
/* HEADER */

header {
	position: relative;
	top: 0px;
	width: 100%;
	background-color: #12202c;
	overflow: hidden;
	text-align: center;
	line-height: 2em;
}

header p {
	width: 360px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	font-size: 1.3em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
}

#header-title {
	padding-left: 20px;
	color: #dee3e9;
	font: normal 1.3em 'JaneAustenNoSecret';
}

nav {
	text-align: right;
	display: inline-block;
	padding: 0px;
	float: none;
	width: 600px;
	vertical-align: middle;
}
nav ul {
	list-style-type: none;
}

nav li {
	margin-left: 10px;
	display: inline-block;
}

nav li a {
	padding: 3px;
	color: white;
	text-decoration: none;
}

nav li a:hover {
	border-bottom-color: white;
	border-bottom-style: inset;
	border-bottom-width: 1px;
}

/* -------------------------------------------------------------------- */
/* ACCUEIL */

#section1 {
	height: 350px;
	width: 100%;
	background-color: #f2f0f3;
}

#logo {
	margin-top: 15px;
}

#section1 aside {
	margin: 0px;
	height: 350px;
	width: 370px;
	display: inline-block;
	vertical-align: top;
	text-align:center;
}

#section1 aside h1 {
	font-size: 1.3em;
	color: #1d3449;
}

#section1 #slideshow {
	margin: 0px;
	display: inline-block;
}

/* Slideshow */
/* http://jonraasch.com/blog/a-simple-jquery-slideshow */
#slideshow {
	position:relative;
	height:350px;
	width:600px;
}

#section2 {
	margin-right: 0px;
	margin-left: 0px;
	right: 0px;
	left: 0px;
	height: 160px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #d2dde8;
	border-bottom-width: 1px;
	border-top-color: #d1dae5;
	border-top-style: solid;
	border-top-width: 3px;
	background-color: #e5ebf0;

}

#section2 table {
	display: inline-block;
	vertical-align:middle;
	color: #818181;
	margin:0;
}

#ouverture  em, #lieu em, #en-ce-moment em {
	font-style: normal;
	font-weight: normal;
	color: #373737;
	font-size: 1em;
}

#en-ce-moment {
	text-align: center;
	height: 130px;
	width: 370px;
	color: #1d3449;
	position: relative;
	top:8px;
}

#button {
	text-align: center;
	height: 49px;
	width: 317px;
}

#ouverture {
	height: 130px;
	width: 300px;
	position: relative;
	top:8px;
}

#lieu {
	height: 130px;
	width: 250px;
	position: relative;
	top:8px;
}

#ico {
	width: 30px;
	height: 130px;
	display: inline-block;
	text-align: center;
	position: relative;
	top:18px;
}



/* -------------------------------------------------------------------- */
/* FOOTER */

footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	overflow:hidden;
	margin-top:0.5em;
	margin-right: 0px;
	margin-left: 0px;
	border-top-color: #d1dae5;
	border-top-style: solid;
	border-top-width: 3px;
	background-color: #e5ebf0;
	text-align: center;
	clear:both;
}

footer a {
	text-decoration: none;
	color: #818181;
}

footer p {
	display: inline-block;
	font-size: 0.8em;
	line-height: 2em;
	color: #818181;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;	
}

#copyright {
	color: #0c2143;
}


footer strong {
	font-size: 1.1em;
}

/* -------------------------------------------------------------------- */
/* Expositions */


.expo-liste-header {
	width: 100%;
	border-top-color: #d1dae5;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom: 1px #d1dae5 solid; 
	background-color: #e5ebf0;
	font-weight: 100;
	margin-top:0.6em;
	margin-bottom:0.6em;
}

.expo-liste-header h2 {
	padding-left: 1.2em;
}

.expo-liste .artiste {
	margin:0;
	padding-top:1em;
	padding-left:1em;
	padding-bottom:0.7em;
	display: inline-block;
}

.expo-liste .artiste:hover {
	background-color:#edf2f6;
	border-radius:7px;
}

.expo-liste img {
	display: inline-block;
	width: 150px;
	height: 150px;
	/* contour pour aider à la mise en page */
	/*border: 1px black solid;
	  border-radius: 4px;*/
}

.expo-liste aside {
	width: 280px;
	display: inline-block;
	vertical-align: top;
	padding-left:20px;
	padding-top : 30px;
}

.expo-liste h2 {
	color: #334050;
	margin:0px;
	font-weight: 100;
}

.expo-liste p {
	margin:0px;
}

.expo-liste .expo-date {
	color: #8f8f8f;
}

.expo-liste .expo-type {
	color: #636363;
	margin-bottom: 1em;
}

.expo-liste .expo-statut {
	color: #636363;
}

.expo-liste .expo-statut em {
	color: #d32b2b;
}

/* -------------------------------------------------------------------- */
/* Artistes */

#artiste-content {
		height: 1600px;
}

#artiste-content #pictures {
	list-style: none outside none;
	margin: 0 auto;
	padding: 0;
	width: 904px; /* Nous affichons les images sur 2 colonne, la largeur est égale à 2 fois la largeur pour chaque image */
	display: block;
}

#artiste-content #pictures li .name {
	color:white; 
	padding-left:10px; 
	position:absolute; 
	bottom:0px; 
	margin:0; 
	font-size:1.3em;
	line-height:1em;
}

#artiste-content #pictures li .work {
	font-size:0.7em;
	color:#6ca1dd;
}

#pictures li {
	border: 1px solid #000; /* Ajout d'une bordure noire */
	float: left;
	height: 261px; /* Hauteur de l'image */
	overflow: hidden;
	position: relative;
	width: 450px; /* Largeur de l'image */
}


/* -------------------------------------------------------------------- */
/* Liens */

#link-content {
	text-align: center;
}

#link-content article {
	width:49%;
	display:inline-block;
	vertical-align:top;
}

#link-content h1 {
	margin:0;
	margin-top: 0.3em;
}

#link-content a {
	text-decoration: underline;
	font-size:small;
}

#link-content p {
	margin:0;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#link-content hr {
	background-color: rgb(242, 240, 243);
	height: 1px;
	border: 0;
}

/* -------------------------------------------------------------------- */
/* Contact */

#contact-content {
	text-align:center;
}

#contact-content #google-map {
	display:inline-block;
	vertical-align: middle;
	text-align:center; 
	padding-top:1em;
	padding-bottom:1em; 
	width:640px;
}

#contact-content article {
text-align:right;
	margin-top:3em; 
	float:left; 
	width: 300px;
	display:inline-block;
	vertical-align: middle;
}

/* -------------------------------------------------------------------- */
/* Gite */
#gite-content {
	text-align:center;
}

#gite-content #slideshow {
	height:600px; 
	width:450px; 
	margin:1em; 
	display:inline-block;
	vertical-align: middle;
}
#gite-content p {
	text-align:left;
	display:inline-block;
	width:300px;
	vertical-align: middle;
	display:inline-block;
	vertical-align: middle;
}
