body {
		background: white;
		font-family:Droid Sans, Helvetica, Sans-Serif;
		color:#333;
		margin:0;
		padding:0;
		text-align:center;
	}

	img{border:none;}

	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}

	.cycle-slideshow { 
	    -webkit-perspective: 1000;
	    -webkit-transform-style: preserve-3d;
	    -moz-perspective: 1000;
	    -moz-transform-style: preserve-3d;
	    -o-perspective: 1000;
	    -o-transform-style: preserve-3d;
	    perspective: 1000;
	    transform-style: preserve-3d;  
	}
								
	.mot {
		font-family: Droid Sans, Helvetica, Sans-serif;
		font-size: 28px;
		display: none;
		position:absolute;
		margin:10px;
	}

	#coordonnees {	
		position:absolute;
		left: 20px;
		top: 20px;
	}
	#container {	
		display: flex;
		height: 100%;
	}	
	#container > #content {	
    	margin: auto;
	}	
	header, #header{
		background:#DD9E13;
		color:#fff;
		padding: 10px;
		}				
	#content{
		position:absolute;
		display: flex;
		width: 300px;
		height: 300px;
		background-color: #eee;
		}			
	#content > div {
    	margin: auto;	
	}

	footer, #footer {
		position: absolute;
		top: 92%;
		left: 1%;
		z-index:50;
	}

	footer p, #footer p {
	border-top: 1px dotted gray;
	margin-top: 0.1em;
	padding-top: 0.5em;
	font-size: 90%;
	color: #e44;
}

