/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Left & Right alignment */
.left { float:left;}
.right { float:right;}
.justify {text-align: justify}
.clear {clear: both}

/* Classes */
.absolute-center-container {
    bottom: 50%;
    left: 50%;
    position: absolute;
}
.absolute-center {
    position: absolute;
    height: 100%;
    left: -50%;
    top: 50%;
    width: 100%;
}
.absolute-full {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

/* Site styles */
body {
    font-family: Arial, serif;
    font-size: 13px;
    font-weight: normal;
}

.text {
    color: #5B5A5A;
}
.text p {margin-bottom: 1em;}

.screen {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 980px
}
.page {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 980px;
}
.page-header {
    height: 135px;
    padding-top: 10px;
}
.page-header .contact {
    float: left;
    position: absolute;
    right: 40px;
    top: 73px;
}
.page-header .facebook {
    float: left;
    position: absolute;
    right: 10px;
    top: 73px;
}
.page-logo {
    display: block;
    left: 0px;
    position: absolute;
}
.navigator {
    display: block;
    margin-left: 16%;
    text-align: center;
    width: 75%;
}
.navigator > ul {
    display: inline-block;
    height: 33px;
    position: relative;
    top: 53px;
}
.navigator > ul > li {
    float: left;
    margin-left: 5px;
}
.navigator > ul > li:first-child {
    margin-left: 0;
}
.navigator a {
    color: #5A85D7;
    display: inline-block;
    font-family: Arial,serif;
    font-size: 15px;
    font-weight: normal;
    height: 33px;
    line-height: 33px;
    text-decoration: none; 
}

.navigator a > span {
    display: inline-block;
    height: 100%;
    padding: 0 12px;
} 

.navigator a.active, .navigator a:hover {
    background: url("../img/navigator/button-left.png") no-repeat scroll left top transparent;
    color: white;
}

.navigator a.active > span, .navigator a:hover > span {
    background: url("../img/navigator/button-right.png") no-repeat scroll right top transparent;
}

.language {
    position: absolute;
    right: 10px;
    top: 3px;
}
.language > ul {
    float: left;
}
.language li {
    float: left;
    margin-left: 10px;
}
.language a {
    color: #5A85D7;
    cursor: pointer;
    font-size: 12px;
    padding: 3px;
    text-decoration: none;
}
.language a:hover {
    text-decoration: underline;
}
.page-line1 {
    position: absolute;
    height: 3px;
    width: 100%;
    top: 96px;
    background: #5A85D7;
}

.page-footer {
    border-top: 1px solid #5A85D7;
    margin-top: 10px;
    padding: 10px;
    position: absolute;
    top: 92%;
    width: 960px;
}
.page-footer a {
    font-family: Arial, serif;
    font-size: 11px;
    text-decoration: none;
    color: #5A85D7;
}
.page-footer a:hover {
    border-bottom: 1px dashed #5A85D7;
}
.page-footer .left {
    font-family: Arial, serif;
    font-size: 11px;
    color: grey;
}

.page-content {
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 20px;
    position: relative;
    width: 900px;
}

.page-content .column1 {
    float: left;
    width: 50%;
    min-height: 100px;
}
.page-content .column2 {
    float: left;
    width: 50%;
    min-height: 100px;
}
.photoframe {
    width: 430px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.photoframe .slide {
    position: absolute;
    width: 100%;
    display: none;
}

.video-title {
    color: #5A85D7;
    font-family: arial,serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
}
.video-player {
    margin-top: 5px;
}
.video-playlist a {
    float: left;
    border: 1px dashed white;
    padding: 5px;
} 
.video-playlist a:hover,.video-playlist a.active {
    padding: 5px;
    border-color: #5A85D7;
}
.video-playlist li {
    margin-bottom: 15px;
    display: inline-block;
}
.video-playlist li:first-child {
    margin-bottom: 1px;
}
.video-playlist img {
    width: 200px!important;
    height: auto!important;
}

/* FORMS */

.form-contact label, 
.form-contact input, 
.form-contact textarea {
    display: block;
    font-family: tahoma,serif;
    font-size: 11px;
    overflow: hidden;
}
.form-contact label {
    padding: 3px 0;
}
.form-contact input[type=text], .form-contact textarea {
    border: 1px solid #A0AFCB;
    border-radius: 5px 0 5px 0;
    color: #5B5A5A;
    padding: 6px;
    width: 65%;
}
.form-contact textarea {
    height: 80px;
    width: 95%;
}
.form-contact .buttons {
    margin-top: 5px;
}
.form-contact .buttons li {
    float: left;
    margin-left: 5px;
}
.form-contact .buttons li:first-child {
    margin-left: 0;
}
.form-contact .buttons input {
    background: #5A85D7;
    padding: 5px 3px;
    color: white;
    cursor: pointer;
}
.form-contact .error {border-color: red!important;}
.form-contact .required_message {    
    color: #5A85D7;
    float: right !important;
    font-size: 10px;
    padding-right: 3px;}
.form-contact.message-ok { 
    text-align: left;
}
.form-contact a {
    color: #5A85D7;
    font-size: 12px;
    text-decoration: none;
}
.form-contact a:hover {text-decoration: underline}

#page-index .page-content {
    padding-top: 0;
}
#page-index .photoframe {
    width: 100%;
    height: auto;
    overflow: visible;
}
#page-index .photoframe img {
    display: block;
    margin: 0 auto;
}
#page-maison-objet .page-content {
    padding-top: 12px;
}
#page-maison-objet .photoframe {
    width: 100%;
    height: auto;
    overflow: visible;
}
#page-maison-objet .photoframe img {
    display: block;
    margin: 0 auto;
}
#page-maison-objet .page-content h3 {
    color: #4D4D4E;
    font-weight: bold;
    margin: 0 auto 15px;
    text-align: center;
    width: 712px;
}
#page-aboutus .column1 {
    width: 590px;
}
#page-aboutus .column2 {
    padding-top: 24px;
    width: 310px;
}
#page-aboutus .photoframe {
    height: 390px;
    width: 560px;
}
#page-news .news li {
    list-style: decimal;
}
#page-news .column1 {
    width: 590px;
}
#page-news .column2 {
    padding-top: 24px;
    width: 310px;
}
#page-news .photoframe {
    height: 390px;
    width: 560px;
}
#page-news .photoframe img {
    display: block;
    margin: 0 auto;
    max-width: 540px;
    max-height: 600px;
}
#page-contact .column1 {width: 65%}
#page-contact .column2 {width: 35%}

