
@font-face
{
    font-family: "MuseoSans";
    src: url('../fonts/MuseoSans-100.otf') format('truetype');
    font-weight: 100;
}
@font-face
{
    font-family: "MuseoSans";
    src: url('../fonts/MuseoSans-300.otf') format('truetype');
    font-weight: normal;
}
@font-face
{
    font-family: "MuseoSans";
    src: url('../fonts/MuseoSans-500.otf') format('truetype');
    font-weight: bold;
}


* {
    margin: 0;
    padding: 0;
}
html, body {
    font-size: 100%;
    font-size: 16px;
}
body {
    font-family: MuseoSans, 'Trebuchet Ms', Helvetica, sans-serif;
    /*background-color: #fbfbfb;*/
    background-color: #adadad;
    color: #445457;
}
a {
    outline: none;
    text-decoration: none;
    color: #333;
}
img { border: none; }

input {
    font-family: MuseoSans, 'Trebuchet Ms', Helvetica, sans-serif;
}

#background_bar {
    position: fixed;
    min-width: 1050px;
    width: 100%;
    height: 70px;
    background: transparent url('../images/bg_top.png') 0 0 repeat-x;
    padding-top: 30px;
    left: 0;
    top: 0;
    z-index: 1000;
}
#background_bar.sticky {
    top: -28px;
}
#top_mask {
    position: fixed;
    width: 100%;
    height: 40px;
    background-color: #fbfbfb;
    z-index: 999; /* under the bar but over the main content */
}

#main {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 0 auto;
    width: 960px;
    padding: 0px 0px 0px 80px;
}

#header {
    position: relative;
    margin: 0 auto 0 auto;
    width: 960px;
    padding-left: 90px;
}

#logo {
    position: absolute;
    top: -24px;
    left: 6px;
    z-index: 2;
}
#logo.sticky {
    top: 0;
}

#breadcrumb {
    position: absolute;
    display: block;
    margin-top: -47px;
    margin-left: 10px;
    padding-right: 30px;
    line-height:1;
}
#breadcrumb > a, #breadcrumb > span {
    display:block;
    float:left;
    padding:0 3px;
    max-width:600px;
}
#breadcrumb, #breadcrumb a {
    color: #46595c;
    font-size: 19px;
}
#breadcrumb > .current_section {
    font-size: 28px;
    position:relative;
    top:-0.25em;
}
#breadcrumb a:hover {
    color: #76898c;
}

#menu {
    position: relative;
    margin-left: 90px;
}
#menu > a {
    display: inline-block;
    padding: 20px 25px 19px 26px;
    color: #616161;
    font-size: 16px;
    height: 20px;
    margin-left: -1px;
    background-color: transparent;
    background-image: url('../images/menu_vertical_sep.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#menu > a:first-child {
    background: none;
}
#menu > a:hover, #menu > a.current {
    border-bottom: #a4c840 2px solid;
}
#menu.reduced-width > a {
    padding-left: 19px;
    padding-right: 20px;
}

a#user_space {
    display: block;
    position: absolute;
    right: 1px;
    top: 31px;
    padding: 12px 15px 12px 54px;
    width: auto;
    height: 35px;
    font-size: 14px;
    color: #a2a2a2;
    background: transparent url('../images/user_icon.png') 15px 17px no-repeat;
    border-left: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
}
a#user_space:hover, a#user_space.current {
    color: #727272;
    background-color: #fafafa;
    border-left: #f0f0f0 1px solid;
    border-right: #f0f0f0 1px solid;
    border-bottom: #a4c840 1px solid;
}


h2 {
    color: #46595c;
    font-size: 26px;
    margin: 15px 0 8px 0;
}

#content {
    position: relative;
    left: 0;
    top: 0;
    background: white url('../images/bg_pattern.png') 0 0 repeat;
    padding: 180px 50px 80px 70px;
    box-shadow: 0px 0px 6px #ddd;
    color: rgb(82, 92, 95);
    line-height:1.3;
}

