/* 
    Document   : sommaire.css
    Created on : 4 févr. 2010, 15:40:33
    Author     : lemitch
    Description:
                 Purpose of the stylesheet follows.
*/


#edito h6 {
    display:inline;
    font-size:1.3em;
    line-height: 1.3em;
    width:680px;
}
    
/***** TEXTES *****/

ul.liste {
    float:left;
    display:inline;
    list-style: none;
    margin:0 0 0 0;
    padding: 0 0 0 10px;
    text-indent: -10px;
    font-size:1em;
}

ul.liste li {
    list-style-position: outside;
}

/*ul.liste li:before {
    content: "\003E \0020";
}*/

#zone-0 ul.liste {
    text-indent: 0;
    font-size:1em;
    padding-top:5px
}

ul.aeree {
    padding: 0 0 4px 10px;
    line-height: 1.6em;
}

.intitule_1 {
    float: left;
    clear: none;
    height:40px;
    width:250px; /*250*/
        margin: 0;
        padding: 0;
        border-top: #fff 1px solid;
}

    .intitule_1_image {
        float:left;
        clear:none;
        width:62px; /*67px*/
        height:44px;
        padding: 0 0 0 4px;
        border-left:1px solid #fff;
        background: url('../images/fond_intitule_separateur.png') no-repeat 55px 4px;
    }

    .intitule_1_souligne {
        float:left;
        width:183px; /*183px*/
        height:38px; /*39px*/
            margin:0;
            padding:0;
            border-bottom:1px solid #f00;
        background: url('../images/fond_titre.png') repeat-y top right;
        font-size: 1.4em;
        color: #f00;
        font-weight:bold;
    }

    .intitule_1_titre {
        float:left;
        width:182px;
        height:31px;
        color: #f00;
        padding:4px 0 2px 0;
        border-right:1px solid #fff;
        border-bottom:1px solid #fff;
        text-shadow: 1px 1px 1px #D7D7D7;
        behavior: url('squelettes/scripts/PIE.htc');
    }
    
    #proposition .intitule_1_titre {
        width:183px;
    }

    .intitule_1_titre a,
    .intitule_1_titre a:hover,
    .intitule_1_titre a:visited {
        color: #f00;
    }
    
    .intitule_1_titre:first-line {
        text-transform: uppercase;
    }

.intitule_2 {
    float:left;
    margin: 0;
    padding: 0;
    height:24px;
    width:100%;
    background-color: #989898;
}

    .intitule_2_titre {
        float:left;
        font-size: 1.4em;
        color: #fff;
        font-weight:bold;
        padding:4px 0 3px 9px;
        text-shadow: 1px 1px 1px #b42d2d;
        behavior: url('squelettes/scripts/PIE.htc');
    }
    
    .intitule_2_titre a {
        color: #fff;
    }

.fil {
    float:left;
    color: #676767;
    padding:0 0 5px 0;
}

/***** ZONES *****/

.degrade {
    
}


#zone-0 {
    float:left;
    background-color: white;
    width:1005px;
    border-left: #cacaca 1px solid;
    border-bottom: #cacaca 1px solid;
    border-right: #cacaca 1px solid;
}
    

    /* Ok
    #zone-0 #urgence {
        padding:1px;
        width:249px;
        height:160px;
        background-color: orange;
    }
    */

    #zone-0 #urgence {
        width:234px; /*251*/
        border: 1px solid #fff;
        border-top: none;
        padding:8px 7px 0  7px;
        height:120px; /*128*/
        background: url('../images/fond_degrade_1ereurgence.png') repeat-x bottom left;
    }

    #zone-0 #cartes {
        /*background: url('../images/fond_degrade_1ereurgence.png') repeat-x bottom left;*/
        border-left: #cacaca 1px solid;
        border-right: #cacaca 1px solid;
        background-color: #d0d0d0;
        width:252px;
        height:170px;
    }

    .centrage {
        display: table;
        height: 128px;
        text-align: center;
        width: 250px;
        position:relative;
    }
    
    #zone-0 #propositions {
        background: url('../images/fond_cadre_propositions.png') no-repeat top left;
        padding:8px 7px;
        margin: 9px;
        width:216px; /*250*/
        display: table-cell;
        min-height: 102px;
        vertical-align: middle;
    }
    
    #zone-0 #propositions blockquote {
	font-size: 1.4em;
        line-height:1.4em;
        font-weight:bold;
        vertical-align:middle;
        display:inline-block;
        padding:0 15px;
    }
    
    #zone-0 #propositions a {
        color: #909090;
    }
    	

    #zone-0 .descriptif {
        padding:0 0 4px 0;
    }

    #cartes img {
        float:left;
        padding:0;
        margin:0;
    }

