
/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	background-image: url('../images/bg.png');
	color: #333;
	font-size: 87.5%; /* Base font size: 14px */
	/* font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
	font-family: Arial, 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 80%;
}

p.legend {
	font-size: 75%;
	line-height: 14px;
	margin-top: 0%;
	margin-bottom: 10%;
}

p.expo {
	color: #000;
	font-size: 85%;
	line-height: 16px;
	margin-top: 1%;
	margin-left: 2%;
	margin-bottom: 1%;
	margin-right: 0%;
}

li.index { line-height: 1.3; margin-top: 3%; }

.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
    /* opacity: 0.6; */
    filter: brightness(70%);
}
       
/* ===========================
   ===== Title on image ====== 
   =========================== */

.title
{
	position:relative;
	width=100%;
}

titletext
{
	position:absolute;
	top: 7%;
	left: 6px;
	width=100%;
}

titletext span { 
	color: #daf2ea; 
	font: bold 24px/45px 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
	letter-spacing: -1px;  
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.5);
	padding: 10px; 
}

/* ===================================
   ===== Multi language support ====== 
   =================================== */

multilangtext
{
	position:absolute;
	top: 6%;
	right: 3px;
	width=100%;
}

multilangtext span { 
	color: #daf2ea; 
	font: 12px/24px 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
	letter-spacing: -1px;  
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
}

/* ===========================
   ========= Headings ======== 
   =========================== */
   /* Ancien rouge: FF6468 */
h2 {font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      font-size: 1.571em}	/* 22px */
h3 {font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      font-size: 1.429em;
          color: #FF5B5F; }	/* 20px */
h4 {font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      font-size: 1.286em;
          color: #FF5B5F; }	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .4em;
}
h4 {
	margin-top: 0%;
}

/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
	outline: 0;
}

a img {
	border: 0px; 
	text-decoration: none;
}

a.visible:link, a.visible:visited {
	color: #78b8a2;
	padding: 0 2px;
	text-decoration: none;
}

a.visible:hover, a.visible:active {
	background-color: #497072;
	color: #fff;
	text-decoration: none;
}

/* ===========================
   ===== Main Navigation ===== 
   =========================== */

.mainHeader nav {
	background: #78b8a2;
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 15px auto;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
	
.mainHeader nav ul {
	list-style: none; 
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left; 
	display: inline; 
}
	
.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 13px;
	text-decoration: none;
}
.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background: #497072;
	color: #fff;
	text-shadow: none !important;
}
	
