/* CSS Document */
/* Tag */

body, html
{
	background: url(Image/bg.jpg) center top;
	
	margin: 0px;
	height: 100%;
	
	color: #000000;
	font: .9em Arial, Helvetica, sans-serif;
}

a img
{
	border: none;
}

a:link
{
	color:#741922;
	text-decoration:none;
	font-weight:bold;
}

a:visited
{
	color:#f27e20;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:#f27e20;
	text-decoration:none;
}

h1
{
	color: #741922;
	font: 1.8em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2
{
	color: #cb9a57;
	font: 1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3
{
	color: #e6bc36;
	font: 1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4
{
	color: #f27e20;
	font: 1.05em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ID */

#content
{
	width: 956px;
	
	background: url(Image/bas_logo.jpg) center top no-repeat;
}

#contenuQDN
{
	position: relative;
	width: 170px;
	height: auto;
}

#copyright
{
	font-size: .7em;
	
	text-align: right;
	padding: 15px;
}

#quoiDeNeuf
{
	background: url(Image/fond_qdn.gif) no-repeat left top;
	height: 292px;
	width: 199px;
	
	overflow: hidden;
}

#scroller
{
	position: relative;
	top:0px;
	cursor:pointer;
}

#wrap
{
	position: relative;
	margin: auto;
	
	width: 956px;
	
	background-color: #faf3e3;
}