*
{
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
}
body
{
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #2c2925;
	background-image: url(/_interface/bkg.png);
	background-repeat: repeat-x;
}
#page
{
	position: relative;
	width: 950px;
	height: 700px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header
{
	position: relative;
	width: 100%;
	height: 68px;
}
img#logo
{
	position: absolute;
	left: 18px;
	bottom: 8px;
}
#content
{
	position: relative;
	width: 100%;
	height: 577px;
}
#colonne1
{
	position: absolute;
	width: 147px;
	height: 593px;
	top: 18px;
	left: 18px;
}
#colonne2
{
	position: absolute;
	width: 155px;
	height: 593px;
	top: 18px;
	left: 189px;
}
#colonne3
{
	position: absolute;
	width: 581px;
	height: 593px;
	top: 18px;
	left: 360px;
}
#colonne3 p
{
	color: #fff4e1;
}
#colonne3 p a
{
	color: #e8dac0;
	text-decoration: none;
}
#colonne3 p a:hover
{
	color: #8B8273;
}
#colonne_info
{
	position: absolute;
	width: 147px;
	height: 593px;
	top: 350px;
	left: 18px;
}
h1
{
	font-size: 11px;
	line-height: 17px;
	color: #736c5f;
	width: 100%;
	border-bottom: 1px #736c5f dotted;
}

#footer
{
	position: relative;
	width: 100%;
	height: 55px;
}
#footer a
{
	color: #736c5f;
	position: absolute;
	text-decoration: none;
	font-size: 10px;
	top: 8px;
	right: 9px;
}
#footer a:hover
{
	color: #d8a417;
}
p
{
	padding-top: 15px;
}
menu
{
	padding-top: 15px;
	left: -15px;
	position: relative;
}
menu li
{
	list-style-image: url(/_interface/menu.png);
	list-style-position: inside;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
menu li.select
{
	list-style-image: url(/_interface/menu_select.png);
	list-style-position: inside;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
menu li a
{
	text-decoration: none;
	color: #e8dac0;
}
menu li a:hover
{
	color: #8B8273;
}
menu li.select a
{
	color: #d8a417;
}
ul
{
	padding-top: 15px;
	width: 90px;
}
ul li
{
	list-style-type: none;
	float: left;
	margin: 4px;
	
}
ul li a
{
	display: block;
	height: 36px;
	width: 35px;
	border: 1px #7a7a7a solid;
}
ul li a:hover
{
	border: 1px #666666 solid;
}
ul li.select a, ul li.select a:hover
{
	border: 1px #d8a417 solid;
}
ul li a img
{
	display: block;
	position: relative;
	width: 35px;
	height: 36px;
}
img#large_img
{
	position: absolute;
	left: 98px;
	top: 36px;
}