
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/main-wrapper-bg.jpg) repeat left top;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #978D89;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: 300;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 170%;
}

strong {
}

a {
	color: #8F3C3A;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

img.alignright {
	float: right;
	margin-left: 30px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	padding: 0px 0px;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/page-wrapper-bg.jpg) repeat;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	overflow: hidden;
	height: 140px;
	background: #419AAD url(https://cdn.fichier-pdf.fr/signalement/images/header-wrapper-bg.jpg) repeat-x left top;
}

#header {
	overflow: hidden;
	width: 920px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 365px;
	height: 140px;
}

#logo h1, #logo p {
	float: left;
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	margin-right: 10px;
	padding: 65px 0px 0px 0px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	font-size: 45px;
	color: #FFFFFF;
}

#logo p {
	padding: 80px 0px 0px 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	font-size: 20px;
	color: #E3BBB9;
}

/** MENU */

#menu {
	float: right;
	width: 555px;
	height: 140px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 70px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-left: 15px;
}

#menu a {
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	font-size: 22px;
	color: #E7C3C1;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span {
	display: inline-block;
	height: 42px;
	padding: 0px 15px;
}

#menu li.active {
	background: url(https://cdn.fichier-pdf.fr/signalement/images/menu-left-bg.png) no-repeat left top;
	padding-left: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .05);
}

#menu li.active a {
	background: url(https://cdn.fichier-pdf.fr/signalement/images/menu-right-bg.png) no-repeat right top;
	padding-right: 5px;
}

#menu li.active span {
	background: url(https://cdn.fichier-pdf.fr/signalement/images/menu-bg.png) repeat-x left top;
	color: #FFFFFF;
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
	float: left;
	width: 675px;
}

.two-column2 #content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 205px;
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */

#footer-wrapper {
	overflow: hidden;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/main-wrapper-bg.jpg) repeat left top;
	border-top: 1px solid #C2B8B9;
}

#footer-wrapper-shadow {
	background: url(https://cdn.fichier-pdf.fr/signalement/images/footer-wrapper-shadow-bg.png) repeat-x left top;
}

#footer {
	overflow: hidden;
	height: 100px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-align: center;
	font-size: 18px;
	color: #908380;
}

/** FOOTER CONTENT */

#footer-content {
	overflow: hidden;
	width: 1000px;
	padding: 50px 5px;
}

#footer-content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 30px;
	font-weight: 300;
	color: #514849;
}

#footer-content p {
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 18px;
	font-weight: 200;
	color: #7C6E69
}

#footer-content #column1 {
	float: left;
	width: 303px;
	margin-right: 44px;
}

#footer-content #column2 {
	float: left;
	width: 303px;
}

#footer-content #column3 {
	float: right;
	width: 306px;
}

#footer-content #column3 p {
	line-height: 200%;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 11px 0px;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/list1-divider-bg.png) repeat-x left top;
}

ul.style1 a {
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 18px;
	font-weight: 200;
	color: #8F3C3A
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 5px 0px;
}

ul.style2 .first {
	padding-top: 0px;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	float: left;
	display: inline-block;
	margin: 10px 25px 5px 5px;
	border: 10px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	display: inline-block;
	margin: 10px 0px 25px 0px;
	border: 10px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
}

/** BOX STYLE 1 */

.box-style {
	overflow: hidden;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
	background-color: #FFFFFF;
}

.box-style .title {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 30px;
	font-weight: 300;
	color: #514849;
}

.box-style .subtitle {
	font-size: 23px;
}

.box-style .subheading {
	margin: 0px;
	padding: 0px;
	color: #52413B;
}

/** BOX STYLE 1 */

.box-style2 {
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
	background-color: #FFFFFF;
}

/** TWO COLUMNS */

#two-column {
	overflow: hidden;
	width: 920px;
	padding: 0px 30px 30px 30px;
}

#two-column #colA {
	float: left;
	width: 470px;
}