#page-contact .contact-info {
    color: #5B5A5A;
    font-family: Arial;
    font-size: 12px;
    margin: 40px auto;
    width: 860px;
}
#page-contact .contact-info li {
    float: left;
    margin-left: 50px;
}
#page-contact .contact-info li:first-child {
    margin-left: 0;
}
#page-contact .contact-info p {
/*    padding-left: 10px;*/
}
#page-contact .contact-info h1 {
    color: #5A85D7;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 10px;
}
#page-contact .contact-info label {
    display: inline-block;
    width: 50px;
}
#page-contact .contact-info a {
    color: #5A85D7;
    text-decoration: none;
}
#page-contact .contact-info a:hover {
    text-decoration: underline;
}

.layout-videos .column1 {
    width: 75%;
}
.layout-videos .column2 {
    width: 25%;
}

#google-maps {
    height: 350px;
    width: 500px;
}

.layout-viewer #catalog-bar {
    background: none repeat scroll 0 0 #5A85D7;
    box-shadow: 1px 1px 3px rgba(30, 30, 30, 0.8);
    color: white;
    height: 30px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.layout-viewer #catalog-bar .menu {
    position: relative;
    float: left;
    margin-left: 10px;
}
.layout-viewer #catalog-bar .menu > li {float: left; position: relative}
.layout-viewer #catalog-bar .menu > li > a {
    color: white;
    float: left;
    font-size: 12px;
    line-height: 30px;
    padding-left: 14px;
    padding-right: 14px;
    text-decoration: none;
    vertical-align: middle;
}
.layout-viewer #catalog-bar .menu > li > a:hover {
    background-color: #4a79d3;
}

.layout-viewer #catalog-bar span.down-arrow {
    background: url("../img/icons/down-arrow.png") no-repeat scroll right top transparent;
    display: inline-block;
    height: 5px;
    left: 3px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    top: 13px;
    width: 6px;
} 

.layout-viewer #catalog-bar .catalog-logo {float: left;margin-left: 10px;}
.layout-viewer #logger-start-button {right: 0;bottom: 0;}
.layout-viewer #catalog-bar .nav {
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 150px;
}
.layout-viewer #catalog-bar .nav > li {float: left;margin-left: 10px;}
.layout-viewer #catalog-bar .nav > li:first-child {margin-left:0}
.layout-viewer #catalog-bar .nav > li > a {
    text-indent: -9999px;
    float: left;
    width: 30px;
    height: 30px;
}
.layout-viewer #catalog-bar .nav > li > a:hover {background-color: #4a79d3;}
.layout-viewer #catalog-nav-first {background: url(../img/icons/nav-first.png) no-repeat;}
.layout-viewer #catalog-nav-prev {background: url(../img/icons/nav-prev.png) no-repeat;}
.layout-viewer #catalog-nav-next {background: url(../img/icons/nav-next.png) no-repeat;}
.layout-viewer #catalog-nav-last {background: url(../img/icons/nav-last.png) no-repeat;}

