﻿/* Juiz Slicing Doors demo	*/
/* by Geoffrey Crofte 		*/
/* CreativeCommons Licence 	*/
/* www.creativejuiz.fr 		*/

body { 
	padding: 0;
	margin: 0 auto;
	width: 770px;
	font-size: 0.625em;
	background: url(../img/skin/bg_main.png);
	color: #515742;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	font-size: 1.1em;
}
h1 {
	margin: 1.5em 0;
	font-size: 3em;
}
h1+h2 {
	margin-top: 0;
}
ul + h2 {
	clear: left;
	padding: 3em 0 0 0;
}
.juizCaption, .juizCaptionLandscape { text-shadow: 0 0 0; }


.back a {
	display: block;
	background: #4D9EB4;
	width: 185px;
	margin: 45px auto 20px auto;
	padding: 5px;
	color: white;
	font-weight: bold;
	text-decoration :none;
	text-shadow: -1px -1px 0 #328197;
	clear: both;
	-webkit-border-radius: 20px 0 20px 20px;
	-moz-border-radius: 20px 0 20px 20px;
	border-radius: 20px 0 20px 20px;
}
.back a:hover,.back a:focus {
	text-decoration: underline;
}