@font-face {
    font-family: 'EnglishRegular';
    src: url('fonts/english-webfont.eot');
    src: url('fonts/english-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/english-webfont.woff') format('woff'),
         url('fonts/english-webfont.ttf') format('truetype'),
         url('fonts/english-webfont.svg#EnglishRegular') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ScriptinaRegular';
    src: url('fonts/scriptin-webfont.eot');
    src: url('fonts/scriptin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/scriptin-webfont.woff') format('woff'),
         url('fonts/scriptin-webfont.ttf') format('truetype'),
         url('fonts/scriptin-webfont.svg#ScriptinaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

*{ 
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body{
    font-family: "Segoe UI", "Trebuchet MS", arial, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    color: #7b4021;
    background: url('../images/tile_bg.jpg') repeat;
}

div.main{
    min-width: 1000px;
    padding: 1px 0px 0px;
}

a{
    color: #3a190d;
    text-decoration: underline;
}

a:hover{
    text-decoration: none;
}

p{
    line-height: 140%;
    text-align: justify;
    margin: 0px;
}

img{
    vertical-align: middle;
}

img.left{
    float: left;
    margin: 0px 10px 10px 0px;
}

form{
    padding-top: 10px;
}

form fieldset{
    border: 1px solid;
    padding: 5px;
    border-radius: 4px;
    width: 950px;
    margin: 10px auto;
}

form fieldset legend{
    padding: 0px 16px;
    margin-left: 2px;
    border-radius: 6px;
    font-size: 1.1em;
    font-weight: bold;
}

form div{
    margin: 5px;
}

form label{
    display: inline-block;
    margin-right: 5px;
    width: 300px;
    text-align: right;
    vertical-align: top;
    cursor: pointer;
}

form p.error{
    display: inline-block;
    font-style: italic;
    color: #ec2300;
    vertical-align: top;
}

form input[type="text"], form input[type="password"], form textarea, form select{
    display: inline-block;
    padding: 3px 6px;
    color: #666;
    border: #666 1px solid;
    border-radius: 2px;
}

form input[type="text"], form input[type="password"], form textarea{
    width: 300px;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus{
    border: #999 1px solid;
}

form div.textarea{
    display: inline-block;
    width: 500px;
}

form div.textarea textarea{
    width: 100%;
}

form input[type="submit"], form button{
    margin-left: 310px;
    margin-bottom: 1rem;
}

form input[type="submit"], form button{
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:2px 6px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    cursor: pointer;
}
    
form input[type="submit"]:hover, form button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}

form input[type="submit"]:active, form button:active {
    position:relative;
    top:1px;
}

/*
 * Layout
 */

#page{
    position: relative;
    z-index: 1;
    width: 1000px;
    padding: 26px 0px 1px; /* clear margin */
    margin: 0px auto;
    background: url('../images/page_bg_2.png') repeat-y top center;
}

#header{
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 18px;
    padding: 0px 28px;
}

h1.sitetitle{
    font-family: "EnglishRegular", times;
    font-style: italic;
    text-decoration: none;
    font-weight: 650;
    font-size: 48px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}

#content{
    margin-top: 20px;
}

#footer{
	position: relative;
    width: 1000px;
    margin: auto;
    min-height: 120px;
    padding: 10px 0px 20px;
    background: url('../images/page_bg_bottom.png') repeat-y;
	z-index: 1;
}

#footer>div{
    margin: 0px 10px;
}

#footer > div > p{
    text-align: center;
}


div.copy{
    width: 100%;
    text-align: center;
}

hr#end{
    margin: auto;
    border: none;
    width: 995px;
    height: 0px;
    border-bottom: 1px solid #1a1400;
}

#inner-footer>div{
    margin: 0px 3px;
}

#lang{
    position: absolute;
    top: 5px;
    right: 0px;
    text-align: right;
}

#lang a{
    text-decoration: none;
}

div.overlay{
    position: absolute;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: 552px;
    margin-top: 32px;
    background: url('../images/fleurs.png') top center no-repeat;
}

a.logo_gite_de_france{
    position: absolute;
    right: 0px;
    top: 0px;
}

div.clear{
    clear: both;
}

div.blocleft, div.blocright{
    border: 2px dashed #370e0e;
    border-radius: 12px;
}

div.blocleft{
    width: 550px;
    height: 180px;
    margin: 20px 0px 10px 40px;
    padding: 1px 0px;
}

div.blocleft:first-child{
    margin-top: 0px;
}

div.blocright{
    width: 300px;
    height: 280px;
    float: right;
    margin-right: 40px;
    padding: 1px 0px;
}