#catalog-categories-menu {
    margin-left: -1px;
}
#catalog-bar .info {
    color: #DDDDDD;
    display: inline-block;
    position: absolute;
    right: 17px;
    top: 7px;
    z-index: 10;
}
#catalog-bar .submenu {
    display: none;
    position: absolute;
    z-index: 2;
}
#catalog-bar .submenu h1 span.down-arrow {
    background-position: 0 -5px!important;
}
#catalog-bar .submenu h1 {
    background: none repeat scroll 0 0 white;
    border-left: 1px solid #829FD6;
    border-right: 1px solid #829FD6;
    box-shadow: 0 2px 6px white;
    color: #5A85D7;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 14px;
    padding-right: 14px;
    position: absolute;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
}
#catalog-bar .submenu > ul {
    background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #829FD6;
    border-top: 1px solid #829FD6;
    box-shadow: 1px 1px 10px #5A85D7;
    margin-top: 29px;
    min-width: 136px;
    position: relative;
}
#catalog-bar .submenu > ul > li {
    border-left: 1px solid #829FD6;
    border-right: 1px solid #829FD6;
    position: relative;
}

#catalog-bar .submenu > ul > li > a {
    color: grey;
    display: block;
    font-size: 12px;
    padding: 3px 14px;
    text-decoration: none;
    white-space: nowrap;
}
#catalog-bar .submenu > ul > li > a:hover {
    background-color: #D3E1FF;
    color: #5A85D7;
}

.layout-viewer #catalog-page {
bottom: 0;
position: absolute;
top: 30px;
width: 100%;
}

.layout-viewer .catalog-center2 {
    height: 100%;
    left: 50%;
    padding-left: 50px;
    position: relative;
    text-align: center;
}

#catalog-main-image {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url("../img/icons/loader.gif") no-repeat scroll center center transparent;
}

#catalog-main-image img {
    display: none;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: auto;
}
#catalog-image-details {
    bottom: 0;
    overflow: auto;
    padding-right: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
}

#catalog-image-details>div {float: left; margin-bottom: 10px}
#catalog-image-details img {
    border: 1px solid #C2E4FF;
    padding: 2px;
    width: 80px;
    height: auto !important;
}
#catalog-image-details img:hover {
    border: 1px solid #6B737A;
    box-shadow: 0 0 4px #6F6565;
    cursor: pointer;
}
#catalog-image-footer {
/*    bottom: 3px;
    left: 50%;
    position: absolute;*/
    
/*    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 8;*/
    
    
    bottom: 9px;
    height: 16px;
    position: absolute;
    text-align: center;
    vertical-align: top;
    width: 100%;
    z-index: 8;
}
#catalog-image-footer div {
/*    background: none repeat scroll 0 0 rgb(247, 246, 197);
    background: none repeat scroll 0 0 rgba(247, 246, 197, 0.8);
    border: 1px solid #BBC7DC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 9px #D1F1F9;
    color: #303030;
    
    font-size: 13px;
    height: 16px;
      
    margin-left: -50%;
    position: relative;
    float: left;
    
    display: inline-block;
    padding: 6px 14px;
    
    white-space: nowrap;
    z-index: 12;*/
    
    background: none repeat scroll 0 0 rgba(247, 246, 197, 0.8);
    border: 1px solid #BBC7DC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 9px #D1F1F9;
    color: #303030;
    display: inline;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    padding: 6px 14px;
    white-space: nowrap;
    z-index: 12;
}
#catalog-image-footer a {
     color: #303030;
     text-decoration: none;
}
#catalog-image-footer a:hover {
    text-decoration: underline;
}
#catalog-not-found {
    display:none;
    background: none repeat scroll 0 0 rgba(245, 245, 245, 0.95);
    border: 3px solid #5A85D7;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 3px rgba(30, 30, 30, 0.8);
    color: #525252;
    cursor: pointer;
    font-size: 17px;
    height: 140px;
    left: 50%;
    line-height: 45px;
    margin-left: -200px;
    margin-top: -100px;
    padding: 33px 10px 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 400px;
    z-index: 11;
}
#catalog-form-search {
    margin-left: 18px;
    margin-top: 3px;
    padding: 0;
}
#catalog-form-search input {
    border-radius: 3px 0 0 3px;
    color: #3D3D3D;
    font-family: arial;
    font-size: 12px;
    height: 17px;
    padding: 3px;
    vertical-align: top;
    width: 170px;
}
#catalog-form-search #catalog-form-search-submit {
    background: url("../img/icons/search.png") no-repeat scroll center center white;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 23px;
}
