/* CSS Document */
TABLE.tableau1 {
	border : 3px solid #076B9C
}

TABLE.TourTab {
	BORDER-RIGHT: #3678AC 1px solid;
	BORDER-TOP: #3678AC 1px solid;
	BORDER-LEFT: #3678AC 1px solid;
	BORDER-BOTTOM: #3678AC 1px solid;
}

INPUT {
	font-size : 10px;
}

A.fonce {
	color : #0090C5;
	text-decoration : none;
}

A.fonce:HOVER {
	color : #90FFEE;
	text-decoration : none;
}

A.clair {
	color : #90FFEE;
	text-decoration : none;
}

A.clair:HOVER {
	color : #0090C5;
	text-decoration : none;
}

A.main {
	color : #D34A3C;
	text-decoration : none;
}

A.main:HOVER {
	color : #FB5241;
	text-decoration : none;
}

A.perle {
	color : #FFF9C2;
	text-decoration : none;
}

A.perle:HOVER {
	color : #E2E0FF;
	text-decoration : none;
}

A.red {
	color : #FF3333;
	text-decoration : none;
}

A.red:HOVER {
	color : #FB5241;
	text-decoration : none;
}