@charset "UTF-8";

html {
	background-image: url(../images/body/bg_body.png);
	background-position: top center;
	background-repeat: repeat-y;
	min-width: 600px;
	min-height: 600px;
}
body {
	font-family:'Monotype Corsiva', 'Apple Chancery', 'ITC Zapf Chancery', 'URW Chancery L', cursive;
	font-size: 12px;
	color: #b1c8d6;
	min-width: 600px;
	min-height: 600px;
}
img { border: none; }

/* --------------------------------------- LINKS ------------------------------------------- */

a.maillink:link, a.maillink:visited {
	display: block;
	text-decoration: none;
	color: #000f21;
}
a.maillink:hover, a.maillink:active {
	display: block;
	text-decoration: underline;
	/*color: #5a829c;*/
	color: #b1c8d6;
}
a.amail:link, a.amail:visited, a.amail:hover, a.amail:active {
	position: absolute;
	width: 200px;
	height: 40px;
	top: bottom: 90px;
	right: 50px;
}

/* --------------------------------------- CLASSES ----------------------------------------- */

.nanou {
	position: absolute;
	top: 140px;
	left: 150px;
	font-size: 48px;
	text-align: right;
	color: #5a829c;
}
.consultancy {
	position: absolute;
	bottom: 100px;
	left: 150px;
	font-size: 30px;
}
.mail {
	position: absolute;
	bottom: 100px;
	right: 50px;
	font-size: 22px;
	text-align: right;
	color: #000f21;
	font-family: Arial;
}
.phone {
	font-size: 30px;
	font-weight: bold;
}

/* --------------------------------------- DIVS -------------------------------------------- */

#flipbox {
	position: absolute;
	width: 900px;
	height: 600px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-image: url(../images/body/bg_front.png);
	background-position: center;
	background-repeat: no-repeat;
}
#flipPad {
	position: absolute;
	width: 900px;
	height: 600px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 10000;
}
#flipPad a.back:link, #flipPad a.back:visited,
#flipPad a.front:link, #flipPad a.front:visited {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-decoration: none;
} 
#flipPad a.back:hover, #flipPad a.back:active,
#flipPad a.front:hover, #flipPad a.front:active {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-decoration: none;
}
#flipPad a.amail:link, #flipPad a.amail:visited {
	position: absolute;
	display: block;
	bottom: 80px;
	right: 50px;
	width: 330px;
	height: 50px;
	text-decoration: none;
} 
#flipPad a.amail:hover, #flipPad a.amail:active {
	position: absolute;
	display: block;
	bottom: 80px;
	right: 50px;
	width: 330px;
	height: 50px;
	text-decoration: none;
}
#front, #back { display: none; }