#content p {text-align: justify; margin: 10px 0 8px 0;}

#content .heavy-font {
    font-weight: bold;
    color: rgb(82, 92, 95);
}
#content .medium-font {
    font-weight: normal;
}
#content .dark-blue {
    color: rgb(72, 82, 85);
}
.btn1 {
    border-radius:6px;
    box-shadow: 0px 0px 3px #bbb;
    background: #418195;
    color:#e1e1e1;
    padding:6px 10px;
    display:inline-block;
}
.btn1:hover {
    color:white;
    background: #418195;
}

a.button-link, a.button-link-bg {
    font-size:16px;
    font-weight:100;
    position:relative;
    padding: 3px 8px;
    color:rgb(76, 108, 111);
    border-radius: 5px;
}
a.button-link:hover, a.button-link-bg:hover {
    background: rgb(232, 238, 241);
}
a.button-link-bg {
    background: rgb(240, 243, 245);
}

#content .top-actions {
    position:absolute;display:block;right:50px;top:120px;
}
#content .top-actions .button-link-separator {
    display:inline-block;
    position:relative;
    top:14px;
    width:1px;
    height:30px;
    background-color: transparent;
    background-image: url('../images/menu_vertical_sep.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size:contain;
}
#content .dynamic-text a {
    color:rgb(56, 88, 102);
    font-weight:bold;
}
#content .dynamic-text a:hover {
    color:rgb(76, 134, 161);
}
#content .dynamic-text ul, #content .dynamic-text ol, #content .text-list {
    margin:10px 5px 10px 20px;
    list-style-type: disc;
    line-height:1.4;
}
#content .dynamic-text li, #content .text-list li {
    margin-left:20px;
}

#footer {
    background-color: #F3F3F3;
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 820px;
    border-top: #e4e4e4 1px solid;
    font-size: 14px;
    font-weight:100;
    padding: 10px 70px 10px 70px;
    color: #888;
    line-height: 16px;
}




/* page home */
#home-slider {
    margin-top:8px;
    box-shadow: 0px 0px 6px #B7BBBD;
    float:left;
    background-color:white;
    width:480px;
    text-align:center;
}
#home-slider p {
    margin:0;
}
#home-slider img {
    width:480px;
}

/* page team members */

#team-members .member-name {
    font-size:20px;margin:0px 20px 5px 0;
}
#team-members .member-photo {
    box-shadow:0 0 6px #e0e0e0;
}
#team-members .member-infos {
    width:640px;
}
#team-members .member-infos ul {
    margin:5px 0 5px 40px;
}
#team-members .member-contact {
    color:#657279;
    margin-top:5px;
}

/* references */

#themes > a.theme {
    display:block;
    position:relative;
    width:254px;
    height:180px;
    overflow:hidden;
    float:left;
    margin:10px;
    background:white;
    box-shadow:0 0 4px #aaa;
}
#themes > a.theme.no-cover {
    background:#9CA293;
}
#themes > a.theme:hover {
    box-shadow:0 0 4px #79A34B;
}
#themes > a.theme img {
    display:block;position:absolute;top:0;left:0;
    min-width:100%;
}
#themes > a.theme .title {
    position:absolute;bottom:0;left:0;width:100%;
}
#themes > a.theme .title > div {
    padding:8px;color:white;font-weight:lighter;
}


