/* CSS Document */
body {
	font-family: "Verdana";
	margin: 0px;
	padding: 0px;
	color:#000000;
}
#cache{
	display:none;
}
#container {
	width: 955px;
	height:600px;
	margin-left: -477px;
	margin-bottom:-300px;
	position: absolute;
	left: 50%;
	bottom:50%;
	background-image:url(../img/test_interface.jpg);
	background-repeat:no-repeat;
	padding:0px;
}
#container2 {
	width: 955px;
	height:600px;
	margin-left: -477px;
	margin-bottom:-300px;
	position: absolute;
	left: 50%;
	bottom:50%;
	background-image:url(../img/test_interface2.jpg);
	background-repeat:no-repeat;
	padding:0px;
}
#menu{
	width:905px;
	height:55px;
	margin:0px;
	left:46px;
	top:32px;
	padding:0px;
	position:absolute;
}
#left{
	float:left;
	margin:0px;
	position:absolute;
	top:72px;
	left:15px;
}
#right{
	/*border:#009900 thin solid;*/
	padding:0px;
	width:750px;
	height:360px;
	text-align:justify;
	font-size:10px;
	margin:0px;
	top:172px;
	right:69px;
	float:right;
	position:absolute;
}
#photo{
	border:#009900 thin solid;
	width:50px;
	float:right;
	position:absolute;
	top:0px;
	right:0px;

}
#right2{
	/*border:#009900 thin solid;*/
	padding:0px;
	width:760px;
	height:360px;
	/*text-align:justify;*/
	font-size:10px;
	margin:0px;
	top:170px;
	right:50px;
	float:right;
	position:absolute;
	overflow:auto;
}
#centrer{
	position:absolute;
	font-weight:bold;
	top:340px;
	left:390px;
	
}
.txtrge{
	color:#660000;
	font-size:10px;
}
.txtrge2{
	color:#660000;

}
#footer {
	margin:0px;
	padding: 0px;
	font-size:xx-small;
	text-align:center;
	width:955px;
	top:600px;
	position:absolute;
}
a{
	color:#000000;
}
a:hover{
	color:#660000;
}
