body {
    /*color: #D9F8FF;*/
    color: #88aa88;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    background-color: #000000;
    /*background-color: #ffffff; */
}

h1 {
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
    color: #00ff66;
}

.tranches {
    background: #333;
    border: thin solid #333;
}
.tranchesnontravaillees {
    background: #333;
    border: thin solid #000;
}


h2 {
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    color: #00ff66;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

a {
    text-decoration: none;
    /*color: #009900;*/
    color: #ff8822;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
    /*cursor: grab;*/
    text-decoration: none;
    font-style: oblique;
    color: #00ff00;
}

.mere{
    border-color: #0099FF;
}

input {
    color: #111111;
    /*#color:#119911;*/
    background-color: #dddddd;
    font-size: 14px;
    /*list-style-image: url((URL));*/
    list-style-type: disc;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

select {
    color: #111111;
    background-color: #dddddd;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

button {
    color: #009900;

}

textarea {
    color: #111111;
    background-color: #dddddd;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.grand {
    font-size: 16px;
    font-weight: bold;
}
.urgence1{    
    font-size: 16px;	
}
.urgence2{    
    font-size: 18px;
    font-weight: bold;
}



.menu {
    /*background-color: #CCCCCC;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    border-color: #999999;
}

.menu a:hover{
    /*cursor: grab;*/
    text-decoration: none; 
}

.menu a{
}

.menu h3{
    color: #0066FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-align: center;
}

.tdrouge {
    background-color: #FF0000;
}

.tdblanc {
    /*#background-color: #444444;*/
    border-color: #000099;
    border:2px solid blue;
}

.textevertfonce {
    color: darkgreen;
}
.texterose {
    color: #FF00FF;
}
.textebleu
{
    color: #3366ff; 
}
.textejaune {
    color: #ffff00; 
}
.texterouge {
    color: #ff0000;
    font-size: 11px;
}
.texterouge0 {
    color: #ff0000;
}
.textevert {
    color: #00ff00;
}
.texteorange {
    color: #AA5500;
}
.alerterouge {
    color: #ff0000;
    font-size: 14px;
}

.petit {
    font-size: 10px;
}


.titre{
    color: #0066FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    text-align: center;
}
.titre_petit{
    color: #0066FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-align: center;
}

.bulle {
    color: #0000FF;
    background-color: #FFFFFF;
}

.gras{
    font-weight: bold;
}

.grosgras{
    font-size: 14px;
    font-weight: bold;
}
.tableinvisible
{
    border-width: 5px;
    border-style: solid;
    border-color: #000;
    /*text-align:justify; */
}


.tablevisible
{
    border-width:1px;
    border-style:solid;
    /*border-color:grey;*/
    padding:1px;
    /*text-align:justify; */
}

.tablereponse
{
    border-width:0px;
    border-style:solid;
    /*border-color:grey;*/
    padding:10px;
    margin:10px;
    /*text-align:justify; */
}

.tdvisible
{
    border-width:1px;
    border-style:solid;
    border-color:#999999;
    padding:3px;
    text-align:center;
}

.apourvoir
{
    background-color: #222222;
    border-width:1px;
    border-style:solid;
    border-color:#888888;
    padding:5px;
    margin:1px;
}

.boutonlien {
    background-color: #222222; 
    border: solid red;
    color: red;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    /*cursor: calc; */
}

.trcadrerouge
{ 
    outline: #ff0000 solid;         
}

.trgrismoyen
{
    background: #555555;       
}

.trnoir
{
    background-color: black;
}  
