BODY {
	/* background-image: url(../img/fond.jpg); */
	background-color: #4C1D1D;
	font-family: Verdana, "Comic Sans MS", Arial;
	font-size: 13px;
}

h3 {
	/* color: #660000; */
	color: #4C1D1D;
	font-weight: normal;
}

h2 {
	/* color: #660000; */
	color: #4C1D1D;
	font-weight: normal;
}

LEGEND {
	/* color: #660000; */
	color: #4C1D1D;
	font-size: 14px;
}

#header {
	font-size: 11px;
	margin: 10px;
}

A {
	color: black;
}

A.notUnd {
	text-decoration: none;
}

#header A {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#header A.notUnd {
	text-decoration: none;
    border-bottom-width: 0px;
}

.legend {
	font-size: 10px;
}

.price {
	width: 60px;
	text-align: right;
	/* color: #660000; */
	color: #4C1D1D;
}

#menu {
	text-align: center;
}

#menu A, #menu A:HOVER {
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

#menu A {
	text-decoration: none;
}

#menu A:HOVER {
	text-decoration: underline;
}

#table_content {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
}

.altTRPan, .altTDPan {
    background-color: #D9F0BF;
}

.TDTHLeft {
    border-left: solid 1px #808080;
}

.TDTHRight, .altTDPan {
    border-right: solid 1px #808080;
}

.StateOn, .StateOff {
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.StateOn {
    background-color: #808080;
    color: white;
    font-weight: bold;
}

.StateOff {
    background-color: #DDDDDD;
}