body { margin: 0px; padding: 0px; }
form { margin: 0px; padding: 0px; }
img { border: 0px; }
#btnSave, #btnCancel, #btnDelete { float: right; }

#titleForm {
background-color: #F6F0E2;
text-align: center;
font-weight: bold;
}
#tabLogin { border: 3px double #E2C75E; width: 300px; }
#loginError { border-bottom: 3px double #E2C75E; color: red; font-weight: bold; font-size: 11px;}
.loginTitre { text-align: right; font-size: 13px; font-weight: bold;}
.loginTxt { text-align: left; }
#tabText { text-indent: 4px; }

/* Tableau des gestions */
.titleTabGestion {
background-color: #736C52;
font-weight: bold;
color: #ffffff;
text-indent: 4px;
}

/* Menu d'administration */
#titleMenu {
text-align: center;
font-weight: bold;
background-color: #736C52;
color: #ffffff;
}
.tdMenu {
border-bottom: 1px solid #cccccc;
color: #898579;
font-size: 13px;
font-weight: bold;
}
.tabMenu {
background-color: #C3C0BB;
border: 1px inset white;
}
#tabMenuAdmin { margin-top: 2px; }
#tabMenuAdmin a {
padding-left: 4px;
color: #316040;
font-size: 13px;
font-weight: bold;
text-decoration: none;
display: block;
}
#tabMenuAdmin a:hover { color: black; background-color: #CED3D6; }
/* Autres */
.ligne { background-color: #C3C0BB; font-weight: bold; font-size: 14px; text-align: right; color: #316040}
.lignedesc { background-color: #C3C0BB; font-size: 14px; padding-left: 3px; }
.lignedoc { background-color: #EFEFEF; color: #316040; }

.DataTD1 { padding-left: 8px; padding-right: 8px; }
.DataTD2 { background-color: #C3C0BB; padding-left: 8px; padding-right: 8px; }

.legend { color: red; width: 610px; margin-left: 2px;}
.legend .title { font-weight: bold; color: red; }


