/* @override http://theo/jeanpaullespagnard/assets/css/jpl.css */

html{
	
	height: 100%;
	
	}

body{
	
	background-color: #fbfbfb;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	
	}
	
#wrapper{
	
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	}
	
	#action{
		
			width: 597px;
			height: 597px;
			position: absolute;
			left: 50%;
			margin-left: -300px;
			margin-top: -300px;			
		
		}
		
		.sld{
			
			position: absolute;
			visibility: hidden;
			cursor: pointer;
			
			}
		
	#mailer{
		
		position: absolute;
		margin-top: 570px;
		
		}
		
	#cred{
		
		position: absolute;
		right: 0px;
		bottom: 0px;
		margin: 0px;
		padding: 0px;
		
		}