
html, body {
    background: #1A1F21 url('../images/background.png') repeat-x top left;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-align: center;
} 

a {
    color: #FFF;
    text-decoration: none;
    border: #000000 0px solid;
    outline: none; /* links border with FF */
}

a:hover {
    color: #777;
    text-decoration: none;
}

img {
    border: none;
}

p {
    text-align: justify;
    padding: 5px 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

label {
    display: block;
    color: #A6A6A6;
    font-weight: bold;
}

input, textarea {
    background-color: #5D5D5D;
    padding: 4px;
    color: #C4C4C4;
    border: #A9A9A9 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.input-text { width: 270px; }
.input-text-small { width: 120px; }
.input-textarea { width: 350px; height: 90px; }
.input-button { width: 100px; cursor: pointer; }

h1, h2, h3 {
    padding: 0;
    margin: 0;    
}

/* Global elements */
#page {
    position: relative;
    background: #1A1F21 url('../images/content.png') no-repeat top left;
    width: 900px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#content {
    width: 100%;
    height: 460px;
    overflow: hidden;
    z-index: 0;
}

#loading {
    position: absolute;
    background: transparent url('../images/loader.gif') no-repeat;
    top: 270px;
    left: 435px;
    width: 32px;
    height: 32px;
    display: none;
}

/* Controller */
#menu {
    position: absolute;
    background: transparent url('../images/shadow.png') no-repeat top left;
    top: 460px;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 999;
    overflow: hidden;
}

#freebies {
    position: absolute;
    background: transparent url('../images/freebies.png') no-repeat top left;
    width: 175px;
    height: 235px;
    top: -235px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

#freebies-small {
    position: absolute;
    background: transparent url('../images/freebies-small.png') no-repeat top left;
    width: 171px;
    height: 144px;
    top: -144px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

#controller {
    list-style-type: none;
    margin-top: 70px;
    /*padding-left: 15px;*/
    height: 50px;
    overflow: hidden;
}

#controller li {
    float: left; 
}

#controller li a {
    display: block;
    padding-top: 50px;
    height: 0;
    background-image: url('../images/controller.gif');
    background-repeat: no-repeat;
}

/* Controller buttons default state */
#controller li a.home { width: 260px; background-position: 0 0; }
#controller li a.expertises { width: 150px; background-position: -260px 0; }
#controller li a.clients { width: 110px; background-position: -410px 0; }
#controller li a.edition { width: 115px; background-position: -520px 0; }
#controller li a.contact { width: 140px; background-position: -635px 0; }
#controller li a.splush { width: 120px; background-position: -775px 0; }

/* Controller buttons hover state */
#controller li a.home:hover { width: 260px; background-position: 0 -50px; }
#controller li a.expertises:hover, #controller li a.expertises-enabled { width: 150px; background-position: -260px -50px; }
#controller li a.clients:hover, #controller li a.clients-enabled { width: 110px; background-position: -410px -50px; }
#controller li a.edition:hover, #controller li a.edition-enabled { width: 115px; background-position: -520px -50px; }
#controller li a.contact:hover, #controller li a.contact-enabled { width: 140px; background-position: -635px -50px; }
#controller li a.splush:hover { width: 120px; background-position: -775px -50px; }

/* Home */
#slogan {
    position: absolute;
    top: 390px;
    left: 25px;
}

#updates {
    position: absolute;
    z-index: 99999;
    top: 460px;
    left: 25px;
    height: 11px;
    background-color: #2F3335;
    padding: 4px;
    font-size: 10px;
    overflow: hidden;
}

#updates-title {
    float: left;
    color: #E7E7E7;
}

#updates-items {
    float: left;
    color: #A7A7A7;
}

#updates-items-container {
    list-style-type: none;
}

#updates-items-container a {
    color: #A7A7A7;    
}

#updates-items-container a:hover {
    color: #E7E7E7;    
}

/* Expertises */
#expertises div.expertise {
    overflow: hidden;
}

#expertises a.explink {
    background-image: url('../images/transpix30.png');
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    padding: 10px 10px;
    margin: 1px 0;
    height: 15px;
    cursor: pointer;
}

