 	body {
		font-family: 'Montserrat', arial, sans-serif;
		line-height: 1.375;
		font-size: .8rem;
		font-weight: 300;
		color: #3b3b3b;
		background-color: #eee;
		zoom: 2;
 	}
 	
 	.cadre {
 		padding: 2em;
 		background-color: #ffffff;
 		margin: 2em;
 		color: #3b3b3b;
 		border: 1px solid #98ca12;
 	}
 	
 	h1 {
		margin: 0em 0em 1em 0em;
		font-size: 1.2rem;
		line-height: 1.1;
 	}
 	
 	p {
 		margin-bottom: 1rem;
		line-height: 1.5;
 	}
        	