/* Styles pour les conteneurs présents dans all.css mais réécrit pour les subpages */
 
body{
	/*background: #282828 url(../images/grill_metal.png) repeat-x;*/
	background: #fdfdfd url(../images/background/bg-page.png) repeat-x;
	/*background: #282828 url(../images/background/bg-page_metal.png) repeat-x;*/
	
}


#heroes{
	height: 123px;
	background:transparent url(../images/background/bg-heroes-page.png) no-repeat top center;
}


#heroes h3{	
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em;
	width: 650px;
	font-size: 26px;
	padding-top: 40px;
	padding-left: 20px;
	position:static;
	text-align: left;
}


#content{
	background: #ffffff url(../images/background/bg-content-page.png) no-repeat top center;
}