.mainHeader nav li a {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.mainHeader img {
	width: 100%;
	height: auto;
	margin: 1% 0;
}

/* ===========================
   ==== Adjustable Image ===== 
   =========================== */

.adjustImage img {
	width: 100%;
	height: auto;
	margin: 1% 0;
}


/* ===========================
   ======= Content Area ====== 
   =========================== */

.mainContent {
	overflow: hidden;
	line-height: 18px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 85%;
	line-height: normal;
}

/* ===========================
   ======= Main Column ======= 
   =========================== */

.leftpart {
	width: 70%;
	float: left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}
.leftpart img {
	width: 100%;
	height: auto;
	margin: 1% 0;
}

.topleftpart {
	background-color: #F5F5F5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	padding: 1% 5%;	
	margin-bottom: 3%;
}

.bottomleftpart {
	background-color: #F5F5F5;	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	padding: 1% 5%;
}

/* ===========================
   ===== Right Sidebar ======= 
   =========================== */

.right-sidebar-top {
	width: 22%;
	float: left;
	margin-left: 2%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	background-color: #F5F5F5;	
	padding: 1% 3%;
	margin-bottom: 2%;
	text-align : center;
}

.right-sidebar-middle {
	width: 22%;
	float: left;
	margin-left: 2%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	background-color: #F5F5F5;	
	padding: 1% 3%;
	margin-bottom: 2%;
}

.right-sidebar-bottom {
	width: 22%;
	float: left;
	margin-left: 2%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	background-color: #F5F5F5;	
	padding: 1% 3%;
}

/* ===========================
   ===== left Sidebar ======= 
   =========================== */

.left-sidebar-top {
	width: 22%;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	background-color: #F5F5F5;	
	padding: 1% 3%;
	margin-bottom: 2%;
}

.left-sidebar-middle {
	width: 22%;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	background-color: #F5F5F5;	
	padding: 1% 3%;
	margin-bottom: 2%;
}

.left-sidebar-bottom {
	width: 22%;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	background-color: #F5F5F5;	
	padding: 1% 3%;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 0;
	background-color: #78b8a2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	color: #FFF;	
}

.mainFooter p {
	width: 91%;
	margin: 2% auto;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media only screen and (min-width : 150px) and (max-width : 780px)
{
	.body {
		clear: both; 
		margin: 0 auto; 
		width: 90%;
		font-size: 100%;
	}
	
	.mainHeader nav {
		background: #90B878;
		font-size: 1.143em;
		height: 240px;
		line-height: 30px;
		margin-bottom: 0;
		padding-bottom: 10px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
		
	.mainHeader nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
	}
	
	.mainHeader nav li {
		margin-left: 0 auto;
		width: 100%;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
		color: #FFF;
		display: block;
		height: 30px;
		padding: 5px 0;
		text-decoration: none;
	}
	
	.mainHeader nav a:active,
	.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
		background: #517A38;
		color: #fff;
		text-shadow: none !important;
	}
		
	.mainHeader nav li a {
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	
	.mainHeader img {
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}

	.adjustImage img {
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}
	
	.mainContent {
		overflow: hidden;
		line-height: 25px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		margin-top: 4%;
		margin-bottom: 2%;
	}
	
	.leftpart {
		width: 100%;
		float: left;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
	}	
	
	.topleftpart {
		background-color: #F5F5F5;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		padding: 2% 5%;
		margin-bottom: 4%;
	}
	
	.bottomleftpart {
		background-color: #F5F5F5;	
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		padding: 2% 5%;
	}

	.post-info {
		display: none;
	}
	
	.right-sidebar-top {
		width: 86%;
		float: left;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		background-color: #F5F5F5;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;		
	}
	
	.right-sidebar-top p {
		width: 90%;
	}

	.right-sidebar-middle {
		width: 86%;
		float: left;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		background-color: #F5F5F5;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
	}
	
	.right-sidebar-middle p {
		width: 90%;
	}
	
	.right-sidebar-bottom {
		width: 86%;
		float: left;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		background-color: #F5F5F5;	
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.right-sidebar-bottom p {
		width: 90%;
	}
	
	.left-sidebar-top {
		width: 86%;
		float: left;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		background-color: #F5F5F5;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 2%;		
	}
	
	.left-sidebar-top p {
		width: 90%;
	}

	.left-sidebar-middle {
		width: 86%;
		float: left;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		background-color: #F5F5F5;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
	}
	
	.left-sidebar-middle p {
		width: 90%;
	}
	
	.left-sidebar-bottom {
		width: 86%;
		float: left;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		background-color: #F5F5F5;	
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.left-sidebar-bottom p {
		width: 90%;
	}
		
	.mainFooter {
		width: 100%;
		float: left;
		margin: 2% 0;
		padding-left: 0;
		background-color: #90B878;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		color: #FFF;	
	}
	
	.mainFooter p {
		width: 86%;
		margin: 2% auto;
	}
}

.accueil_titre {
	font: bold 24px/45px 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
	color: #78b8a2;
	text-align: left;
	font-size: 2vw;
	position: absolute;
	top: 0%;
	left: 20px;
	transform: translate(0%, 0%);
}

.accueil_dessins {
 position : absolute;
 margin-bottom: 10px;
 width: 200px;
 height:200px;
 display:block;
 background:transparent url('../images/accueil_dessins.png') center top no-repeat;
 left : 20px;
 top : 100px;
}
.accueil_dessins:hover {
   background-image: url('../images/accueil_dessins_hover.png');
}

.accueil_gravures {
 position : absolute;
 margin-bottom: 10px;
 width: 200px;
 height:200px;
 display:block;
 background:transparent url('../images/accueil_gravures.png') center top no-repeat;
 left : 20px;
 top : 320px;
}
.accueil_gravures:hover {
   background-image: url('../images/accueil_gravures_hover.png');
}

.accueil_editions {
 position : absolute;
 margin-bottom: 10px;
 width: 200px;
 height:200px;
 display:block;
 background:transparent url('../images/accueil_editions.png') center top no-repeat;
 left : 20px;
 top : 540px;
}
.accueil_editions:hover {
   background-image: url('../images/accueil_editions_hover.png');
}
