/* © 2008-2009 Manoel Trapier - From an idea of Myth ( http://www.yaronet.com/blogs/blog.php?id=121&i=477#com ) */

body 
{
	border: 2px blue solid;
	margin: 0px;
	height: 99%;
	padding: 1px;
	z-index: 1;
}

.logo
{
	position: fixed;
	top: 5px;
	left: 5px;
	height: 76px;
	overflow: hidden;
	z-index: 0;
}

.twitter
{
	position:  fixed;
	top:  1px;
	right: 1px;
	width: 170px;
	height:  60px;
	background-image: url('images/twitter.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	overflow: hidden;
	font: small-caps bold 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.twitter .content
{
	position: relative;
	top:  17px;
	left: 42px;
	width: 93px;
	height: 37px;
}

.ads
{
	width: 200px;
	position: fixed;
	top: 130px ;
	right: 2%;
	z-index: 5;
	background-color: #FFF;
}

.ads .ad
{
	border: 1px gray solid;
	padding: 5px;
	margin: 0px;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

.ads .ad .title, .ad .title a 
{
	font-weight: bold;
	color: #472af2;
}

.ads .ad .url
{
	font-family: "Courier New", Courier, mono;
	color: #008838;
}

.map
{
	border: 1px black solid;
	position: fixed;
	left: 15px;
	top:  140px;
	width: 70%;
	height: 50%;
	overflow: hidden;
	background-color: #F2EFE8;
	color: #000;
	z-index: 1;
}

.map_overlay
{
	position: fixed;
	left: 15px;
	top:  140px;
	width: 70%;
	height: 50%;
	overflow: hidden;
	color: #000;
	z-index: 1;
}

.map_overlay #navig
{
	position: absolute;
	background-image: url('images/navig.png');
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 200px;
}

.map_overlay #buttons
{
	position: absolute;
	background-image: url('images/buttons.png');
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 19px;	
}

.map_overlay #here
{
	position:  absolute;
	background-image: url('images/here.png');
	background-position: 100px -3px;
	background-repeat: no-repeat;
	top: 40%;
	left:  35%;
	min-width: 250px;
	height: 70px;
	font-weight: bold;
}


.map_overlay #copy
{
	font: 8pt bold "Courier New", Courier, mono;
	position: absolute;
	bottom:  15px;
	right:  0px;
}

.text
{
	position: fixed;
	top: 80px;
	left: 20px;
	font: 14pt Georgia, "Times New Roman", Times, serif;
}

.smallthingbottom
{
	position: fixed;
	bottom: 2px;
	right: 2px;
	font: 8px "Courier New", Courier, mono;
}

.share
{
	position: fixed;
	bottom:  2%;
	left: 25px;
	font: 14pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #909090;
}
.share a
{
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.share img
{
	margin: 2px;
	margin-left: 10px;
	margin-right: 5px;
	width: 15px;
	height: 15px
}

.mythopub
{
	position: fixed;
	bottom: 2%;
	right: 20px;
	cursor: url('http://thomas.hercouet.free.fr/css/css/peo357.cur');
}
