/* Styles pour les conteneurs présents dans all.css mais réécrit pour les subpages */
 
body{
	background:#FFFFFF url(/images/showcase/media/images/layout/bg-page.png) repeat-x;
}


#heroes{
	height: 123px;
	background:transparent url(/images/showcase/media/images/layout/bg-heroes-page.png) no-repeat top center;
}


#heroes h3{
	font-family: Georgia;
	width: 450px;
	font-size: 26px;
	padding-top: 40px;
	padding-left: 20px;
	position:static;
	text-align: left;
	font-style: italic;
}


#content{
	background:#FFFFFF url(/images/showcase/media/images/layout/bg-content-page.png) no-repeat top center;
}
