/*
Theme Name: Kalyst
Theme URI: http://www.kalyst.fr/
Description: Thème du site kalyst.fr
Version: 1.0
Author: Rezoactif
Author URI: http://www.rezoactif.com/
*/

/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

body {
    line-height: 1%;
    background-color: #FFFFFF;
    font: 12px/14px Arial; /*Georgia, Times, "Times New Roman";*/
    color: #000000;
}

.field {
    background: #FFFFFF url('images/input.png') no-repeat top left;
    border-top: #8E8E8E 1px solid;
    border-left: #8E8E8E 1px solid;
    border-bottom: #E1E1E1 1px solid;
    border-right: #E1E1E1 1px solid;
    padding: 4px;
}

input.button {
    background: #FFFFFF url('images/button.png') no-repeat bottom left;
    border-bottom: #8E8E8E 2px solid;
    border-right: #8E8E8E 2px solid;
    border-top: #E1E1E1 2px solid;
    border-left: #E1E1E1 2px solid;
    padding: 4px;
    cursor: pointer;
}

#page {
    width: 900px;
    margin: 0 auto;
}

#header {
    position: relative;
    background: #FFFFFF url('images/header.png') no-repeat;
    height: 124px;
    padding-top: 5px;
}

#logo {
    background: transparent url('images/logo.gif') no-repeat;
    width: 164px;
    height: 88px;
    margin-left: 15px;
    margin-top: 15px;
    overflow: hidden;
}

#logo a {
    display: block;
    height: 0;
    padding-top: 88px;
}

#corner {
    position: absolute;
    top: 5px;
    right: -13px;
    width: 179px;
    height: 106px;
}

#corner a {
    display: block;
    background: transparent url('images/corner.gif') no-repeat;
    line-height: 9999;
    overflow: hidden;
}

#corner a.accueil { background-position: 0 0; height: 45px; }
#corner a.teleassist { background-position: 0 -45px; height: 31px; }
#corner a.espaceclient { background-position: 0 -76px; height: 30px; }

#globalnav ul {
    list-style-type: none;
    height: 67px;
    overflow: hidden;
}

#globalnav li {
    float: left; 
}

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

/* Globalnav buttons default state */
#globalnav li a.informatique { width: 198px; background-position: 0 0; }
#globalnav li a.telephonie   { width: 125px; background-position: -198px 0; }
#globalnav li a.reseaux      { width: 186px; background-position: -323px 0; }
#globalnav li a.solutions    { width: 200px; background-position: -509px 0; }
#globalnav li a.logiciels    { width: 191px; background-position: -709px 0; }

/* Globalnav buttons hover state */
#globalnav li a.informatique:hover, #globalnav li a.informatique-enabled { width: 198px; background-position: 0 -67px; }
#globalnav li a.telephonie:hover, #globalnav li a.telephonie-enabled     { width: 125px; background-position: -198px -67px; }
#globalnav li a.reseaux:hover,    #globalnav li a.reseaux-enabled        { width: 186px; background-position: -323px -67px; }
#globalnav li a.solutions:hover,  #globalnav li a.solutions-enabled      { width: 200px; background-position: -509px -67px; }
#globalnav li a.logiciels:hover,  #globalnav li a.logiciels-enabled      { width: 191px; background-position: -709px -67px; }

#links {
    float: right;
    background-color: #E8E8E8;
    padding: 8px 0;
    color: #8F8F8F;
}

#links a {
    color: #8F8F8F;
    font-weight: bold;
    padding: 0 15px;
    text-decoration: none;
}

#links a:hover {
    color: #333333;
}

/* Home page slideshow */
#home {
    position: relative;
    height: 294px;
}

#home img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#home img.active {
    z-index: 10;
}

#home img.last-active {
    z-index: 9;
}

/* References slideshow */
.refslide {
    position: relative;
    display: block;
    height: 120px;
    overflow: hidden;
}