div.blocleft>div, div.blocright>div{
    margin: 10px;
    overflow: hidden;
}

#headbar{
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url('../images/headbar_bg.png');
    box-shadow: 0px 0px 1px rgba(0,0,0,0.6);
    filter: alpha(opacity=70); 
    -ms-opacity: 0.7;
    opacity: 0.7;
    -moz-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
}

#headbar:hover{
    filter: alpha(opacity=100); 
    -ms-opacity: 1.0;
    opacity: 1.0;
}

#headbar>div{
    position: relative;
    width: 990px;
    margin: auto;
}

ul.mainmenu{
    list-style: none;
    display: block;
}

ul.mainmenu>li{
    float: left;   
    margin-right: 36px;
    line-height: 36px;
    height: 36px;
}

ul.mainmenu>li a{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 100;
    text-decoration: none;
    text-shadow: -1px 0px 1px rgba #000000;
    font-family: "FreebooterScriptRegular";
    font-weight: 500;
    font-style: normal;
}

ul.mainmenu>li a:before{
    content: '/ ';
}

ul.mainmenu>li a:hover{
    text-decoration: underline;
}

form.module_reservation{
    margin-bottom: 5px;
}

div#content>div{
    margin: 0px 3px;
}

div#content .diaporama a img{
    max-width: 920px;
    max-height: 436px;
    margin: auto;
}

.camera_wrap .camera_pag .camera_pag_ul li{
    background-color: #fdfed5 !important;
}

.camera_thumbs_cont{
    background: none !important;
}

div.blocs{ 
    margin: 0px 10px 10px 16px !important;
}

div.blocs > div{
    float: left;
    width: 290px;
    margin: 16px;
}

div.quart{ 
    margin: 0px 10px 10px 16px !important;
}

div.quart > div{ 
    float: left;
    width: 454px;
    margin: 16px;
}

div.blocs h3, div.quart h3{
    color: #FFFFFF;
    font-size: 36px;
    font-family: EnglishRegular;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.65);
    font-weight: bold;
    margin: 0px 0px 8px;
    font-style: italic;
}

div.blocs p, div.quart p{
    font-size: 1em;
    line-height: 140%;
    text-align: justify;
}

div.blocs p:first-letter{
    font-size: 240%;
    font-family: EnglishRegular;
    margin-left: 8px;
}

div.info{
    margin: 0px 16px !important;
}

div.info h3{
    margin: 4px 0px 6px;
}

div.info ul{
    list-style: square;
    padding-left: 28px;
    font-size: 0.90em;
}

div#codeigniter_profiler{
    display: none;
}

span.edit{
    display: inline-block;
    float: right;
    width: 32px;
    height: 34px;
    margin-left: 4px;
    margin-bottom: 4px;
    background: url('../images/meta_edit.png') no-repeat 0px 0px;
    cursor: pointer;
}

span.edit:hover{
    background-position: 0px 2px;
}

div#editeur{
    z-index: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

div.dark_bg{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter : alpha(opacity=50);
}

div.wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 570px;
    min-height: 200px;
    margin-left: -285px;
    margin-top: -100px;
    padding: 10px;
    background: rgb(218,187,125);
    border-radius: 5px;
    box-shadow: 0px 0px 3px #444;
}

div.wrapper h3{
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}

div.wrapper div, div.wrapper form{
    margin: 0px;
}

#contact-calendar{
    display: inline-block;
    width: 300px;
}

#contact-calendar table{
    width: 100%;
    border-spacing: 4px;
}

#contact-calendar table td{
    text-align: center;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

#contact-calendar table td:hover{
    background: rgba(255, 255, 255, 0.3);
}

#contact-calendar table td .highlight{
    display: inline;
    font-weight: bold;
}

.dropzone {
    clear: both;
    width: 400px;
    height: 60px;
    border: 3px dashed #7B4021;
    border-radius: 5px;
    text-align: center;
    font-size: 0.8em;
}

.dropzone p {
    text-align: center;
    font-size: 0.9em;
    line-height: 50px;
}

.diapositives {
    margin: 0px;
}

.diapositives .img {
    position: relative;
    float: left;
    margin: 2px 8px;
}

.diapositives .img img {
    border: 2px #FFF solid;
    border-radius: 6px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.diapositives .img .delete{
    border: none;
    border-radius: 10px;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
}

.diaporama progress {
    display: none;
    width: 400px;
    margin: 5px;
}

.full {
    margin: 0px 20px 20px;
}

.full table {
    width: 100%;
    margin: 10px;
}

.full table td {
    border: 1px solid #7b4021;
}

