@import url('/themes/personne/css/reset.css');

@font-face {
	font-family: 'Museo700';
	src: url('/themes/personne/fonts/museo700-regular-webfont.eot');
	src: url('/themes/personne/fonts/museo700-regular-webfont.eot#iefix') format('embedded-opentype'),
		url('/themes/personne/fonts/museo700-regular-webfont.woff') format('woff'),
		url('/themes/personne/fonts/museo700-regular-webfont.ttf') format('truetype'),
		url('/themes/personne/fonts/museo700-regular-webfont.svg#Museo700') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background:#fff;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
#front {
	background:transparent url(/themes/personne/images/background-header.jpg) repeat-x top left;
}
p{
	text-align:justify;
	line-height:19px;
	padding:0px;
	margin:0px;
}
h1 {
	color: #fff;
}
h2{
	padding:0px 0 10px 0;
	margin:0px;
	color:#45b9bf;
	font-size:22px;
	font-weight:bold;
	font-family: 'PT Serif Caption', serif;
}
h3{
	padding:0px 0 10px 0;
	margin:0px;
	color:#45b9bf;
	font-size:18px;
	font-weight:normal;
	font-family: 'PT Serif Caption', serif;
	font-style: italic;
}
.clear{
	clear:both;
}
#wrap{
	width:999px;
	margin:20px auto auto auto;
}
#main_container{
	width:999px;
	background:none;
}

#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#front #header {
	width: 1200px;
	margin-left: -150px;
}

#parallax {
	margin-left: 150px;
}

#logo{
	float:left;
	text-indent: -9999px;
	background:url(/themes/personne/images/logo.png) no-repeat 20px 0;
	width: 150px;
	height: 110px;
}

#logo a {
	display: block;
	width: 150px;
	height: 110px;
}

.parallax-viewport {
	position: relative;     /* relative, absolute, fixed */
	overflow: hidden;
}
.parallax-layer {
	position: absolute;
}

/*----------------------menu-------------------------*/
#menu{
	width:550px;
	float: left;
	padding:60px 0 0 100px;
	font-family: 'Museo700', sans-serif;
	color: #000;
}
#front #menu {
	width:960px;
	margin-left: auto;
	margin-right: auto;
}
#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
}
#front #menu ul{
	width: 550px;
	margin: auto;
}
#menu ul li{
	list-style:none;
	display:inline;
	float:left;
	width:auto;
	padding:0px;
	font-size:18px;
}
#menu ul li a,#menu ul li a:visited{
	float:left;
	text-decoration:none;
	padding:0px 10px 0 5px;
	margin:0px 2px 0 2px;
	color:#000;
	text-align:center;
	border-right: 2px solid #000;
}
#menu ul #contact-link a{
	border-right: none;
}
#menu ul li a:hover{
	color:#45b9bf;
}
#menu ul li a.active{
	color:#45b9bf;
}

/*-------------------------------*/
.center_content{
	width:960px;
	clear:both;
	margin:auto;
	padding:10px 0 20px 0;
}
#front .center_content_pages{
	font-family: 'PT Serif Caption', serif;
	font-style: italic;
}
#front #content{
	padding-left: 275px;
	padding-top: 55px;
	width: 450px;
}
.center_content_pages{
	width:960px;
	clear:both;
	margin:auto;
	margin-top: 10px;
	padding:20px 0 20px 0;
	background:transparent url(/themes/personne/images/background.jpg) no-repeat right bottom;
	min-height: 250px;
}
a.more,
a:hover.more{
	float:right;
	color: #B52025;
}
a:visited.more{
	color: #B52025;
}
#content {
	padding: 5px 30px 15px 30px;
}
a,
a:visited{
	color: #000;
}
a:hover{
	color: #45b9bf;
}

#content.contact {
	width: 550px;
	float: left;
}
#content h2{
	padding-bottom: 25px;
}
.static-content {
	padding-left: 305px;
}
#front .static-content {
	padding-left: 5px;
	width: 350px;
}

/* GALERIE */

