﻿#header div.background {
/*	background: url(../img/menu/blue.png);*/
	background-color: #CEE0F4;
	opacity: 0.5;
	filter : alpha(opacity=50);
}

#header h1 { color: #0A2E60; }

#header h1 span { color: #1354AD; }

/*** FORM ***/
input.text {
	border-top: solid 2px gray;
	border-left: solid 2px gray;
	border-right: solid 1px #E0E3EB;
	border-bottom: solid 1px #E0E3EB;
	color: #404E80;
}

input.text:hover {
	border-top: solid 2px #404E80;
	border-left: solid 2px #404E80;
}

input.submit:hover { color: #C73907 }
/************/

a { color: #6E6E7E }
a:hover { background: #E0E0F2 }

/*### BOX ###*/
div.box { border: #415089 solid 1px; }

/*** TABLE ***/
table {
	background-color: #fff;
	border: #415089 groove 1px;
	border-bottom: #415089 solid 3px;
	border-right: #415089 solid 3px;
}

td.col1  { background-color: #F2F3F7 }
td.col2,td.nb { background-color: #ECEEF6 }

tr.row1 { background-color: #E8EAF0 }
tr.row2 { background-color: #F2F3F7 }
tr.row3 { background-color: #ECEEF6 }

tr.title1 {
	color: #fff;
	background-color: #9FADC9;
}

.title2 {
	color: #5C6586;
	background-color: #DBDEE9;
}

.title3 {
	color: #697397;
	background-color: #E6E9F2;
}

/***************/
/*** QUOTE ***/

div.quote div.content {
	background-color: #fff;
	border: #415089 solid 1px;
}

/***************/
/*** DIVERS ***/

h1 { color:  #404E80; }

/* error box */
div.error {
	background-color: #FFF5F5;
	border: #920000 solid 1px;
}
div.error div.title,  div.success strong { color:  red }

/* warning box */
div.warning {
	background-color: #FFFFC0;
	border: #FFDDC1 solid 1px;
}
div.warning div.title, div.warning strong { color: #E26500 }

/* success box */
div.success {
	background-color: #EBFFEB;
	border: #035F03 solid 1px;
}
div.success div.title, div.success strong { color: green }


h3 { color: #1A254E	}

strong, .label { color:  #415089 }

div.sign span { color: #2B3D8B }