#expertises div.expback {
    background-image: url('../images/transpix40.png');
    background-repeat: no-repeat;
    padding: 20px;
    margin-top: 1px;
    color: #A6A6A6;
}

#expertises div.exptext {
    float: left;
    width: 60%;
    padding-right: 20px;
    margin-top: 20px;
    border-right: #2C3031 1px dotted;
}

#expertises div.expinfos {
    float: left;
    padding-left: 20px;
    margin-top: 20px;
    font-weight: bold;
    border-left: #5C6366 1px dotted;
}

.seopink  { color: #EF066F; }
.creablue { color: #6EBCE9; }
.rssgreen { color: #08E122; }

/* CLIENTS */
#clients {
    width: 100%;
    z-index: 10000;   
}

#slideshow {
    position: relative;
    height: 304px;
    overflow: hidden;
}

#prev {
    width: 260px;
    height: 65px;
    padding-left: 64px;
    cursor: pointer;
}

#next {
    width: 260px;
    height: 60px;
    padding-left: 64px;
    cursor: pointer;
}

.client {
    position: relative;
    height: 147px;
    margin-bottom: 5px;
    overflow: hidden;
}

.client-img {
    position: absolute;
    background-color: #1A1F21;
    top: 0;
    left: 0;
    width: 257px;
    height: 147px;
    padding: 5px;
    z-index: 10;
    cursor: pointer;
    /*border: red 1px solid;*/
}

.client-clickme {
    position: absolute;
    background-color: #1A1F21;
    top: 0;
    right: 0;
    width: 55px;
    height: 10px;
    padding: 5px;
    font-size: 10px;
    display: none;
}

.client-inf {
    position: absolute;
    background-image: url('../images/transpix40.png');
    background-repeat: no-repeat;
    width: 593px;
    height: 107px;
    padding: 20px;
    top: 0;
    right: 635px;
    color: #A6A6A6;
    overflow: hidden;
    z-index: 9;
}

.client-inf-left {
    float: left;
    width: 200px;
    height: 107px;
    border-right: #2C3031 1px dotted;
}

.client-inf-right {
    float: left;
    width: 350px;
    height: 107px;
    padding-left: 30px;
    border-left: #5C6366 1px dotted;
}

.client-inf-right p {
    text-align: justify;
}

.client-inf-title {
    font-size: 24px;
    padding-bottom: 35px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* EDITION */
#edition {
    background-image: url('../images/transpix40.png');
    background-repeat: no-repeat;
    padding: 20px;
    overflow: hidden;
}

.edition-text {
    margin: 20px 0;
    color: #A6A6A6;
}

.edition-img {
    overflow: hidden;
}

.edition-img img {
    float: left;
    padding: 45px 50px;
}

/* CONTACT */
#contact {
    background-image: url('../images/transpix40.png');
    background-repeat: no-repeat;
    padding: 20px;
    overflow: hidden;
}

#contact-form {
    float: left;
    width: 410px;
    height: 380px;
    border-right: #2C3031 1px dotted;
}

#contact-about {
    float: left;
    width: 390px;
    height: 380px;
    padding-left: 50px;
    border-left: #5C6366 1px dotted;
}

#contact a {
    color: #A6A6A6;
}

#legals {
    padding-top: 10px;
    color: #4B5256;
    font-size: 10px;
}

#reseau-actif {
    float: left;
    width: 350px;
    height: 380px;
    padding-right: 50px;
    border-right: #2C3031 1px dotted;
    color: #A6A6A6;
}

#reseau-actif ul {
    margin-left: 30px;
}

#reseau-actif ul li {
    padding: 2px 0;
}

.required {
    font-size: 10px;
    font-weight: normal;
}

.about-title {
    display: block;
    padding-bottom: 20px;
}

/* FORM MESSAGES */
.message {
    margin-left: 10px;
    padding: 2px 0 0 20px;
    text-align: left;
}

.error {
    background: transparent url('../images/icon-error.png') no-repeat;
    color: #CD0A0A; /*FC1964*/
}

.ok {
    background: transparent url('../images/icon-ok.png') no-repeat;
    color: #2E83FF;
}

.sending {
    background: transparent url('../images/sender.gif') no-repeat;
    color: #FFFFFF;
}

.input-error {
    border-color: #CD0A0A;
}