#content .reference {
    position:relative;
    margin:15px 0;
    color:#888;
    list-style-type:circle;
}
#content .reference.selected {
    color:#555;
    list-style-type:disc;
}
#content .reference .title {
    color:#888;
}
#content .reference.selected .title {
    color: rgb(82, 92, 95);
    font-weight:bold;
}
#content .reference .togglable {
    margin:6px 0 0 10px;
}
#content .reference .togglable p:first-child {
    margin-top:0;
}
#content .reference .reference-images {
    position:relative;
    margin:5px;
}
#content .reference .reference-images > .reference-image-container {
    position:relative;
    float:left;
    min-width:100px;
    min-height:50px;
    border:1px #eee solid;
    margin-right:7px;
    margin-bottom:7px;
}
#content .reference .reference-images > .reference-image-container > img {
    max-width:100px;
    display:block;
    box-shadow:0 0 3px #aaa;
}
#content .reference .reference-images .reference-remove-image {
    position:absolute;
    display:block;
    top:-5px;
    right:-5px;
    width:11px;height:11px;
    background:rgb(218, 114, 114);
    border-radius:6px;
}
#content .reference-themes-html {
    margin:8px 0 10px 0;
    font-size:16px;
    line-height:1.6;
}
#content .reference-themes-html span {
    background:#f1f1f1;
    margin:0 5px;
    padding:2px 3px;
}


/* contact */

form.login-form {
    text-align:center;
}
form.login-form .input-login, form.login-form .input-password {
    font-size:16px;
    font-weight: 100;
    color:#666;
    display:inline-block;
    background-color:white;
    margin:5px;
    padding:4px 7px;
    border:none;
    width:280px;
    box-shadow:0 0 4px #dfdfdf;
}
form.login-form .input-login:focus, form.login-form .input-password:focus {
    border:none;outline:none;
    box-shadow: 0px 0px 4px #C4D6DD;
}
form.login-form input[type=submit] {
    padding:4px 6px;
}

/* File uploader */
#dropbox {
    position: relative;
    left: 260px;
    width: 560px;
    background: #eee;
    text-align: center;
    padding: 50px 0;
    border: 2px #ddd dashed;
    font-size: 22px;
    background: #f0f0f0;
    color:#999;
}
#dropbox:hover {
    color:#969696;
    background: #f2f2f2;
}
#dropbox.active {
    color:white;
    text-shadow:0 0 1px white;
    background: #418195;
    border: 2px #fff dashed;
}

#form-upload {
    position:absolute;
    left: 0;
    top: 54px;
}
#file-button-wrapper {
    overflow: hidden;
    width: 170px;
    height: 40px;
    position: relative;
}
#file-button-wrapper > span {
    position:absolute;
    display:block;
    text-align: center;
    left:0;
    top:0;
    width: 100%;
    padding:8px 0;
}
#myfile {
    display:block;
    width:100%;
    height:100%;
    font-size:32px;
    opacity: 0;
    filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
#upload-infos {
    position:absolute;
    top: 0px;
    left: 550px;
    width: 300px;
    display: none; /* will be visible when a file is chosen */
}
#btn-submit, #btn-cancel {
    padding: 4px 8px;
    border-radius: 4px;
    display:block;
    position:absolute;
    top: 120px;
}
#btn-submit {right:160px;}
#btn-cancel {right:60px;}

#file-infos {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#progress-bar {
    display:block;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height:4px;
    background:rgb(217, 222, 223);
}
#progress-bar > span {
    display: block;
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width:0;
    background:rgb(48, 159, 180);
}
#progress-info {
    position:absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align:center;
    font-size:20px;
    color:#aaa;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#progress-info > span {
    color:#999;
    display:block;
    margin-top:19px;
}


/* page contact */

#contact-form {
    position:relative;margin:30px 0;
}

#contact-form label {
    display:block;
    font-size:16px;
    float:left;
    clear:left;
    margin:9px 5px;
    width:100px;
    text-align:right;
    color:#aaa;
}

#contact-form input {
    font-size:15px;
    color:#888;
    display:block;
    float:left;
    margin:5px;
    padding:4px 7px;
    border:none;
    width:280px;
    box-shadow:0 0 4px #dfdfdf;
}

#contact-form textarea {
    display:block;
    font-size:15px;
    float:left;
    width:600px;
    height:230px;
    padding:5px;
    margin:10px 0 0 5px;
    background:white;
    color:#888;
    border:none;
    box-shadow: 0px 0px 4px #ddd;
}
#contact-form input:focus, #contact-form textarea:focus {
    border:none;outline:none;
    box-shadow: 0px 0px 4px #C4D6DD;
}
