
/**** autumn ******************************/

.pos2 
{
	position: relative;
	top: 0px;
	height: 300px;
	width: 600px;
	margin: 0px auto;
	overflow: hidden;
}

#screen {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
}
#screen img {
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
#screen .tvover {
	border: solid #fff;
}
#screen .tvout {
	border: solid #500020;
}
#bankImages {
	display: none;
}

/**** Menu ******************************/

.link {margin: 0; padding: 0;}

.link li {
	position: relative;
	top: 0px;
	list-style: none;
	width: 221px !important;
	width: 222px;
	height: 36px;
	overflow: hidden;
	border: #990101 1px solid;
	border-left: 0px;
	border-top: 0px;
	padding: 0px;
	margin: 0px;
}

.link a {
	display: block;
	position: relative;
	top: 0px;
	text-decoration: none;
	color: black;
	cursor:pointer;
}

.link a:HOVER {
	text-decoration: none;
}

.link .titre{
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 221px;
	height: 26px !important;
	height: 35px;
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	z-index: 1;
	background-image: url("/images/maquette/reflet.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.link .text{
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 221px;
	height: 36px !important;
	height: 35px;
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	padding-top: 2px;
	margin: 0px;
	z-index: 2;
}

.t1 {
	background-color:#ede9dd;
}
.t2 {
	background-color:#e1e0d7;
}
.t3 {
	background-color:#d5d7d0;
}
.t4 {
	background-color:#c9cdca;
}
.t5 {
	background-color:#bdc4c3;
}
.t6 {
	background-color:#b1bbbd;
}
.t7 {
	background-color:#a5b2b6;
}
.t8 {
	background-color:#99a8b0;
}
.t9 {
	background-color:#8d9fa9;
}