.cropit-preview {
			  /* You can specify preview size in CSS */
			  width: 380px;
			  height: 380px;
			  background-color: #fff;
			}

			body, html {
				background-color: #fff;
				margin: 0px;
				padding: 0px;
				height: 100%;
				width: 100%;
				background-color: #ff9c00;
			}

			.centercolumn {
				width: 900px;
				display: block;
				margin: 0 auto;
				clear: both;
				background-color: #0083ff;
				padding: 0px;
				min-height: 100%;
				box-shadow: inset 0px 0px 300px #00316e;
			}

			.titre {
				padding: 40px 0px 0px 0px;
				width: 900px;
			}

			.clavier {
				width: 150px;
				padding: 40px 0px 0px 0px;
			}

			.jaune {
				color: #FEF139;
				font-weight: 400;
			}

			.bouton {
				display: inline-block;
				font-family: 'Roboto', sans-serif;
				font-size: 10pt;
				color: #084992;
				padding: 10px;
				font-weight: bold;
				margin-top: 60px;
				text-decoration: none;
			}

			.bouton:hover {
				color: #FEF139;
				background: none;
			}

			.boutonBox {
				position: absolute;
				width: 900px;
				bottom: 10px;
				text-align: center;
			}

			footer {
				border-width: 1px 0px 0px 0px;
				bottom: 0;
				margin-top: 60px;
				padding-top: 10px;
			}

			p {
				font-family: 'Merriweather', sans-serif;
				color: #fff;
				text-align: justify;
				font-size: 17pt;
				line-height: 1.3em;
				padding: 100px 100px 0px 100px;
				font-weight: 200;
				margin: 0px;
			}

			ul, li {
				margin: 0;
				padding: 0;
			}

			ul li {
				list-style-type: none;
				padding: 0px 0px 20px 20px;
				font-family: 'Roboto', sans-serif;
				font-size: 12pt;
				text-align: justify;
			}

			li a {
				text-decoration: none;
				color: #FF44C0;
				font-style: italic;
			}

			li a:hover {
				color: #00aeff;
			}

			.menutitle a {
				font-family: 'Francois One';
				font-size: 16pt;
				margin: 0px 0px 0px -20px;
				color: #FF44C0;
				text-shadow: 1px 2px #6efff0;
				text-decoration: none;
				font-style: normal;
			}

			.menutitle a:hover {
				color: #00aeff;
				text-shadow: 0px 0px #000;
			}

			.icons img {
				width: 40px;
				height: 40px;
				margin: 0px 10px 0px 10px;
				display: inline-block;
			}

			.icons img:hover {
			}

			.icons span {
				font-family: 'Francois One';
				font-size: 17pt;
				display: block;
				padding: 5px;
			}

			::selection {
				background: #a1fffc; /* WebKit/Blink Browsers */
			}
				
				::-moz-selection {
				background: #a1fffc; /* Gecko Browsers */
			}