#zone-10 {
    float:left;
    width:1007px;
    margin: 10px 0 0 0;
    height:170px;
}

    #zone-10 .colonne {
        float:left;
        width:241px;
        margin: 0 10px 0 0;
    }
    
    #zone-10 #compte_a_rebours {
        float:left;
        width:239px;
        height:122px;
        border: #989898 1px solid;
        background-color: #fff;
        padding:1px;
        margin: 0 ;
    }

        #compte_a_rebours .soustitre {
            clear:both;
            margin: 0 8px;
            font-size: 1.2em;
            padding:10px 0 0 0;
            text-align:left;
        }

        #zone_compteurs {
            float:left;
            padding:4px 0 10px 0;
            height:84px;
            width:100%;
            text-align:center;
            background: url('../images/fond_degrade_compteur.png') repeat-x bottom left;
        }

            .precedent {
                float:left;
                padding: 0 0 0 8px;
            }

            .suivant {
                float:right;
                padding: 0 8px 0 0;
            }

        #compteur,
        .countdown {
            padding:0;
            margin: 0 auto;
            width:150px;
        }
            #compteur .elements {
                padding:2px 0 0 0;
                float:left;
                color: #676767;

            }
                .elements .compte {
                    font-weight:bold;
                    font-size:1.8em;
                }

                .elements#jours {
                    padding:0 12px 0 0;
                }
                .elements#heures,
                .elements#secondes{
                    padding:0;
                }
                .elements#sep {
                    padding:0 5px 0 0;
                }
                .elements#minutes {
                    padding:0 12px 0 0;
                }
    
        #compteurs .intitule_2_titre {
            text-shadow: 1px 1px 1px #676767;
            behavior: url('squelettes/scripts/PIE.htc');
        }

    #zone-10 #parrainage {
        float:left;
        width:112px;
        border: #f00 1px solid;
        border-right:0 none;
        margin: 0 0 0 20px;
        background: #fff;
    }

        #parrainage .texte {
            float:left;
            padding:0 10px;
            height:40px;
            font-size:1.0em;
            text-align: justify;
        }

        #parrainage .intitule_1, #parrainage .intitule_1_titre {
            width:auto;
            height:auto;
        } 

        #parrainage .intitule_1_souligne {
            width:auto;
            height:auto;
            border-bottom:0 none;
            background: none;
            padding-left:10px;
        }
        #parrainage #pied {
            position: absolute;
            width:601px;
            height:22px;
            color: #323232;
            line-height:1.7em;
            font-size: 1.1em;
            bottom:0;
            right:0;
        }
        
        #zone-10 #affiche {
            float:right;
            width:119px;
            height:168px;
            background: url('../images/parrainage_affiche.jpg') no-repeat top left;
            border-right:1px solid #f00;
            border-top:1px solid #f00;
            border-bottom:1px solid #f00;
            border-left:none;
        }

        #pied #campagne {
            position:absolute;
            bottom:0;
            right:0;
            font-size:0.8em;
            height: 20px;
            margin:0;
            padding:0 0 0 11px;
            background: rgb(0, 0, 0);
            /* RGBa with 0.6 opacity */
            background: rgba(255, 0, 0, 0.05);
        }

        #campagne img {
            vertical-align: top;
            opacity:1;
            margin:3px 0 0 5px;
            float:right;
        }

        ul.bord-gris {
            border-right:1px solid #d3d3d3;
            margin:0 10px 0 0;
        }
    
    #zone-10 #tutorat {
        float:left;
        width:490px;
        border: #f00 1px solid;
        margin: 0 0 0 11px;
        background: #fff;
    }

        #tutorat .intitule_1, #tutorat .intitule_1_titre {
            width:auto;
        }
        #tutorat .intitule_1_souligne {
            width:423px;
        }

        #tutorat .texte {
            float: left;
            padding: 9px 10px 0 67px;
            font-size:1.3em;
        }

        #tutorat ul {
            margin-top:15px;
        }
    