.refslide img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.refslide img.active {
    z-index: 10;
}

.refslide img.last-active {
    z-index: 9;
}

#container {
    clear: both;
    padding-top: 20px;
    overflow: auto;
}

#content {
    position: relative;
    float: left;
    width: 490px;
}

#content p, #callback p, #espace-client p {
    padding-top: 15px;
    text-align: justify;
}

#content h2 {
    font-size: 30px;
    color: #838282;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 15px;
    padding-top: 5px;
}

#content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

#specs-accordion h3 {
    font-size: 16px;
}

#content img.icon {
    float: left;
    margin-right: 10px;
}

#content .sous-titre {
    font-size: 16px;
    color: #646464; /*A0A0A0*/
    margin-top: -20px;
    margin-bottom: 10px;
}

#content .archives {
    padding-top: 15px;
}

#content .archives li {
    padding-bottom: 10px;
}

#content a {
    color: #728F9A; /*979797*/
    text-decoration: none;
}

#content a:hover {
    color: #000000;
}

#content .date {
    color: #979797;
    font-style: italic;    
}

#specs ul {
    padding-left: 40px;
}

#specs a {
    display: block;
}

.error {
    background-color: #FFEBE8;
    color: #FF0000;
    border-top: #FF0000 1px solid;
    border-bottom: #FF0000 1px solid;
    padding: 5px;
    margin-top: 10px;
}

.success {
    background-color: #FCF7DA;
    color: #333333;
    border-top: #F9DD34 1px solid;
    border-bottom: #F9DD34 1px solid;
    padding: 0 10px 15px 10px;
    font-weight: bold;
    margin-top: 10px;
}

#sidebar-left {
    float: left;
    width: 200px;
    padding-right: 20px;
}

#sidebar-right {
    float: left;
    width: 170px;
    padding-left: 20px;
}

#box-title {
    padding: 12px;
}

.breves-title { background-color: #B2D079; }
.apropos      { background-color: #DBDBDB; }
.references   { background-color: #88A4D1; }

.breves li {
    position: relative;
}
.breves li a {
    display: block;
    color: #979797;
    text-align: left;
    text-decoration: none;
    margin-bottom: 10px;
}
.breves li a:hover { color: #339900; }
.breves li b {
    display: block;
    color: #339900;
    font-weight: normal;
}
.breves a {
    display: block;
    color: #339900;
    text-decoration: none;
    text-align: left;
}
.breves a:hover {
    color: #979797;
}

.breves div {
    display: none;
    position: absolute;
    width: 270px;
    height: 120px;
    top: 10px;
    left: 170px;
    padding: 10px;
    background-color: #FFFFFF;
    border: #B2D079 2px solid;
    font-weight: normal;
    text-align: justify;
    z-index: 999;
}

#box {
    border: #E5E5E5 1px solid;
    border-top: none;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#box-assist {
    display: block;
    position: relative;
    background: #FFFFFF url('images/box-assist.png') no-repeat;
    width: 170px;
    height: 208px;
    text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#box-assist span {
    position: absolute;
    top: 80px;
    left: 10px;
}

#box-callback {
    display: block;
    margin-bottom: 10px;
}

#espace-client {
    position: relative;
}

#espace-client .locker {
    position: absolute;
    top: 35px;
    right: 30px;
}

#footer {
    clear: both;
    background: #FFFFFF url('images/footer.png') repeat-x top left;
    padding: 15px 0;
    margin-top: 30px;
    text-align: center;
    color: #838281;
}

#footer p {
    padding: 4px 0;
}

#footer span {
    color: #000000;
}

#footer img {
    vertical-align: text-top;
}

#footer .baseline {
    font-size: 11px;
}

#footer a {
    color: #304B53;
    text-decoration: none;
}

#footer a:hover {
    color: #838281;
}

.alignleft { float: left; }
.alignright { float: right; }
.clear { clear: both; }

.ui-accordion-content{ zoom: 1; }