﻿body {
}

.basPage
{
    background-color: gold;
    color : Black;
    
    margin: 10px 5px 10px 10px;
    padding: 10px 10px 5px 10px;
    border: solid 2px goldenrod;
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    width: 700px;
}

/*
    CONTENEUR
*/

.listeConteneur
{
    background-color: gold;
    color : Black;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    width: 900px;
}

 .listeConteneur td
{
    vertical-align:top;
     text-align: left;
}

 .listeConteneur input,textarea
{
    width:750px;
}



.listeConteneurEntete
{
    font-weight:bold;
    color:white;
    background-color:goldenrod;
}

.listeConteneurChapitre
{
    
    color:goldenrod;
    font-weight: bold;
    background-color:white;
}


/*
    ROLE
*/
.roleCheckBox input
{
    width:15px;
}


.role td
{
    width:50px;
    font-weight:bold;
    color:goldenrod;
    background-color:gold;
}

.roleHeader 
{
    width:50px;
    font-weight:bold;
    color:white;
    background-color:goldenrod;
}


/*
    ATTRIBUT
*/

.listeAttributEntete
{
    font-weight:bold;
    color:white;
    background-color:goldenrod;
    width:200px;
}


