* { margin:0; padding:0; }
body { background:#111; height:100%; }
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
			
body { font-size: 62.5%; }

a img{
	border:0;
}
#bckgroundCalli {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}
#header{
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	height:40px;
	background-color:#FFF;
}
#header img[alt="VerticalesBarres"]{
	margin-left:57px;
}
a img[alt="TypoCalligraphyprint"]{
	position:absolute;
	right:30px;
}

form{
	width:300px;
	height:265px;
	padding:5px;
	margin:10% auto 0 auto;
	font-family: Verdana;
	font-size: 1.3em;
	line-height: 1.4em;
	background-color: rgba(0, 0, 0, 0.7);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
fieldset{
	position:relative;
	padding:1.5em 0 0 0;
	margin:0px;
	border:0;
}
legend{
height:30px;
}

legend span {
    position: absolute;
	width:80%;
    height: 18px;
    padding: 4px 0px 4px 4px;
	background-color:#b50f32;
    color: #FFF;
    text-align: left;
}

form label{
	color: #EEE;
}
form input[type="text"],
form input[type="password"]{
	margin:0.3em 1em 1em 1em;
	padding:7px;
	background-color:#222;
	font-family: Verdana;
	color:#CCC;
	font-size: 1.3em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border:solid 1px #555;
}
form input[type="text"]:focus,
form input[type="password"]:focus{
	border:solid 3px #BBB;
	padding:5px;
	background-color:#777;
	color:#000;
	
}

form input[type="submit"]{
	font-size: 1em;	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background-color:#555;
	padding:3px;
	color:#CCC;
	border:solid 1px #555;
	margin:1.5em 1em 1em 1em;
}


#branding{
	text-align:right;
	position: fixed;
	bottom:100px;
	right:30px;
	width:260px;
	height:240px;
	background-color:#5c445b;
	padding:2em 1em 1em 1em;
	-moz-box-shadow: 0px 5px 5px #000000;
    -webkit-box-shadow: 0px 5px 5px #000000;
    box-shadow: 0px 5px 5px #000000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	}
	#branding>p{
		text-align: right;
		margin:5px 0px 20px 10px;
	}
#branding p{
	font-family: Verdana;
	color: #a08c97;
	text-align: left;
	line-height: 1.4em;
	font-size: 0.9em;
}
#branding p>strong{
	color:#FFF;
}
a{
text-decoration: none;
color:#bcbdbe;	
}
a:link,
a:vidited{
}
a:hover,
a:active{
	text-decoration: underline;
	color:#FFF;
}

#baseline{
	position: fixed;
	bottom:0px;
	left:0;
	right:0;
	height:20px;
	background-color:#5c445b;
	padding:15px;
}
#baseline p{
	font-family: Verdana;
	color:#FFF;	
	font-size: 1.2em;
	margin:0px;
	padding:0;
}

#espace{
	float:left;
	margin-right:20px;
	width:420px;}
#transfert{
	float:right;
	margin-right:20px;
	padding:0;
	margin:0;
}