body {
	background: #fff;
}
h1 {
	font-family: 'Lora', serif;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0 0 .7em 0;
	line-height: 1.2;
	letter-spacing: .01em;
	color:#666;
	text-align:center;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size:1em;
	font-weight:400;
	color:#787878;
	text-align:center;
}
h3 {
	text-shadow: -1px -1px 5px rgba(150, 150, 150, 1);
}
h4 {
	font-family: 'Raleway', sans-serif;
	font-size:1em;
	font-weight:400;
	color:#535353;
}
h6 {
}
p {	font-family: 'Raleway', sans-serif;
	font-size:0.70em;
	font-weight:400;
	color:#787878;
}
ul, ol {
}
ol {
}
strong, input, button, .button {
	font-weight: bold;
}
nav ul {
	list-style: none;
}
em {
	font-style: italic;
}
a {
	color: #9f9f9f;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #222;
}
#header {
	padding: 2em 4.5% 0em;
}
body #content > .wrapper {
	padding:0 4.5% 0;
}
.gallery-caption h3 {
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size: 1.1em;
}
.gallery-caption .entry-summary > p {
	font-family: 'Lora', serif;
	font-weight: bold;
	color:#fff;
}
#footer {
	text-align: left;
	padding: 0 4.5% 0;
}
.hr {
	clear: both;
	background: #ddd;
	height: 1px;
	border: 0;
	margin: 0.8em 0;
	width:100%;
}
input[type="submit"], input[type="button"], button, .button {
	display: inline-block;
	height: auto;
	padding: 5px;
	font-weight: normal;
	font-size: 1.5em;
	text-align: center;
	cursor: pointer;
	border: none;
	background: transparent;
	margin: -2px .5em .5em 0;
	text-decoration: none !important;
	letter-spacing: 0.1em;
	color: #a4a4a4;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	outline: 0;
}
input[type=submit]:hover, input[type=button]:hover, .button:hover, button:hover, input[type=submit]:focus, input[type=button]:focus {
	color: #666;
	background-color: transparent;
	border: none;
}
footer#footer > div > button:hover {
	border-radius: 4px;
}
footer#footer > div > button.social-share-facebook:hover {
	color:#3c5a98;
}
footer#footer > div > button.social-share-twitter:hover {
	color:#00aced;
}
footer#footer > div > button.social-share-google-plus:hover {
	color:#dd4b39;
}
footer#footer > div > button.social-share-pinterest:hover {
	color:#cb2027;
}
.copyright {
	font-size:1em;
	padding-left:0;
}
#footer p.copyright {
	padding-left:0;
}
.copyright a {
	color: #929292;
	font-family: 'Raleway', sans-serif;
}
.copyright > a:hover {
	color: #666;
}
/*  SROLL TOP */
a.scroll-to-top.visible {
	opacity: 1;
}
a.scroll-to-top {
	background: transparent;
	bottom: 15px;
	display: block;
	height: 40px;
	opacity: 0;
	padding: 0;
	position: fixed;
	width: 40px;
	z-index: 1040;
	right: 25px;
}
.droite {
	float:right;
}
.gauche {
	float:left;
}
.marge {
	margin:20px;
}
.cc {
	margin:0;
	padding:0;
}
@media screen and (max-width: 599px) {
.droite {
 width:100%;
 display:block;
 text-align:center;
}
.gauche {
 width:100%;
 display:block;
 text-align:center;
}
.marge {
	margin: 10px 5px;
}
p {
	font-size:1em
}
.copyright {
	font-size:0.8em
}
}