<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color:#f7f0e3;
	margin:0 auto;
	text-align:center;
	color:#000;
}

.none {display:none;}
.move {/*cursor:move;*/}

.content {
	background-color:#fff;
	margin:0 auto;
	text-align:center;
	font:normal 1em/1.2em arial;
	padding:2em;
	width:75%;
}

h1, h2 {line-height:1em; font-size:1.75em;}
h1 span, h2 span {color:#db520a;}

/*body, *{color:#fff !important;}*/

.inner {
	position:relative;
	width:80%;
	max-width:500px;
	margin:0 auto;
}
#make_sticker {
	position:relative;
	width:100%;
	margin:0 auto;
}
#file-input {display:none;}

.montage {
	position:relative;
	z-index:9;
	width:100%;
	max-width:500px;	
	height:auto;
	overflow:hidden;
}

.cadre_sticker {
	position:relative;
	z-index:11;
	top:0;
	left:0;	
	width:100%;	
}
#load {
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	width:100%;	
}
#apercu_photo {
	position:absolute;
	z-index:8;
	top:0;
	left:0;	
	width:100%;
	height:auto;
	background:url('../img/transparent.gif') top left scroll repeat;
}
 
#import_photo {
	position:absolute;
	top:40%;
	left:0;
	width:80%;
	padding:10%;
	color:#777;
	font-size:3em;
	line-height:1em;
	cursor:pointer;
}
#import_photo label {
	position:relative;
	z-index:12;
	cursor:pointer;
	display:inline-block;
}


#telecharger {margin:2em 0; font-size:2em; line-height:1em;}
#telecharger #saveSticker {
	background-color:#db520a;
	color:#fff;
	padding:0.5em 1em;
	display:inline-block;
	cursor:pointer;
}
#telecharger #saveA4 {
	background-color:#00c0f7;
	text-decoration:none;
	color:#fff;
	margin:1em 0;
	padding:0.5em 1em;
	display:inline-block;
	cursor:pointer;
}
#telecharger h2 {font-size:1em;}
#telecharger input {
	width:75%;
	font-size:0.8em;
	border:1px solid #000;
	padding:0.5em;
}


#exemples {margin:5em 0;}
#exemples img {
	float:left; 
	max-width:28%;
	margin:1em 2% 1em 0;
}

footer {clear:both; font-size:0.8em; margin:4em 0;}
footer a {color:#777; text-decoration:none;}

#error {
	margin:0 auto;
	position:fixed;
	width:auto;
	top:45%;
	padding:2em;
	border:2px solid #cc3333;
	background-color:#ecc;
	color:#cc3333;
	z-index:1000;
	text-align:center;
	font:bold 2em/1em arial;
}
.close {
	display:block;
	position:absolute;
	width:1em;
	top:0;
	right:0;
	padding:0.2em;
	background-color:#cc3333;
	color:#ecc;
	text-align:center;	
	cursor:pointer;
}</pre></body></html>