/*	==================================================
	Couleurs CORE.CSS
	================================================== */

a, a:visited { color:#4d7cc4; }
a:active, a:hover { color:#4d7cc4; }
h3 { color:#6c7275; }
h2 { color:#2e5374; }
body { background-color: #dea; }
div#overhead, div#underfoot { color: #8a0; }
div#underfoot p.signalement a { color:#999999; }
div#underfoot p.signalement a:hover { color:#FF9900; }
div#inside { border-color: #ab4;
			 background-color: #fff;}
div#header { border-bottom-color: #ab4; }
ul#menu { background: url("../images/bg_menu.gif") repeat-x 0 -25px; }
ul#menu li a {  color: #fff;
				border-right-color: #dea;
				border-left-color: #eee; }
ul#menu li a:hover {
background: url("../images/bg_menu.gif") repeat-x 0 0;
color: #697D00;
}
div#content h1 {
color: #CC0033;
border-bottom-color: #CC0033;
}
div#content h2 {
color: #9b2;
background:  url("../images/Bullet.gif") no-repeat left bottom;
border-bottom-color: #9b2;
border-left-color: #9b2;
}
div#content h3 {
border-bottom-color: #9b2;
border-left-color: #9b2;
color: #9b2;
background-image: url(../../../images/suiteh.jpg);
}
div#content h6 {
color: #D27303;
background:   url("../images/alerte.gif") no-repeat left bottom;
}
div#content a, div.zoneCde a { color: #4d7cc4; }
div#content a:hover , div.zoneCde a:hover { color: #333333; }
div#footer {
color: #8a0;
border-top-color: #ab4;
}
.normal { color: #333333;}
.champ { color: #CC0033;}

table#BilanAffaire td.BilAffSection {
	background-color: #9b2;
}
table#BilanAffaire th {background-color:#dea}
table#BilanAffaire th {
	border-bottom-color: #99BB22;
	border-top-color: #99BB22;
	border-bottom-width: 2px;
	border-top-width: 2px;
}
table#BilanAffaire td.proportion {
	color: #99BB22
}

/*	==================================================
	Couleurs pour les formulaires (FORMANDTAB.CSS)
	================================================== */

form.stdform { color: #000099; }
form.stdform fieldset {
border-top-color: #C9DCA6;
background:   url("../images/formbackground.gif") left bottom repeat-x;
}
form.stdform legend, form.stdform label { color: #333333; }
form.stdform fieldset li { border-bottom-color:#99CC33; }
form.stdform fieldset fieldset {
border-color: #CCCCCC;
background: url("../images/formbackground.gif") left bottom repeat-x;
}
form.stdform em { color: #CC0000; }
form.stdform input, form.stdform textarea, form.stdform select { color: #CC0033; }
form.stdform input.modif { background-color:#00CC00; }
div.zoneCde { background-color: none; }
form.stdform div.zoneCde INPUT.btn-form {
background-color: #8FD334;
color: #FFFFFF;
border-color: #000000;
}
form.stdform div.zoneCde INPUT.btn-form:hover {
background-color: #79D600;
color: #697D00;
}

/*	==================================================
	Couleurs pour les tableaux et listes (FORMANDTAB.CSS)
	================================================== */

.tableau td.total{ background-color:#D1D1E9; }
.tableau thead th, .liste thead th { background-color:#FFCC33;
									 border-top-color:#CCCCCC; }
.liste thead th { background-color:#DFBFFF; }
.tableau thead td, .liste thead td { background-color:#FFF; }
.tableau tfoot th, .liste tfoot th { background-image:url("../images/t4grad.png"); }
.tableau tfoot td, .liste tfoot td { background-color:#FFF; }
.tableau tbody th, .liste tbody th { background-color:#DEA;
									 border-bottom-color: #CC0000; }
.tableau tbody td, .liste tbody td { border-bottom-color: #CC0000; }

