body {
    font-family: Arial, Helvetica;
    font-size: 13px;
    margin: 0;
    padding: 0;
}





/** ================ Centrage du site ============================ **/

body.site {
text-align: center;
width: 995px;
margin: 0 auto;
}

.bodysite {
width: 995px;
text-align: left;
}



/** =============== Styles généraux ========================= **/

img {
    border: 0;
}

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

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-variant: small-caps;
    color: #666;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

/** ============= / Styles généraux ========================= **/







/** =============== Haut de page ========================= **/

.top {
    height: 349px;
    width: 995px;
    background: url(../images/bg_top.png) no-repeat;
}

#gil-slide {
}

#gil-menu {
    float: left;
    margin-left: 243px;
    margin-top: 60px;
    width: 200px;
}

#gil-menu ul {
    margin: 0;
    padding: 0;
}

#gil-menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

#gil-menu a {
    color: #004466;
    font-weight: bold;
    text-decoration: none;
}

#gil-menu a:hover, #gil-menu li.active a {
    color: #5e7b83;
}

/** ============= / Haut de page ========================= **/





/** =============== Contenu de la page ========================= **/

#gil-main {
    width: 995px;
    background: url(../images/bg_main.png) repeat-y;
}

#gil-news {
    width: 450px;
    float: left;
    padding: 0 5px;
}

#gil-content {
    float: left;
    width: 540px;
    padding: 8px 10px 0 10px;
}

.article_separator {
    display: none;
}

/** ============= / Contenu de la page ========================= **/





/** =============== Composant contact ========================= **/

.form-validate label {
    display: block;
    width: 165px;
    float: left;
}

.form-validate .contact_email {
    margin-bottom: 5px;
    clear: both;
}

.form-validate #contact_text {
    width: 280px;
    height: 70px;
}

.form-validate #contact_email_copy {
    float: left;
}

.form-validate .copy {
    width: 250px;
}

.contact_address {
    margin-bottom: 20px;
}

/** ============= / Composant contact ========================= **/





/** ================ Module Gavick News ====================== **/

.gk_news_show_news_info {
    font-size: 10px;
    line-height: 11px;
}

img.i_left {
    border: 1px solid #999999;
}

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

/** ================ Module Gavick News ====================== **/





/** =============== Adaptations particulière ================= **/

p.video {
    margin-bottom: 8px;
}

/** ============= / Adaptations particulière ================= **/







/** ================= Footer ========================== **/

#gil-footer {
    margin-left: 3px;
    border-top: 1px solid #CCCCCC;
    width: 988px;
}

#gil-footer p {
    float: left;
    height: 34px;
    text-align: center;
    font-size: 11px;
    line-height: 30px;
    margin-left: 10px;
}

.credit {
    float: right;
    margin-top: 5px;
    padding-right: 5px;
    text-align: right;
    margin-bottom: 10px;
}

/** =============== / Footer ========================== **/




/** ================== Hacks FF ============================ **/

#gil-main>#gil-news {
    width: 440px;
}

#gil-main>#gil-content {
    width: 520px;
}

/** ================ / Hacks FF ============================ **/

