/**
 * Feuille de style du module d'administration.
 */

BODY,P,BLOCKQUOTE,CENTER,TD,TH,UL,OL,DIV,SPAN,LAYER {
	MARGIN: 0 0 0 0;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
}

TEXTAREA,INPUT {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
}

A {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
}
A:visited {
	color:#999;
	color:#03f;
}
A:hover, A:active {
	color:#f60;
}
/* TAB,STAB,TABS : fenetre globale */
td.tab          {
    border-top:    2px solid #999;
    border-right:  2px solid #666;
    border-left:   2px solid #999;
    border-bottom: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
	background-color: #BBCCDD;
}
table.stab          {
    border-top:    none;
    border-right:  2px solid #666;
    border-left:   2px solid #999;
    border-bottom: 2px solid #999;
    border-radius: 2px;
    -moz-border-radius: 2px;
	background-color: #BBCCDD;
}
table.tabs      {
    border-top:    none;
    border-right:  none;
    border-left:   none;
    border-bottom: 1px solid #666;
}
/* Block */
/*
Fond Titre : #778899 ou #99AABB
Fond d'ecran : #BBCCDD
*/
.block,.blocktitre,.blockdata,.blockfooter {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px;
}
.block       {border:2px groove; background-color:#BBCCDD;}
.blocktitre  {background-color:#778899;color:#FFFFFF; font-weight: bold; }
.blockdata   {}
.blockfooter {border:1px inset;font-style:italic; font-size:12px;}

.afnone {border-style: none; background-color:#BBCCDD; font-weight:normal; font-style:normal;}

.afliste {background-color: #BBCCDD; font-family: Arial, Helvetica, sans-serif; font-size: 12px; vertical-align: middle; border-style: inset; border-width: 1px; }
.aftitre {background-color: #BBCCDD; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.aftvide {}
.aftcell {border-style: outset; border-width: 1px; }

.aftlinkactive,
.aftlink { font-weight: bold ;}
.aftlink,
.aftlink:visited {color:#000088;}
.aftlinkactive,
.aftlink:hover,
.aftlink:active  {color:#EE1133;}

/* lignes de la liste des enregistrements */
.afl0,
.afl0_ou { background-color : #A1B3C3; border-style: outset } 
.afl0_ov,
.afl0_dw { background-color : #778899; color:#FFFFFF; border-style: inset  }
.afl1,
.afl1_ou { background-color : #B5C3D1; border-style: outset } 
.afl1_ov,
.afl1_dw { background-color : #778899; color:#FFFFFF; border-style: inset  }

.aflcell {border-style: outset; border-width: 1px; }
.afllink,
.afllink:visited {color:#000088;}
.afllink:hover,
.afllink:active  {color:#EE1133;}
.aflbut, 
.aflbut_ou { border-style: outset; border-width:1px; } 
.aflbut_ov,
.aflbut_dw { border-style: inset;  border-width:1px; } 


