/* @override 
	http://dev.mineral-deco.fr/screen.css
*/

* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	background: #000 url(/img/bg-body.gif) center top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#flashcontent{
	margin-left: 9px;
	margin-right: 9px;
	height: 650px;
}


#xcontainer {
	position: relative;
	min-height: 770px;
	width: 978px;
	margin: 0 auto;
	background: url(/img/bg-container.png) repeat-y center top;
}

/* @group header */

#titre h1 span{
	background: url(/img/img-titre1.gif) no-repeat 0 0;
}

#header {
	display: inline;
	width: 962px;
	margin: 0 8px;
	height: 50px;
	background: url(/img/bg-header.gif) no-repeat center -18px;
	float: left;
}

#titre a{
	width: 258px;
	height: 32px;
	position: relative;
	left: 15px;
	color: #a7a7a7;
	text-decoration: none;
	top: 8px;
}

#titre h1 span{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 258px;
	height: 32px;
	display: block;
}



#liens {
	position: absolute;
	top: 20px;
	right: 17px;
	color: #a6a6a6;
	font: 13px Arial, Helvetica, sans-serif;
}

#liens a {
	color: #a6a6a6;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#liens a:hover {
	color: #fff;
	text-decoration: underline;
}



/* @end */

/* @group footer */

#footerGeneral {
	position: relative;
	clear: both;
	width: 100%;
	height: 70px;
	margin: -70px auto 0;
	background: url(/img/bg-footer.gif) center top repeat-x;
}

#footer {
	position: relative;
	clear: both;
	width: 962px;
	height: 70px;
	margin: 0 auto;
	background: url(/img/bg-footer-cb.png) top left no-repeat;
}

#footer p {
	font: 10px/30px Arial, Helvetica, sans-serif;
	color: #9a9797;
	text-align: right;
	letter-spacing: 1px;
	padding: 0 10px 0 0;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #9a9797;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #fff;
}


/* @end */
