*
{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body
{
	background:#322e17 url(/images/backgrounds/global-background.png) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

.dropshadow
{
	box-shadow: 0 0 4px #111;
	-moz-box-shadow: 0 0 4px #111;
	-webkit-box-shadow: 0 0 4px #111;
}

#document
{
	position:relative;
	background:transparent url(/images/backgrounds/main-background.png) center -100px no-repeat;
	width:100%;
	position:relative;
}


#document #body
{
	position:relative;
	margin:0 auto;
	width:970px;
	padding:20px 30px 2em 30px;
}

#document #body img#title
{
	position:absolute;
	z-index:20;
	left:0;
	top:44px;
}

#document #body a#change_language
{
	position:absolute;
	top:44px;
	right:2px;
	height:48px;
	width:28px;
}

#document #body a#change_language.change_to_fr
{
	background:transparent url(/images/divers/sprite-langues.png) -29px 0 no-repeat;
}

#document #body a#change_language.change_to_en
{
	background:transparent url(/images/divers/sprite-langues.png) 0 0 no-repeat;
}

#document #body a#copyright
{
	position:absolute;
	right:18px;
	top:285px;
}

#document #body #display
{
	position:relative;
	height:548px;
	width:968px;
	border:1px solid #7e7d6b;
	overflow:hidden;
}

