




/*
     FILE ARCHIVED ON 15:58:37 mai 24, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:21:22 juil. 22, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "utf-8";
@font-face { font-family: Merpati; src: url('Merpati.ttf'); } 
@font-face { font-family: Proxima_bold; src: url('proxima_bold.otf'); } 
@font-face { font-family: Proxima; src: url('proxima.otf'); } 
a {text-decoration:none; color:#717171;}
a:link {text-decoration:none; color:#717171;}
a:hover {text-decoration:underline; }
a:focus {text-decoration:none; }
a:active {color:#717171;}
a:visited {color:#717171;}
body {
	background: #f3f3f3;
	font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
	line-height:20px;
	margin:0px;
	padding:0px;
	min-width:800px;
}

.top {
	background: #284760;
	height:150px;
	width:100%;
	box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.33);
}

.content {
	max-width: 850px;
	margin:0 auto;
	margin-top:-90px;
}

.profile {
	width: 400px;
	float:left;
	text-align: center;
}

.profileimg {
	width:400px;
	height:400px;
}

.cnt {
	float:right;
	width:400px;
}

.cnttitle {
	line-height:70px;
	color:#fff;
	font-size:70px;
	font-family: Merpati;
}

.footer {
	max-width: 850px;
	margin:0 auto;
	margin-top: 25px;
	font-size:13px;
	height:150px;
	color: #717171;
}

.btn:hover{
   background-color:#B8D22F;
}

.btn {
	background-color:#284760;width:250px;float:right;padding:10px;height:40px;border-radius:3px;
	box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.33);
}

.soon {
	position: absolute;
	font-size: 11px;
	color: #fff;
	margin-top: -10px;
	border-radius: 0px 0px 2px 2px;
	padding-left: 5px;
	background: #B8D22F;
	padding-right: 5px;
	margin-left: 50px;
}