/*
Theme Name: Quinta Sihamar
Theme URI: http://www.pushthebrand.com
Author: Push The Brand
Version: 1.0
*/

/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS START */

body {
	margin: 0; /* annule les marges de la page */
}

p {
	font-family: arial, Helvetica,sans-serif; 
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #5b5b5b;
	margin-bottom: 15px;
}

address {
	font-family: arial, Helvetica,sans-serif; 
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #5b5b5b;
	margin-bottom: 15px;
	border: 1px solid #c6c6c6;
	padding: 10px;
}


strong {
	color: #113C54;
	font-weight: 600;
}

.phabitation {
	color: white;
	margin-top: 10px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

#bgContentInterne li {
	font-family: arial, Helvetica,sans-serif; 
	font-weight: normal;
	color: #113C54;
	list-style: disc;
	font-size: 13px;
	margin-bottom: 5px;
	list-style-position: outside;
}

#bgContentInterne ul {
	margin: 20px 0 20px 40px;
}

.texte1 {
	font-family: arial, Helvetica,sans-serif; 
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

h1 {
	font-family: 'Droid Serif', arial, serif;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 20px;
	color: #113C54;
}

h2 {
	font-family: 'Droid Serif', arial, serif;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 20px;
	padding-top: 30px;
	color: #113C54;
}

h3 {
	font-family: 'Droid Serif', arial, serif;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #113C54;	
}

h4 {
	font-family: 'Droid Serif', arial, serif;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px;
	color: #113C54;
}

a {
	color: #7aaa00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, img a {
	border: none;
}

#bgHeader {
	background: url(medias/bg_header.jpg) repeat-x;
	height: 140px;
}

#containerHeader {
	background: url(medias/bg_navigation.png) no-repeat;
	width: 960px;
	height: 140px;
	margin: 0 auto;
}

#logo {
	float: left;
	background: url(medias/logo_quinta.png) no-repeat;
	width: 331px;
	height: 140px;
}

#navigation {
	float: right;
	padding-top: 60px;
	font-family: 'Droid Serif', arial, serif;
	font-weight: normal;
	font-size: 16px;
}

#navigation li {
	display: block;
	float: left;
	margin-right: 20px;
}

#navigation li a {
	height: 40px;
	padding-top: 5px;
	display: block;
	float: left;
	text-decoration: none;
	color: white;
	text-shadow: 0px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}

#navigation li a:hover {
	padding-top: 0px;
	text-shadow: 0px 0px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

#bgContent{
	background: url(medias/bg_content.jpg) repeat-x;
	height: 672px;
}

/* SLIDER */

#containerSlider{
	width: 920px;
	height: 400px;
	margin: 0 auto;
	padding-top: 30px;
}

#bgslider {
	width: 900px;
	height: 380px;
	padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
}

#imageSlider, #imageSlider ul, #imageSlider li {
	width: 900px;
	height: 380px;
}
 #imageSlider li {overflow: hidden; position: relative;}
 #imageSlider li .text_slider {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    color: #FFF;
    text-shadow: 0 0 10px #000;
    font-family: sans-serif;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    height: 39px;
    background-color: rgba(18, 60, 84, 0.48);
    line-height: 39px;
 }

#left-arrow {
	position: relative;
}

#right-arrow {
	position: relative;
}

#left-arrow a {
	display: block;
	background: url(medias/arrow_slider_L.png) no-repeat;
	width: 48px;
	height: 64px;
	position: absolute;
	top: -230px;
	right: 30px;
}

#right-arrow a {
	display: block;
	background: url(medias/arrow_slider_R.png) no-repeat;
	width: 48px;
	height: 64px;
	position: absolute;
	top: -230px;
	left: 930px;
}


/* END SLIDER */

#containerMap {
	width: 960px;
	height: 240px;
	margin: 0 auto;
	background: url(medias/bg_map.png) top no-repeat;
}

#transat {
	float: left;
	margin-top: 90px;
	background: url(medias/transat.png) no-repeat;
	width: 114px;
	height: 126px;
}

#txtTransat {
	float: left;
	margin-top: 100px;
	width: 295px;
	height: 105px;
	background: url(medias/end_page_1.png) repeat-x bottom;
}

#txtTransat p {
	font-family: 'Droid Serif', arial, serif;
	font-weight: normal;
	font-size: 22px;
	color: white;
	line-height: 28px;
}

#Map {
	float: right;
	margin-top: 22px;
	width: 482px;
	height: 182px;
	background: url(medias/map2.png) no-repeat;
}

#bgFooter {
	background: url(medias/bg_footer.png) repeat-x;
	height: 398px;
}

#contentFooter {
	width: 960px;
	margin: 0 auto;
}

#habitation {
	float: left;
	width: 215px;
	height: 270px;
	background: url(medias/end_page_2.png) repeat-x bottom;
	padding-top: 45px;
	padding-bottom: 20px;
	margin-right: 12px;
	margin-left: 12px;
}

#habitation h1.titreshome {
	font-family: 'Droid Serif', arial, serif;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 15px;
	color: white;
	text-align: center;
}



#navigationFooter {
	width: 960px;
	margin: 0 auto;
	font-family: 'Droid Serif', arial, serif;
	font-weight: normal;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

#navigationFooter li {
	display: inline;
	margin-right: 20px;
}

#navigationFooter a {
	text-decoration: none;
	color: #113c54;
}

#navigationFooter a:hover {
	text-decoration: none;
	color: #245876;
	font-style: italic;
}

#bgContentInterne{
	background: url(medias/bg_content_interne.png) bottom repeat-x #103a50;
	padding-top: 40px;
	padding-bottom: 60px;
}

#bgWhiteText {
	width: 920px;
	margin: 0 auto;
	background-color: white;
	padding: 20px;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}

/* WP */

img.attachment-thumbnail {
	border: 1px solid #113C54 !important;
	padding: 1px !important;
	margin-bottom: 13px;
}