.page
{
    width:1024px;
    background-color: #FFFFFF;
    background-image: url(/style/donnons-fond.gif);
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    margin-left: auto;
    margin-right: auto;
}

.gauche {
    float:left;
}

.initGauche{
    clear:left;
    float:left;
}

.frmGauche
{
    clear:left;
    float:left;
    width:500px;
}

.frmDroite
{
    float:left;
    width:450px;
}

.frmConfigStart {
    clear:left;
}

.frmConfig
{
    margin-left:10px;
}

.frmConfig,.frmConfigStart
{
    float:left;
    margin-top:5px;
    padding: 5px 5px 5px 5px;
    font-size: smaller;
    background-color: #F0F0F0;
    border-left:1px solid #A63434;
    border-top:1px solid #A63434;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;

}

.inpUrl
{
   font-size: normal;
   font-weight: bold;
   background-color: #F2FFEA;
   color:red;


}

.largeurEcran
{
    clear:left;
    float:left;
    width:1000px;
}

.partieGauche
{
    clear:left;
    float:left;
    width:670px;

}
.partieDroite
{
    float:left;
    width:310px;
}

.captureLst{
    float:left;
    width:330px;
    height:340px;
    font: normal bold 10px "Century Gothic", "Bitstream Vera Sans";
}

.captureLst a:link {
   color: #008000;
    text-decoration: none;
    font-weight: bolder;
}
.captureLst a:active {
    color: #008000;
    text-decoration: none;
    font-weight: bolder;
}
.captureLst a:visited {
   color: #008000;
    text-decoration: none;
    font-weight: bolder;
}
.captureLst a:hover{
    color: red;
    text-decoration: none;
    font-weight: bolder;
}

.captureLst ul
{
    list-style:none;
    padding-left:0px;
    margin-left:0px;
    padding-top:0px;
    margin-top:0px;
    color:#FF0000;
}
.captureLst li
{
    float:left;
    padding-right:5px;
}

.imageLst
{
    width:300px;
    height:225px;
}

.centrage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.captureLst em
{
    color:#808000;
}

.msgExplication {
    background-color: #FFFAFA;
    border: thin dashed #6495ED;
    font-style : italic;
    font-size: small;
    font-weight: normal;
}