#zone-20 {
    float:left;
    width:1008px;
    margin: 10px 0 0 0;
    height: 250px;
}


    #zone-20 #suicides {
        float:left;
        width:233px;
        height:167px;
            border: #f00 1px solid;
            padding: 0;
            margin: 0 0 0 20px;
        background-color: #fff;
    }

    /*
    .intitule_1 {
        float:right;
        clear:none;
        margin: 0 0 0 0;
        border-bottom: #f00 1px solid;
        padding: 0 0 0 0;
        height:40px;
        width:178px;
    }

    .intitule_1_titre {
        float:left;
        font-size: 1.4em;
        color: #f00;
        font-weight:bold;
        padding:4px 0 3px 0;
    }
*/
    #zone-20 #suicides .intitule_1 {
        width:233px;
    }

    #zone-20 .intitule_1_souligne {
        width:233px;
    }

    #zone-20 #suicides .intitule_1_titre {
        padding: 4px 0 2px 8px;
        width:224px;
    }

    #zone-20 .texte  {
        padding:9px 0 0 9px;
        clear:none;
    }

    #zone-20 #suicides .texte{
        /*font-size:1.3em;*/
        font-size:13px;
        width:110px;
        padding: 11px 0 0 4px;
    }

    #zone-20 .texte.courbe {
        padding:0;
    }
    
    #zone-20 #fond_suicides{
        float:left;
        margin-left:1px;
        width:97px;
        height:115px;
        border-right: 2px dotted #f00;
        background: url('../images/fond_suicides_gris.gif') repeat top left;
        padding:10px 0 0 0;
        text-align: center;
    }

    #zone-20 #fond_suicides .traiter_affiche{
        width:110px;
        text-align: center;
    }
    #zone-20 #fond_suicides #total #decompte {
        font-size: 4.8em;
        color:#f00;
        font-weight: bold;
        padding: 0;
    }

    #zone-20 #fond_suicides #total #a,
    #zone-20 #fond_suicides #total a:hover,
    #zone-20 #fond_suicides #total a:visited {
        color:#f00;
    }

    #zone-20 #fond_suicides #total {
        float:left;
        width:100%;
        text-align: center;
        margin:0;
        padding:0;
    }
    #zone-20 #fond_suicides #total .legende {
        text-align: center;
        padding:2px 0 0 0;
        font-size: 0.9em;
        width:100%;
    }

    #zone-20 #fond_suicides #total .legende .plus {
        display:block;
        font-weight: bold;
        font-size:1.3em;
        padding-top:2px;
    }

    

    #zone-20 ul.aeree li{
        line-height: 1.2em;
        padding:2px 0 5px 0;
    }

    #zone-20 #etatdeslieux {
        float:left;
        width:233px;
        height:167px;
        border: #f00 1px solid;
        padding: 0;
        margin: 0 0 0 20px;
        background-color: #fff;
    }

        #etatdeslieux .intitule_1 {
            width:233px;
        }
        #etatdeslieux .intitule_1_souligne {
            width:166px;
        }
        #etatdeslieux .intitule_1_titre {
            width:165px;
        }

        #etatdeslieux .jqplot-title{
            padding: 6px 0 15px 5px;
            font-weight: bold;
        }

        #etatdeslieux #chartdiv{
            height:123px;
            width:226px;
            margin:0 0 2px 5px;
        }
        
        .jqplot-highlighter {
            font-size: 1.2em;
            color:#474747;
            padding:2px;
            font-weight: bold;
        }
        
    #zone-20 #createurs {
        float:left;
        width:233px;
        height:167px;
        border: #f00 1px solid;
        padding: 0;
        margin: 0 0 0 20px;
        background-color: #fff;
    }

    #zone-20 #createurs li {
        height:14px;
    }
    
    #zone-20 #createurs img {
        float:none;
    }
    
    #zone-20 #createur h5, #zone-20 #createurs h6{
        display:block;
    }
    #zone-20 #createurs .centrage {
        width:231px;
    }
    #zone-20 #createur {
        height:142px;
        background: url('../images/fond_createurs.png') repeat top left;
        text-align:center;
        display: table-cell;
        min-height: 142px;
        vertical-align: middle;
    }
    
    #zone-20 #createur .over {
        position:absolute;
        bottom:0;
        left:0;
        width:213px;
        background: rgba(255, 255, 255, 0.9);
        padding:9px;
        display:none;
    }
    
    
    #createurs .intitule_2 {
        background-color: #f00;
        border: 1px solid #fff;
        width:231px;
    }

    #zone-20 #quotidien {
        float:left;
        width:743px;
        height:60px;
            border: #f00 1px solid;
            padding: 5px 0;
            margin: 10px 0 0 20px;
    }

    #quotidien .encart {
        float:left;
        height:60px;
        width: 247px;
    }

    #quotidien .encart.bd {
        border-right:1px solid #cfcfcf;
    }
    
    #quotidien .encart .descriptif {
        text-align:center;
    }        

    #quotidien .encart .picto {
        position:relative;
        float:left;
        padding:0 5px 0  10px;
    }

    #quotidien .encart .picto .label {
        position:absolute;
    }
    
    #quotidien .encart#petiteannonce .descriptif {
        font-size:1.3em;
        line-height:1em;
    }        

    .label#calendrier {
        top:10px;
        left: 12px;
        font-weight: bold;
        color: #777777;
        width:54px;
        text-align: center;
    }

    .label#calendrier .jour {
        font-size:3em;
        line-height: 1em;
    }

    .label#calendrier .mois {
        font-size:1.2em;
        line-height: 1em;
    }
    
    .label#timbre {
        top:17px;
        left: 27px;
        font-size:2.2em;
        font-weight: bold;
        color: #777777;
    }

    .label#cadre {
        top:1px;
        left: 11px;
    }

    #quotidien .encart .contenu {
        float:left;
        width:174px;
    }

    #quotidien .encart .contenu .titre {
        float:left;
        width:160px;
        padding: 0 5px;
        text-align: center;
        font-size:1.4em;
        font-weight:bold;
        color: #f00;
        text-shadow: 1px 1px 1px #D7D7D7;
        behavior: url('squelettes/scripts/PIE.htc');
    }

    #quotidien .encart .contenu .descriptif {
        float:left;
        clear:both;
        padding:4px 8px 0 8px;
        font-size:1.2em;
        width:158px;
    }

    #quotidien .encart .contenu .chiffre {
        font-size:1.2em;
        font-weight:bold;
        padding: 0;
        height:14px;
    }

