/* 
    Document   : general.css
    Created on : 8 avr. 2009, 11:16:27
    Author     : Univirta
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

input{
    outline: 0;
}

img{
    border: 0;
}

body{
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: black;
    font-family: "Lucida Grande", Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 160%;
}

#page{
    margin: 0 auto;
    text-align: center;
    
    width: 850px;
    height: 866px;

    background-image: url(../images/bg_enquete_agrandi.jpg);
    background-color: black;
    background-repeat: no-repeat;
    color: #454b1b;
}

    a{
        color: #454b1b;
        text-decoration: none;
    }

    a:focus{
        outline: 0;
    }

    #page #logo{
        margin-top: 150px;
    }

    #page #recherche{
        margin: 0 auto;
        width: 550px;
        height: 350px;

        text-align: left;
        background-color: transparent;
    }

    #page #content{
        width: 592px;
        height: 365px;
        margin: 10px auto 10px;

        background-image: url('../images/resultatsArrierePlan.png');
        background-repeat: no-repeat;
        background-position: 0px 18px;

        position: relative;

        text-align: left;
        overflow: hidden;
    }

        #page #port-onglets-navigation{
            width: 40px;
            margin: 0 auto;
            height: 0px;
            position: relative;
            text-align: center;
        }

            #page #onglets-navigation{
                position: absolute;
                top: 34px;
                display: none;
            }

        #page #content #onglets{
            height: 37px;
            overflow: hidden;
            margin: 0 10px 0 10px;
        }

            #onglets .onglet{
                display: block;
                width: 106px;
                height: 37px;

                background-image: url('../images/onglets.png');

                font-weight: bold;

                float: left;

                margin-right: 7px;
                position: relative;
            }

            #onglets .onglet_selected{
                background-position: 100% 100%;
            }

            #onglets .onglet .mots_clefs a{
                display: block;
                padding-left: 7px;
                height: 37px;
                text-decoration: none;
                line-height: 130%;
            }

            #onglets .onglet .fermer{
                left: 90px;
                position: absolute;
                top: 18px;
            }

            #onglets .onglet .fermer a{
                display: block;
                width: 18px;
                height: 18px;
                text-decoration: none;
            }

        #recherches{
            margin-top: 5px;
            height: 286px;
            padding: 7px;
        }

            #recherches .recherche{
                position: absolute;
                overflow: hidden;
                height: 286px;
                width: 100%;
            }

            #recherches .recherche .page{
                height: 286px;
            }

        #pagination{
            position: absolute;
            top: 342px;
            left: 410px;
            color: #c8d13a;
            font-size: 12px;
        }

            #pagination a{
                color: #c8d13a;
                font-size: 12px;
                text-decoration: none;
                margin-right: 5px;
            }

            #pagination a.selected{
                font-weight: bold;
                border-bottom: 1px solid #c8d13a;
                font-size: 14px;
            }

    form#search .champRecherche input#mots-clefs{
        width: 250px;
        background-color: transparent;
        border: 1px solid #929950;
        background-image: url('../images/bgchamp.png');
        font-size: 20px;
        text-align: center;
        padding: 5px;
        color: #787c3f;
    }
    
    form#search .champRecherche{
        text-align: center;
        padding-top: 32px;
    }
    
    form#search div.loading{
        background-image: url('../images/spinner.gif');
        background-repeat: no-repeat;
        background-position: 50% 0%;
    }

    form#search div.boutons{
        text-align: center;
    }

    form#search div.boutons div{
        height: 25px;
    }
        form#search div.boutons input{
            display: block;
            margin: 20px auto 20px;
            background-color: transparent;
            border: 0;
            cursor: pointer;
            color: #717a2e;
            text-transform: uppercase;
            font-weight: bold;
            font-family: tahoma, verdana, arial;
            font-size: 140%;
        }

    form#search div.preferences{
        width: 400px;
        margin: 0 auto;
        text-align: left;
        color: black;
        margin-top: 20px;
        padding: 20px;

        background-image: url(../images/bgchamp.png);

        font-size: 90%;
    }

        div.preferences input{
            background-color: transparent;
            border: 1px solid #929950;
            background-image: url(../images/bgchamp.png);
            font-size: 90%;
        }

        div.preferences select{
            background-color: #8f9646;
            background-image: url(../images/bgchamp.png);
            border: 1px solid #929950;
            font-size: 90%;
        }

    #chargement{
        position: absolute;
    }

        #chargement .top{
            height: 1px;
            width: 100%;
            clear: both;
            background-color: black;
        }

        #chargement .bottom{
            height: 1px;
            background-color: black;
        }

        #chargement .action{
            height: 200px;
            clear: both;
        }
            #chargement .action div.loupe{
                background-image: url('../images/loupe.png');
                background-repeat: no-repeat;
            }

            #chargement .action div.milieu{
                float: left;
                width: 200px;
                height: 200px;
            }

            #chargement .action div.agrandi{
                text-align: center;
            }

            #chargement .action div.agrandi img{
                vertical-align: middle;
            }

            #chargement .action div.gauche{
                background-color: black;
                width: 100px;
                height: 200px;
                float: left;
            }

            #chargement .action div.droite{
                background-color: black;
                width: 407px;
                float: left;
                height: 200px;
            }

    #chargement .laloupe{
        position: absolute;
        z-index: 2;
        top: 0px;
        left: 250px;
    }

.clear{
    clear: both;
}

.float_left{
    float: left;
}

.w100{
    width: 100px;
}

.w100p{
    width: 100%;
}