@charset "UTF-8";



body {
	Margin: 0px;
	Padding: 0px;
	Overflow: hidden;
	color: #FFFFFF;
	background-repeat: no-repeat;
    background-color: #<?PHP echo $contentgenBkGdcolor  ; ?>;
    top: 20px;
}

a {  color: #FFFFFF; text-decoration: none; }


#artiste {
/*border: 2px solid red;*/
	Margin: 0px;
	Padding: 0px;
	background-attachment:inherit;
	background-image: url(/contenu/images/top/newfrise.gif);
	background-position:top;
	background-repeat: repeat-x;
	position: fixed;
	left: 50px;
	right: 0px;
	top: 50px;
	width: 100%;
	overflow: hidden;
	height: 300px;
}

#center {
	height: 300px;
	width: 450px;
	position: absolute;
	top: 50%;
	left:50%;
	opacity : 1;
	-moz-opacity : 1;
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	filter : alpha(opacity=100); /* IE < 8 */
	margin-left: -225px;
	padding: 5px;
	margin-top: -50px;
}