/*
#zone-30 {
    float:left;
    width:1008px;
    margin: 10px 0 0 0;
    height: 335px;
}

#zone-30 #droit,
#zone-30 #tpe {
    width:241px;
    float:left;
        border: #f00 1px solid;
        padding: 0;
        margin: 0;
    background-color: #fff;
    clear:both;
}

#zone-30 #tpe {
        border: #989898 1px solid;
}

#zone-30 #droit {
    height:260px;
}

#zone-30 #tpe {
    margin:10px 0 0 0;
    height:65px;
}

    #droit .intitule_2,
    #tpe .intitule_2{
        background-color: #f00;
        border: 1px solid #fff;
        width:239px;
    }

    #tpe .intitule_2 {
        background-color: #989898;
    }

    #zone-30 .texte  {
        padding:11px 0 0 9px;
        clear:none;
    }

    #zone-30 #tpe .texte {
        padding:6px 0 0 9px;
    }

    #zone-30 #afn {
        float:left;
        width:743px;
        height:327px;
            border: #f00 1px solid;
            padding: 0;
            margin: 0 0 0 20px;
        background-color: #fff;
    }

    .intitule_3 {
        float:right;
        margin: 0;
        padding: 0;
        height:44px;
        width: 217px;
        background-color: #fff;
    }

        .intitule_3#alaune {
            border: 1px solid #fff;
        }
        .intitule_3#filinfo {
            border: 1px solid #fff;
        }
        .intitule_3#nouveautes {
            border: 1px solid #fff;
        }
        .intitule_3#dernier {
            border: 1px solid #fff;
            width:69px;
        }
            .intitule_3_titre#dernier_titre {
                background-color: #fff;
                width:69px;
            }
        .intitule_3_titre {
            float:right;
            font-size: 1.8em;
            color: #fff;
            font-weight:bold;
            padding:4px 9px 3px 20px;
            background-color: #f00;
            width:203px;
            height:37px;
        }
    
*/
#zone-30 {
    float:left;
    width:1008px;
    margin: 10px 0 0 0;
    height: 335px;
}

