body {
    margin: 0;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #9e9d9d;
    background:url(/images/template/bg-footer.gif) repeat-x bottom;
}
h1 {
    margin: 0 0 10px 0;
    padding: 0 0 3px 0;
    font-size: 18px;
    border-bottom: 1px solid #4EAA25;
    color: #000;
}
h2 {
    margin: 5px;
    font-size: 1.5em;
}
p { margin: 0 0 10px 0; }
img { border: none; }
td {
    padding: 0;
    vertical-align: top;
}
ul {
    margin: 0 0 15px 30px;
    padding: 0;
}
li {
    margin: 0 0 5px 20px;
    list-style-type: square;
}
a {
    color: #0770C1;
    text-decoration: none;
}
a:visited { color: #0770C1; }

div#header {
    background:url(/images/template/bg-header.gif) repeat-x top;
}

div#main {
    width: 966px;
    margin: 0 auto 0 auto;
}
    div#main-header {
        position: relative;
        height: 170px;
    }
        #tyclic-logo {
            position: absolute;
            left: 0px;
            top: 50px;
            height: 117px;
            width: 309px;
        }
        #tyclic-logo-texte {
            position: absolute;
            left: 320px;
            top: 95px;
            font-weight: bold;
            color: #000;
        }
        #tyclic-logo-texte span {
            margin-left: 20px;
        }
        #tyclic-contact {
            position: absolute;
            right: 0px;
            top: 104px;
        }
        #main-body {
            width: 100%;
            margin-bottom: 20px;
        }
            #main-menu {
                font-family: Arial;
                width: 245px;
                padding-right: 20px;
            }

               #main-menu h2 {
                    color: #fff;
                    margin: 0;
                }
                #main-menu ul { margin: 0; }
                #main-menu li { list-style-type: none; }
                #menu-tyclic {
                    padding-top: 5px;
                    height: 155px;
                    width: 245px;
                    background:url(/images/template/frame.gif) no-repeat;
                    margin-bottom: 20px;
                }
                    #menu-tyclic h2 {
                        font-size: 21px;
                        margin-bottom: 20px;
                        text-align: center;
                    }
                    #menu-tyclic li { font-size: 18px; }
                    #menu-tyclic li span {
                        width: 22px;
                        height: 14px;
                        background-repeat: no-repeat;
                        display: inline-block;
                        margin-right: 10px;
                        background:url(/images/template/arrow.png);
                    }
                #menu-clicnjob {
                    padding-top: 5px;
                    height: 230px;
                    width: 245px;
                    background:url(/images/template/frame2.gif) no-repeat;
                    margin-bottom: 20px;
                }
                    #menu-clicnjob h2 {
                        font-size: 21px;
                        margin-bottom: 20px;
                        text-align: center;
                    }
                    #menu-clicnjob li { font-size: 18px; }
                    #menu-clicnjob li span {
                        width: 19px;
                        height: 20px;
                        background-repeat: no-repeat;
                        display: inline-block;
                        margin-right: 10px;
                    }
                    #menu-clicnjob a { text-decoration: none; }
                    #menu-clicnjob-1 span { background:url(/images/template/bullet1.png); }
                        #menu-clicnjob-1 a { color: #0071BC; }
                    #menu-clicnjob-2 span { background:url(/images/template/bullet2.png); }
                        #menu-clicnjob-2 a { color: #FAC342; }
                    #menu-clicnjob-3 span { background:url(/images/template/bullet3.png); }
                        #menu-clicnjob-3 a { color: #9CC44A; }
                    #menu-clicnjob-4 span { background:url(/images/template/bullet4.png); }
                        #menu-clicnjob-4 a { color: #68C1BF; }
                    #menu-clicnjob-5 span { background:url(/images/template/bullet5.png); }
                        #menu-clicnjob-5 a { color: #EF8A98; }

                #menu-clicnjob-demo {
                    width: 231px;
                    height: 38px;
                    background:url(/images/template/button.jpg) no-repeat;
                    text-align: center;
                    padding-top: 5px;
                    margin-bottom: 20px;
                }
                #menu-clicnjob-demo a { color: #fff; }

    div#main-footer {
        position: relative;
        height: 142px;
        /* background:url(/images/template/footer.gif) no-repeat; */
    }
        div#main-footer-credit {
            position: absolute;
            width: 100%;
            top: 70px;
            text-align: center;
            font-size: 0.8em;
            color: #42A318;
        }


