/* Formatage éléments de formulaires */
form { margin:0; }

/* Largeur input */
.l25 { width: 25px ; }
.l35 { width: 35px ; }
.l50 { width: 50px ; }
.l75 { width: 75px ; }
.l100 { width: 100px ; }
.l125 { width: 125px ; }
.l150 { width: 150px ; }
.l175 { width: 175px ; }
.l200 { width: 200px ; }
.l225 { width: 225px ; }
.l250 { width: 250px ; }
.l275 { width: 275px ; }
.l300 { width: 300px ; }
.l325 { width: 325px ; }
.l350 { width: 350px ; }
.l375 { width: 375px ; }
.l400 { width: 400px ; }
.l425 { width: 425px ; }
.l450 { width: 450px ; }
.l475 { width: 475px ; }
.l500 { width: 500px ; }
.l525 { width: 525px ; }
.l540 { width: 540px ; }
.l550 { width: 550px ; }
.l575 { width: 575px ; }
.l600 { width: 600px ; }
.l625 { width: 625px ; }
.l630 { width: 630px ; }
.l635 { width: 635px ; }
.l650 { width: 650px ; }
.l675 { width: 675px ; }
.l685 { width: 685px ; }
.l700 { width: 700px ; }
.l725 { width: 725px ; }

/* Formatage images */
img { border: 0 ; }

/* Formatage tableaux */
tab { border-collapse : separate ; empty-cells: show ; }

/* Entêtes de tableaux */
th { background-color: #DCC59A ; border-bottom: 1px solid black ; }

/* Lignes de tableaux */
tr:hover.hover { background-color: #F6F6F6; }

/* Alignement Cellules de tableaux */
.top { vertical-align: top ; }
.mid { vertical-align: middle ; }
.bot { vertical-align: bottom ; }

/* Bordures Cellules de tableaux */
.bb-bk { border-bottom: 1px solid black ; }
.bd-bk { border-right: 1px solid black ; }
.bh-bk { border-top: 1px solid black ; }
.bg-bk { border-left: 1px solid black ; }
.bb-gr { border-bottom: 1px solid #CCCCCC ; }
.bd-gr { border-right: 1px solid #CCCCCC ; }
.bh-gr { border-top: 1px solid #CCCCCC ; }
.bg-gr { border-left: 1px solid #CCCCCC ; }
.bb-gf { border-bottom: 1px solid #666666 ; }
.bd-gf { border-right: 1px solid #666666 ; }
.bh-gf { border-top: 1px solid #666666 ; }
.bg-gf { border-left: 1px solid #666666 ; }
.bb-bc { border-bottom: 1px solid #FFFFFF ; }
.bd-bc { border-right: 1px solid #FFFFFF ; }
.bh-bc { border-top: 1px solid #FFFFFF ; }
.bg-bc { border-left: 1px solid #FFFFFF ; }

/* Couleurs Cellules de tableaux */
.col-blanc { background-color: #FFFFFF ; }
.col-gris { background-color: #666666 ; }
.col-ocre { background-color: #CC9966 ; }
.col-bleu { background-color: #CBCBFA ; }
.col-vert { background-color: #DAEBDB ; }
.col-brun { background-color: #BDAC9E ; }
.col-grif { background-color: #666666 ; }

/* fond input */
.focus { background-color: #FFFF66 ; }