@font-face
{
  font-family: 'commercialscriptbtregular';
  src: url('../fonts/CommercialScriptBT-Regular.eot');
  src: url('../fonts/CommercialScriptBT-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CommercialScriptBT-Regular.woff') format('woff'),
        url('../fonts/CommercialScriptBT-Regular.ttf') format('truetype'),
        url('../fonts/rockabilly-webfont.svg#rockabillyregular') format('svg');
        font-weight: normal;
        font-style: normal;
} 


body
{
	background: #e8d9c2;
}

#corps
{
	font-family: commercialscriptbtregular, sans-serif;
	font-size: 1em;
	margin-top: auto;
	margin-bottom: auto;
}

#corps h1 img
{
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#corps ul
{
	text-align: center;
	font-family: commercialscriptbtregular, sans-serif;
	font-size: 1.8em;
}


#corps li
{
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
}


#corps li a
{
	font-style: none;
	color: #008a8d;
}