#two-column #colA h2 {
	padding: 0px 0px 20px 0px;
	font-size: 35px;
}

#two-column #colA strong {
	font-weight: 300;
	color: #514849;
}

#two-column #colB {
	float: right;
	width: 395px;
}

/** FOUR COLUMNS */

#four-column {
	overflow: hidden;
}

#four-column #col1 {
	float: left;
	width: 195px;
	margin-right: 30px;
}

#four-column #col2 {
	float: left;
	width: 205px;
	margin-right: 40px;
}

#four-column #col3 {
	float: left;
	width: 205px;
}

#four-column #col4 {
	float: right;
	width: 205px;
}

#box1 {
	margin-bottom: 50px;
}

#box2 {
}

#box3 {
}

#box4 {
	overflow: hidden;
	margin-bottom: 15px;
}

#box5 {
	overflow: hidden;
	margin-bottom: 25px;
}

#gallery {
	width: 395px;
	height: 235px;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/photo-grid-image-bg.jpg) no-repeat left top;
}

#grid {
	width: 395px;
	height: 235px;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/grid_bg.png) no-repeat left top;
}

.gallery {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.gallery li {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0px 0px 5px 5px;
}

.gallery .nomargin {
	margin-left: 0px;
}

.gallery li img {
	position: absolute;
}

.gallery span {
	position: absolute;
	display: block;
	width: 75px;
	height: 75px;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/active-shadow-bg.png) no-repeat left top;
}

#banner {
	overflow: hidden;
	width: 980px;
	height: 287px;
}

/** BOX STYLE 1 */

.button-style1 {
	display: inline-block;
	height: 51px;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/button1-left-bg.png) no-repeat left top;
	padding-left: 30px;
}

.button-style1 a {
	display: inline-block;
	height: 51px;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/button1-right-bg.png) no-repeat right top;
	padding-right: 30px;
	line-height: 51px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	font-size: 23px;
	color: #FFFFFF;
}

.button-style1 span {
	display: inline-block;
	height: 51px;
	padding: 0px 15px 0px 0px;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/button1-bg.png) repeat-x left top;
}

/** SLIDESHOW */

#slider {
	margin: 0 auto;
	width: 980px;
	height: 247px;
	position: relative;
}

#slider .viewer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 247px;
	overflow: hidden;
}

#slider .reel {
}

#slider .slide {
	width: 980px;
	height: 247px;
}

#slider .slide .image {
	position: absolute;
	top: 0px;
	left: 0px;
}

#slider .slide .caption {
	display: none;
}

#slider .captions {
	position: absolute;
	bottom: 83px;
	right: 0px;
	width: 980px;
	height: 87px;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/slider-caption-bg.png) repeat;
}

#slider .captions strong {
	font-weight: 300;
	color: #FFFFFF;
}

#slider .captions .captionLine {
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-align: center;
	font-weight: 300;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.30);
	letter-spacing: -1px;
	line-height: 83px;
	font-size: 42px;
	font-weight: 200;
	color: #C6C5C5;
}

#slider .captions .captionLine2 {
	display: none;
}

#slider .navigation {
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 980px;
	height: 279px;
	text-indent: -999999em;
	z-index: 11;
}

#slider .previous-button {
}

#slider .next-button {
}

#slider .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://cdn.fichier-pdf.fr/signalement/images/slider-inner-shadow.png) no-repeat left top;
	z-index: 10;
}

#slider .indicator {
	position: absolute;
	width: 980px;
	bottom: 15px;
	margin: 0px auto 0px auto;
}

#slider .indicator ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#slider .indicator ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 0px 3px;
	text-indent: -9999em;
	background:url(https://cdn.fichier-pdf.fr/signalement/images/slider-active-bg.png) no-repeat left top;
}

#slider .indicator ul li.active {
	background:url(https://cdn.fichier-pdf.fr/signalement/images/slider-default-bg.png) no-repeat left top;
}