#zone-30 #droit,
#zone-30 #tpe {
    width:241px;
    float:left;
        border: #f00 1px solid;
        padding: 0;
        margin: 0;
    background-color: #fff;
    clear:both;
}

#zone-30 #tpe {
        border: #989898 1px solid;
}

#zone-30 #droit {
    height:260px;
}

#zone-30 #tpe {
    margin:10px 0 0 0;
    height:65px;
}

    #droit .intitule_2,
    #tpe .intitule_2{
        background-color: #f00;
        border: 1px solid #fff;
        width:239px;
    }

    #tpe .intitule_2 {
        background-color: #989898;
    }
    
    #tpe .intitule_2_titre {
        text-shadow: 1px 1px 1px #676767;
        behavior: url('squelettes/scripts/PIE.htc');
    }
    

    #zone-30 #droit .texte  {
        position:relative;                                                      /* utilisé pour le placement des flèches lire_tout */
        padding:11px 5px 1px 6px;
        clear:none;
        height:223px;
        width:228px;
        background: url('../images/fond_degrade_droit.png') repeat-x bottom left;
    }

    #zone-30 #tpe .texte {
        padding:6px 0 0 9px;
        position:relative;
        height:35px;
        width: 230px;
    }

    #zone-30 #afn .texte {
        float:left;
        clear:none;
        /*padding:0 5px 0 9px;*/
        padding:0 5px 0 0;
    }

    #zone-30 #afn_bloc,
    #zone-30 #afn_onglets {
        float:left;
        width:743px;
        height:337px;
            padding: 0;
            margin: 0 0 0 20px;
    }
    #zone-30 #afn_onglets,
    #zone-30 #afn_onglets .encadre {
        height: 46px;
        margin: 0 0 0 0;
    }
    
        #afn_onglets .onglet {
            float:left;
            width:233px;
            height:45px;
                border: #f00 1px solid;
                padding: 0;
                margin: 0;
            background-color: #fff;
        }
        /* @TODO Supprimer la référence à nouveautes */
        #afn_onglets .onglet#alaune,
        #afn_onglets .onglet#filinfo,
        #afn_onglets .onglet#nouveautes,
        #afn_onglets .onglet#actualites
        {
            position:relative;
            z-index:50;
        }
        #afn_onglets .onglet#filinfo {
            z-index:40;
            margin: 0 0 0 -20px;
            text-indent: 20px;
        }
        #afn_onglets .onglet#actualites,
        #afn_onglets .onglet#nouveautes {
            z-index:100;
            margin: 0 0 0 0;
            text-indent: 20px;
        }

        #afn_onglets .onglet#wrapper {
            width:20px;
            padding:10px 25px;
            background-color: transparent;
            border: none;
        }

        #afn_onglets .onglet.actif {
        }

    .intitule_3 {
        float:left;
        margin: 0;
        padding: 0;
        height:38px;
        width: 223px;
        border: 1px solid #fff;
        text-shadow: 1px 1px 1px #D7D7D7;
        behavior: url('squelettes/scripts/PIE.htc');
    }

        .intitule_3_titre a {
            float:left;
            font-size: 2.8em;
            color: #f00;
            font-weight:normal;
            padding:5px 0 0px 18px;
            width:213px;
            height:38px;
            background: url('../images/fond_titre.png') repeat-y top right;
        }

        .intitule_3_titre a:hover,
        .intitule_3_titre a.actif {
            background: #f00;
            color:#fff;
            text-shadow: 1px 1px 1px #b42d2d;
            behavior: url('squelettes/scripts/PIE.htc');
        }

        .intitule_3#dernier {
            width:55px;
            background-color: #fff;
        }

        .intitule_3_titre#dernier_titre {
            width:55px;
            background-color: #fff;
        }

    #zone-30 #afn {
        float:left;
        position: relative;
        width:743px;
        height:291px;
            border: #f00 1px solid;
            padding: 0;
            margin: 0;
        background-color: #fff;
    }

    #afn .ligne {
        width:725px;
        height:78px;
        padding:9px;
    }

        #afn .ligne.impaire {
            background-color: #fff;
        }
        #afn .ligne.paire {
            background-color: #e6e6e6;
        }

        #afn .ligne .bloc {
            float:left;
            width: 357px;
            height:83px;
            overflow: hidden;
            font-size:1em;
            position: relative;                                             /* utilisé pour le placement des flèches lire_tout */            
        }
        
        #afn .ligne#filinfo .bloc {
            height:270px;
            overflow: hidden;
        }

            #afn .ligne .bloc h4{
                font-size:1.4em;
                float:left;
                width: 357px;
                padding:0 0 4px 0;
                color:#f00;
                font-weight: bold;
            }

            #afn .ligne .bloc h5 {
                font-size:12px;
                font-weight: bold;
            }

            
            #afn .ligne .bloc.droit {
                width: 357px;
                border-left: 1px solid #d3d3d3;
                padding:0 0 0 9px;
            }

            #afn .ligne .bloc img {
                float:left;
                padding: 3px 0 13px 0;
            }

            #afn .ligne .bloc img.fleche {
                padding: 0 4px 0 0;
            }

            #afn .ligne .bloc .texte {
                padding-top:0;
                /*width:300px;*/
                width:350px;
            }

            #afn .ligne#filinfo .texte {
                padding:0;
                width:357px;
            }

            /*#afn .ligne#filinfo .bloc h4 {
                padding:0 0 0 0;
                font-size:1.2em;
                width:40px;
                font-weight: normal;
                clear:none;
                text-align:right;
            }*/
                #afn .ligne#filinfo .bloc h5,
                #afn .ligne#actualites .bloc h5,
                #afn .ligne#nouveautes .bloc h5 {
                    float:left;
                    font-weight: normal;
                    font-size:1.05em;
                    float:left;
                    width:310px;
                    margin: 0;
                }
                #afn .ligne#actualites .bloc h5,
                #afn .ligne#nouveautes .bloc h5  {
                    width:680px;
                }
                
                #afn .ligne .bloc h6 {
                    float:left;
                    clear:both;
                    color: #b3b3b3;
                    font-size:0.8em;
                    margin: 0 0 0 0;
                    text-transform: uppercase;
                }
                #afn .ligne#actualites .bloc h6,
                #afn .ligne#nouveautes .bloc h6 {
                    width:680px;
                }

                #afn .ligne#filinfo .bloc h6 {
                    width:357px;
                }
                
                #afn .ligne .bloc h6 a {
                    color: #b3b3b3;
                }
                #afn .ligne .bloc h6 a:hover {
                    color: #f00;
                }

                #afn .ligne .bloc .decalage {
                    padding:0 0 0 45px;
                }
                #afn .ligne#actualites .bloc.gauche,
                #afn .ligne#nouveautes .bloc.gauche {
                    width:725px;
                    height:270px;
                    overflow:hidden;
                }
                #afn .ligne#actualites .texte,
                #afn .ligne#nouveautes .texte {
                    width:725px;
                    padding:0;
                    height:282px;
                }

                /*#afn .ligne#filinfo .favicon {
                    float:left;
                    margin:0;
                    padding:0 3px 0 0;
                    vertical-align:text-bottom;
                }*/

        
.jqplot-highlighter-tooltip {
    border: 0 none;
    font-size: 0.75em;
    white-space: nowrap;
    /*background: rgba(208,208,208,0.5);*/
    background: rgba(255,255,255,0);
    padding: 1px;
}

