/**
 * Style sheet intro
 */
#intro .images
{
	width:750px;
	height:500px;
	display:block;
	background-image:url("fichiers/site/bg_intro.jpg");
	background-repeat:no-repeat;
}


/**
 * Layout
 */
body
{
	background-color:#8c161b;
}