.iw_wrapper{
	width:70%;
	margin:30px auto 100px auto;
	position:relative;
}
ul.iw_thumbs li{
	float:left;
	margin:5px;
}
ul.iw_thumbs li div{
	position:absolute;
	top:125px;
	width:140px;
	padding:0px 20px 0px 20px;
	display:none;
	color:#fff;
	z-index:100;
}
ul.iw_thumbs li div h2{
	font-family: 'PT Serif Caption', serif;
	font-style: italic;
	color: #fff;
	font-size:14px;
}
ul.iw_thumbs li div p{
	font-size:12px;
	line-height:16px;
}
ul.iw_thumbs li:nth-child(1){
	margin-left:50px;
}
ul.iw_thumbs li:nth-child(even){
	margin-top:30px;
}
ul.iw_thumbs li:nth-child(3n){
	margin-left:20px;
}
ul.iw_thumbs li img{
	border:7px solid #fff;
	cursor:pointer;
	position:relative;
	-moz-box-shadow:1px 1px 1px #aaa;
	-webkit-box-shadow:1px 1px 1px #aaa;
	box-shadow:1px 1px 1px #aaa;
}
ul.iw_thumbs li img:hover{
	-moz-box-shadow:1px 1px 7px #777;
	-webkit-box-shadow:1px 1px 7px #777;
	box-shadow:1px 1px 7px #777;
}
ul.iw_thumbs li:nth-child(even) img{
	height:40px;
}
ul.iw_thumbs li:nth-child(odd) img{
	height:60px;
}
ul.iw_thumbs li:nth-child(5n) img{
	height:90px;
}
ul.iw_thumbs li:nth-child(6n) img{
	height:130px;
}
ul.iw_thumbs li:nth-child(7n) img{
	height:40px;
}
.iw_ribbon{
	position:fixed;
	height:365px; /*first 126 then 0 to close and 100% to open (while top goes to 0) */
	width:0px;/*first 0 then animate to 100%*/
	left:0px;/*or right 0*/
	top:0px; /*First, top of thumb, then animate to 0*/
	background:#000;
	opacity:0.8;
	z-index:10;
	overflow:hidden;
	display:none;
}
.iw_close{
	position:absolute;
	top:10px;
	right:10px;
	background:#f0f0f0 url(/themes/personne/images/close.gif) no-repeat center center;
	width:18px;
	height:18px;
	display:none;
	cursor:pointer;
}
.iw_zoom{
	color:white;
	font-size:8px;
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	padding:14px;
	display:none;
	float:right;
	margin-right:30px;
}
.iw_ribbon img{
	position:absolute;
	top:50%;
	left:50%;
	border:7px solid #fff;
}
.iw_loading{
	background: #fff url(/themes/personne/images/loader.gif) no-repeat center center;
	width:28px;
	height:28px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10000;
	margin: -14px 0px 0px -14px;
	opacity:0.8;
}



/*-----------------------contact_form-------------------*/
#form_contact {
	margin: 20px 0 20px 0 !important;
}
.error {
	padding: 1em;
	color: red;
	background-color: rgba(255,0,0,0.1);
	margin-bottom: 1em;
	border: 1px dashed red;
}

.success {
	padding: 1em;
	color: green;
	background-color: rgba(0,255,0,0.1);
	margin-bottom: 1em;
	border: 1px dashed green;
}


#form_contact fieldset{
	border: none;
}
#form_contact label{
	font-size: 14px;
	color: #45b9bf;
	font-family: 'PT Serif Caption', serif;
	padding-top: 5px;
}
#form_contact input,
#form_contact textarea{
	margin-bottom: 8px;
}
#form_contact input[type=submit],
#form_contact input[type=reset]{
	background: #45b9bf;
	border: none;
	color: #fff;
	font-family: 'PT Serif Caption', serif;
}
/*-----------------------------footer------------------*/
.footer{
clear:both;
	width:960px;
	margin:auto;
	background:url(/themes/personne/images/footer_bg.jpg) no-repeat center;
	height:65px;
}
.footer-content{
	clear: both;
	padding: 8px 10px 0 10px;
	font-size: 9px;
	text-align: center;
	color: #555555;
}

.footer_links{
	width: 960px;
	height: 25px;
	background: #45b9bf;
	padding:2px 15px 2px 15px;
	font-family: 'PT Serif Caption', serif;
}
#nav-foot{
	list-style:none;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 2px;
}
#nav-foot li{
	display:inline;
	float:left;
	width:auto;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	padding:0px;
	margin:0px 2px 0 2px;
	text-align:center;
	border-right: 1px solid #fff;
}
#nav-foot #contact-link{
	border-right: none;
}
.footer_links a{
	text-decoration:none;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
}
.footer_links a:hover{
	text-decoration:underline;
	color: #2A1C11;
}
.copyright{
	clear: both;
	text-align: center;
	padding:15px 0 15px 15px;
	color:#000;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}
.copyright a{
	color: #000;
	text-decoration:underline;
}
/* ADMIN */
input.media.ornament {
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0px;
	outline:none;
	background: url(/themes/personne/css/img/media.png) no-repeat;
	border: none;
	padding: 2px 4px;
}

#id_ornament3 {
	clear: both;
}
