@charset "utf-8";
/* CSS Document */

body{ 
	margin:0; 
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#7e7661;
	background-image:url(http://www.perigord-locations-vacances.com/images/bg_pattern.jpg);
}

.site-width{ width:950px; margin: 0 auto;position: relative}
.left{ float:left}
.right{ float:right}
.clear{ clear:both}
.image-droite{float:right;margin:0 0 5px 5px; border:5px solid #E6E3DC}
.image-gauche{float:left;margin:0 5px 5px 0}

.border-r{ border-right:1px solid #f6ead0}
.opacity5 { opacity:0.5;}

#master{
}
#header{ background-color:#493E38; height:130px;}
#logo{ background-image:url(http://www.perigord-locations-vacances.com/images/bg_logo.png); background-repeat:no-repeat; width:230px; height:237px; position:absolute; text-align:center; z-index:100}
.line1{ color:#493f39; font-size:23px; margin-top:20px; line-height:30px; margin-left:-5px}
.line1 span{font-size:53px}
.line2{ color:#fefcce; font-style:italic; font-size:18px; margin-top:55px; margin-left:-5px}
blockquote {background-color:#FF7E00;color:#fff;font-size:20px; padding:5px;text-align:center}

/* NAVIGATION */
#menu{ background-color:#6A7936; border-top:1px solid #a0a97e; }
#navigation{ padding-left:500px;z-index:90}
#navigation ul{
	list-style-type:none;
	height:45px;
	margin:0;
	padding:0;
}
#navigation ul li{
	float:left;
	padding:8px 5px;
}
#navigation ul li a{
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	display:block;
	padding:5px 15px;
}
#navigation ul li a:hover, #navigation ul li.menuactive a{ 
	background-color:#a0a97e;  
	color:#FFFFFF; 
	border-radius:5px
}

#navigation ul li.parent ul{
	background-color: #a0a97e;
    display: none;
    margin: 0;
    padding: 5px;
    position: absolute;
    z-index: 1000;
	height: auto;
	border-radius:5px;
	border-top:1px solid #6A7936;
}
#navigation ul li.parent li{float:none;s}
#navigation ul li.parent li a{font-size:13px; color:#FFFFFF;	text-transform:none}
#navigation ul li.parent li a:hover{ background-image:none; background-color:#6A7936}
#navigation ul li:hover ul li, #navigation ul li:hover ul{display:block}


/* GENERAL */ 

.intro{
        background-color:#f6f5f2;
	border-radius:5px;
	padding:15px;
        font-size:15px;
}

