﻿/* index*/
@font-face {
    font-family: 'BalhamRegular';
    src: url('font/balham-webfont.eot');
    src: url('font/balham-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/balham-webfont.woff') format('woff'),
         url('font/balham-webfont.ttf') format('truetype'),
         url('font/balham-webfont.svg#BalhamRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#animation{
	background: url(images/fond2.jpg) repeat center center;
	
	position: relative;
	
}
#animation #contenuanimation {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}
#animation p {
	font-family: 'BalhamRegular', Arial, sans-serif;
	font-size: 200%;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	position: absolute;
	left: 775px;
	top: 616px;
}
