
/*** chapo ***/

    #chapo {
        position: relative;
        background-color: rgb(211, 209, 210);
        overflow: hidden;

        border-top: 2px solid white;

        min-height: 197px;
        _height: 197px;
    }
    
    #chapo .portrait {
        position: absolute;
        bottom: 0;
        left: 0;
        background: url("portrait.jpg") no-repeat left top;
        
        min-height: 197px;
        _height: 197px;
        width: 240px;
    }
    
    #chapo .content {
        color: gray;
        margin: 10px 60px 10px 240px;
    }

    #chapo .content a {
        margin: 1em 0 0 0;
        float: left;
        color: white;
    }

    #chapo .content div.body {
        padding-top: 15px;
    }
    
    #chapo .content textarea {
        border: 1px solid rgb(250, 152, 5);
    }
    
    #chapo .content textarea.dirty {
        background-color: rgb(247, 234, 197);
    }

    #chapo .content .dts_field_data_titre {
        margin-bottom: 5px;
        
        font-weight: normal;
        font-size: 16pt;
        color: white;
    }
    
    #chapo .content .dts_field_data_titre textarea {
        width: 100%;
        height: 1.5em;
    }
    
    #chapo .content .dts_field_data_message {
        text-align: justify;
    }
    
    #chapo .content .dts_field_data_message textarea {
        width: 100%;
        height: 115px;
    }

    #chapo .dts_control * {
        visibility: visible;
    }

    #chapo .content .signature {
/*        display: none;  // admin skin */
        margin-top: 1em;
        background: url("signature.jpg") no-repeat right top;
        text-align: right;
        min-height: 46px;
        _height: 46px;
    }
        
    #chapo .content .signature {
        font-size: 8pt;
        color: white;
    }
    
    #chapo .content .signature p {
        margin: 0 90px 0 0;
    }

    #chapo .content .signature p em {
        font-style: normal;
        font-weight: bold;
        font-size: 10pt; 
    }


/*** content ***/

    #content {
        float: left;
        background: url("wave.jpg") no-repeat left top;
        border-top: 2px solid white;
    }


/*** leftboxes ***/

    #leftboxes {
        float: left;
        position: relative;
        left: 110px;
        
        width: 400px;
        height: 100%;
        padding-bottom: 40px;

        list-style: none;
        color: gray;
    }
    
    #leftboxes li {
        margin-top: 30px;
        padding-left: 130px;
    }
    
    #leftboxes li.visit {
        background: url("visit.jpg") no-repeat left top;
        min-height: 99px;
        _height: 99px;
    }
    
    #leftboxes li.quizz {
        background: url("quizz.jpg") no-repeat left top;
        min-height: 73px;
        _height: 73px;
    }

    #leftboxes li.blog ul {
        margin-bottom: 30px;
    }
    
    #leftboxes li.blog {
        background: url("blog.jpg") no-repeat left top;
        min-height: 230px;
        _height: 230px;
    }
    
    #leftboxes li h4 {
        font-size: 14pt;
        font-weight: normal;
        color: #9FC049;
    }

    #leftboxes li h4 a {
        color: #9FC049;
    }

    #leftboxes li ul {
        list-style: none;
    }
    
    #leftboxes li ul li {
        margin-top: 5px;
        padding-left: 0px;
    }
    
    #leftboxes li ul li a {
        color: #9FC049;
    }


/*** rightboxes ***/

    #rightboxes {
        float: left;
        position: relative;
        left: 200px;
        
        width: 238px;
        min-height: 538px;
        _height: 538px;
        height: 100%;
        padding-bottom: 40px;

        list-style: none;
        background-color: rgb(249, 247, 248);
        color: gray;
        font-size: 8pt;
    }

    #rightboxes li {
        margin-top: 15px;
        margin-left: 35px;
        margin-right: 35px;
    }

    #rightboxes li.contact h4 {
        background: url("contact.jpg") no-repeat left top;
        padding-top: 59px;
    }
    
    #rightboxes li.markets h4 {
        background: url("markets.jpg") no-repeat left top;
        padding-top: 99px;
    }
    
    #rightboxes li.jobs h4 {
        background: url("jobs.jpg") no-repeat left top;
        padding-top: 95px;
    }
    
    #rightboxes li h4 {
        position: relative;
    }
    
    #rightboxes li h4 a {
        display: block;

        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;

        background: rgb(221, 219, 220);
        
        font-weight: normal;
        font-size: 12pt;
        color: #6AA1D6;
    }

    #rightboxes li h4 em {
        font-style: normal;
        font-weight: bold;
    }
    
    #rightboxes li ul {
        list-style: none;
    }

    #rightboxes li ul li {
        margin: 0;
    }

    #rightboxes li p {
        margin-top: 5px;
        
        border-left: 1px solid #6AA1D6;
        padding-left: 4px;
        
        color: gray;
    }

    #rightboxes li ul li a {
        color: gray;
    }