#body{ background-color:#fff; box-shadow: 0px 0px 15px #333333;	z-index:80; min-height:650px;}
#content{ padding:20px;}
#content2{ padding:20px; width:650px; border-left: 1px solid #D7D4CD}
#sidebar{ width:200px; padding:20px}
.page{background-image:url(http://www.perigord-locations-vacances.com/images/bg_body.jpg); background-repeat:repeat-x; border-top:1px solid #FFFFFF;padding-top:30px!important}

#body h1{ font-size:35px; font-weight:normal; color:#493E38; border-bottom:4px double #94857d; padding-bottom:10px;letter-spacing:-1px; font-style: normal}
#body h2{ font-size:24px; font-weight:normal; color:#7e7661; border-bottom:1px dotted #7e7661; border-top:1px dotted #7e7661;padding:5px 5px;letter-spacing:-1px; font-style:normal;background-color: #F9F7F0;}
#body h3{ font-size:19px; font-weight:normal;letter-spacing:-1px; color:#6A7936}
#body a{color:#b16000}

.product-large{
	background-color:#edebe4;
	border-radius:5px;
	padding:15px;
	width:403px;
	text-shadow:1px 1px 1px #FFF;
        color:#7e7661
}

a.read-more, a.bouton{ display:inline-block; padding:10px; color:#FFFFFF !important;  background-color:#8a745b; text-decoration:none; text-transform:uppercase;  border-radius:3px; 
box-shadow: 4px 4px 4px #999; text-shadow: 1px 1px 1px #999}
a.read-more:hover, a.bouton:hover{ background-color:#b9cc73;}
a.bouton{margin-right:20px;box-shadow: 2px 2px 2px #999;}

table.tarifs{}
table.tarifs tr{background-color:#fff;}
table.tarifs th{background-color:#DBE9A2; font-weight:normal}
table.tarifs td{background-color:#F9F7F0;}
table.tarifs td.corner{background-color:#fff;}
#footer{
	background-color:#403630; 
	height:50px;
	border-top:10px solid #6A7936;
	color:#FFFFFF;
	padding:10px 0
}
#footer a{color:#FFFFFF; text-decoration:none}
#footer a:hover{color:#FFFFFF; text-decoration: underline}


/* FORM CONTACT */
fieldset{ border:none; margin:0; padding:0}
legend { display:none}
label { display:block; margin:10px 0}
input[type="text"], textarea {     
	border: 1px solid #DFDFDF;
    color: #878894;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 8px 5px 9px;
	width:300px;
	display:block;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.05) inset;
}
textarea {
    -moz-box-sizing: border-box;
    display: block;
    margin: 0;
    width: 100%;
}

input[type="text"]:focus, textarea:focus { background-color:#EEEEEE }

.submit input {
	cursor:pointer;
    border: 1px solid #DFDFDF;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05) inset;
    color: #000000;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin: 10px 0;
    padding: 9px 24px 12px 13px;
    text-decoration: none;
    text-transform: capitalize;
}
.fb_invalid input, .fb_invalid textarea {border: 1px solid #b16000;}
.fb_invalid, .error, .error_message{ color:#b16000;}


.NewsSummary {
    border-bottom: 1px dotted #B9B6AF;
    padding: 10px 0;
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {font-style: italic;font-size: 0.8em;color:#493E38}
.NewsSummaryLink {margin: 2px 0;}
.NewsSummaryLink a{color:#6A7936; text-decoration:none;font-size:18px; letter-spacing:-1px}
.NewsSummaryLink a:hover{color:#ffab48;}
.NewsSummaryContent {margin: 10px 0;font-size:12px;}
.NewsSummaryContent a{color:#6A7936!important}
.NewsSummaryMorelink {}
.NewsSummaryMorelink a{display:inline-block; padding:3px 9px; color:#FFFFFF; background-color:#b9cc73; text-decoration:none; border-radius:3px;float:right}
.NewsSummaryMorelink a:hover{background-color:#ffab48;}

/* NOVARESA */

.btn-group{
 display:none!important;
}

.media-body {
    overflow:visible!important;
}
#widget-novaresa .price{
    white-space: nowrap;
}
#widget-novaresa .sel-dates{
    white-space: normal!important;
}
#widget-novaresa .preview{
   /*display:none!important;*/
}
#widget-novaresa .pull-right {
    clear:both
}
#widget-novaresa .control-label {
    margin:0 5px 10px 0!important
}

#novaresa {
	background-color:#322a26;
	margin:10px;
	padding:10px;
	border-radius:5px;
	width:500px;
	color:#FFFFFF;
        z-index:100
}
#novaresa h3{ border-bottom:1px solid #60554f; padding:5px 0; margin:5px 0; font-size:20px; font-weight:normal}
#novaresa form{ margin-top:20px}
#novaresa label, #novaresa input {float:left}
#novaresa label { margin:2px 10px}
#novaresa #to { position: relative; z-index: 100000;}
#novaresa #from { position: relative; z-index: 100000;}
#novaresa input[type=text]{
    border: 0 none;
    border-radius: 0 0 0 0;
    color: #E9E9E9;
    float: left;
    font-size: 12px;
    height: 26px;
    margin-right: 12px;
    padding: 0 5px;
    width:90px;
    background-color:#39393A;
    background: url("http://www.novaresa.net/themes/novaresa/img/bg-calendar.png") no-repeat scroll 82px center #39393A;
    position: relative; z-index: 100000;
}

#novaresa input[type=submit]{
	background-color:#7F6D66;
	border: 0 none;
	padding:5px;
	font-size:14px;
	height: 26px;
 	color:#FFFFFF;
}
.datecontrol { z-index:9999; } 
#google_translate_element{
   position:absolute;
   left:720px;
   top:25px;
}

.ui-datepicker{z-index:100}
/* Stylesheet: ESPITIMMO CSS Modified On 2014-06-20 16:16:33 */
