/* Re'ser Stuff */
/* CSS index */

body {
	font-size: 11px;
	background: #e8e4cc;
	color: #7b685a;
	margin: 0;
}
a {
	color: #7b685a;
	text-decoration: none;
}
a:hover {
	color: #7b685a;
	text-decoration: underline;
}
img, a img {
	border: 0;
}
ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
/* *** */
#interface {
	width: 760px;
	height: 551px;
	margin: 0 auto;
	background: url(images/index/visu_index.jpg);
	position: relative;
}
#flags {
	position: absolute;
	left: 616px;
	top: 163px;
}
#flags img {
	margin: 0 0 3px;
}
#cadre_adresse {
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	top: 442px;
	left: 275px;
}
dl#cadre_adresse {
	width: 399px;
	background: url(images/index/cadre_adresse_bas.gif) no-repeat bottom;
	padding: 0 0 6px;
}
#cadre_adresse dt {
	width: 399px;
	height: 6px;
	font-size: 1px;
	background: url(images/index/cadre_adresse_haut.gif) no-repeat top;
}
#cadre_adresse dd {
	background: url(images/index/cadre_adresse_milieu.gif) left;
	width: 393px;
	padding: 0 3px;
	text-align: center;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 252px;
	position: absolute;
	left: 258px;
	top: 532px;
}