/* Begin Typography & Colors */
@font-face {
    font-family: 'HelveticaNeueLT-Thin';
    src: url('font/helveticalt35thin_1.eot');
    src: url('font/helveticalt35thin_1.eot?#iefix') format('embedded-opentype'),
         url('font/helveticalt35thin_1.woff') format('woff'),
         url('font/helveticalt35thin_1.ttf') format('truetype'),
         url('font/helveticalt35thin_1.svg#helveticalt35thin_1') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
background: none repeat scroll 0 0 #F1F1F1;

	}
	
img {
	border: none;
}	
	
#fond {
background-image: url(img/home.jpg);
height:682px;
width:1024px;
position:relative;
margin:auto;
}
	
#logo {
	background-image: url(img/logo.png);
	width: 250px;
	height: 148px;
	position:absolute;
	right:30px;
	bottom:60px;
}
#link {
	width: 250px;
	height: 20px;
	position:absolute;
	right:30px;
	bottom:220px;
}
a{
	font-family: "HelveticaNeueLT-Thin","Helvetica Neue", Helvetica, Arial, sans-serif;;
	font-size: 20px;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	color: #007985;
	margin:0px 20px;
	
	}