/* =========================================================================================== */
/* ==== .Classes === */
/* =========================================================================================== */
/* Boite */
    .bloc { margin-bottom: 20px; }
    .bloc10 { margin-bottom: 10px; }
    .fl {
        float: left;
        margin: 0 10px 10px 0;
    }

/* Alignement */
    .c { text-align: center; }
    .auto { margin: auto; }

/* Mise en forme */
    .b { font-weight: bold; }
    .i { font-style: italic; }
    .col1 { color: #4EAA25; } /* vert */
    .col-s1 strong { color: #4EAA25; } /* vert */

    .cliccol1 { color: #0071BC; }
    .cliccol2 { color: #FAC342; }
    .cliccol3 { color: #9CC44A; }
    .cliccol4 { color: #68C1BF; }
    .cliccol5 { color: #EF8A98; }

.clicnjob {
    background:url(/images/template/clicnjob-bg.png) no-repeat;
}
    .clicnjob h1 { border: none; }
    .clicnjob span { font-size: 2em; font-weight: bold; color: black; margin-right: 5px; }
    .clicnjob .mef { padding-left: 25px; color: #0770C1; }
    .clicnjob strong { color: #9B6D9B; }

/* =========================================================================================== */
/* ==== Références === */
/* =========================================================================================== */
#references {
    position: relative;
    background:url(/images/template/references.png) no-repeat;
    height: 133px;
    width: 558px;
}
    #references div {
        position: absolute;
        top: 50px;
        left: 230px;
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
        color: #0770C1;
    }
    #references-liste p {
        font-weight: bold;
    }
/* =========================================================================================== */
/* ==== Actualité === */
/* =========================================================================================== */
#actualite-une {
    position: relative;
    border: 1px solid #BABABA;
    height: 200px;
    background: #fff;
}
#actualite-une ul.ui-tabs-nav {
    position: absolute;
    top: 0;
    left: 400px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#actualite-une ul.ui-tabs-nav li {
    margin: 0;
    padding: 0;
    padding-left: 13px;
    font-size: 12px;
    list-style-type: none;
}
#actualite-une ul.ui-tabs-nav li img {
    float: left;
    margin: 2px 5px;
    background: #fff;
    padding: 2px;
    border: 1px solid #eee;
}
#actualite-une ul.ui-tabs-nav li span {
    font-size: 0.9em;
    line-height: 18px;
    padding-right: 5px;
    font-weight: bold;
}
#actualite-une li.ui-tabs-nav-item a {
    display: block;
    height: 50px;
    color: #fff;
    background-color: #D2D2D2;
    line-height: 20px;
    height: 64px;
}
#actualite-une li.ui-tabs-nav-item a:hover {
    background: #fff;
    color: #5BAC33;
}
#actualite-une li.ui-tabs-selected {
    background: url('/images/selected-item.gif') top left no-repeat;
}
#actualite-une ul.ui-tabs-nav li.ui-tabs-selected a {
    background: #fff;
    color: #5BAC33;
    border: 2px solid #5BAC33;
}
#actualite-une .ui-tabs-panel {
    width: 400px;
    height: 200px;
    background: #999;
    position: relative;
}
#actualite-une .ui-tabs-panel .info {
    position: absolute;
    top: 130px;
    left: 0;
    height: 70px;
    background: url('/images/transparent-bg.png');
    width: 100%;
}
#actualite-une .info h2 {
    font-size: 1.3em;
    color: #fff;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}
#actualite-une .info p {
    margin: 0 5px;
    font-family: Verdana;
    font-size: 11px;
    line-height: 15px;
    color: #f0f0f0;
}
#actualite-une .info a {
    text-decoration: none;
    color: #fff;
}
#actualite-une .info a:hover {
    text-decoration: underline;
}
#actualite-une .ui-tabs-hide {
    display: none;
}

.actu-i {
    width: 500px;
    float: right;
    margin: 0 0 5px 5px;
    border: 1px solid #eee;
}
    .actu-i img { vertical-align: bottom; }
    .actu-i div {
        font-size: 0.8em;
        padding: 3px;
        background-color: #eee;
        color: #000;
    }
.actu-h {
    font-style: italic;
    font-weight: bold;
}
    .actu-h span {
        font-weight: normal;
        font-size: 0.7em;
        margin-bottom: 10px;
        display: block;
    }