﻿#header div.background {
	background: url(../img/menu/pink.png);
}

#header h1 { color: #770478; }

#header h1 span { color: #C000C0; }

/*** 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: #BB62BC }
a:hover { background: #F8E2F5 }

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

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

td { border: #fff solid 0px; }

td.col1  { background-color: #FFE5FF }
td.col2,td.nb { background-color: #FFD5FF }

tr.row1 { background-color: #FFD5FF }
tr.row2 { background-color: #FFE5FF }
tr.row3 { background-color: #fff }

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

.title2 {
	color: #9C439D;
	background-color: #FFC0FF;
}

.title3 {
	color: #B459B5;
	background-color: #FCCDFD;
}


/***************/
/*** 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:  #C000C0 }

div.sign span { color: #2B3D8B }