/* CSS Document */
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  /*background-color: #003350;*/
  background-color: #205070;  
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

ul
{
	margin: 0 0 9px 0;
	padding: 0 0 0 15px;
}
li
{
	line-height: 100%;
	margin: 0 0 0px 0;
}
h1, big
{
	color: #98141b;
	font-size: 200%;
}
small {
	font-size: 9px;
	font-weight: bold;
}
h2 {
	color: #5dc9ea;
	font-size: 150%;
	margin: 6px 0 0 0;
}
p a, td a, li a
{
	display: inline;
}
p
{
	color: #000;
	line-height: 130%;
}
h1, h2, h3, p
{
	margin: 0;
	padding: 0;
}
h1, big
{
	line-height: 100%;
	font-weight: bold;
	display: block;
}
p, h1, big
{
	padding-bottom: 8px;
}
.norm 
{
	color: #000000;
	font-family: Verdana,charcoal,geneva,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#siteContainer {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -300px;
	width: 960px;
	height: 600px;
	overflow: hidden;
	/*background: transparent url(../images/graphics/background.jpg) no-repeat;*/
	background: transparent url(/graphics/Lapinus_fibres_2007/graphic/background.jpg) no-repeat;
}

#top {
	position:absolute;
	overflow: hidden;
	z-index:0;
}

#logo {
	position:absolute;
	/*border: solid 1px green;*/
	margin-left: 681px;
	margin-top: 22px;
	z-index: 1;
}
#topmenu {
	position:absolute;
	z-index: 1;
	margin-left: 285px;
	margin-top: 140px;
	color: #d5ac24;
	font-weight: bold;
}

#topmenu a{
	color: #d5ac24;
	text-decoration: none;
}

#topmenu a:hover{
	color: #ffffff;
	text-decoration: none;
}

#fixed_nav {
	position:absolute;
	z-index: 1;
	margin-left: 21px;
	margin-top: 475px;
	color: #d5ac24;
	font-weight: bold;
	width: 150px;	
}

#fixed_nav a{
	color: #d5ac24;
	text-decoration: none;
	line-height: 130%;
}

#fixed_nav a:hover{
	color: #ffffff;
	text-decoration: none;
}

#left_nav {
	position:absolute;
	z-index: 1;
	margin-left: 21px;
	margin-top: 215px;
	color: #ffffff;
	font-weight: bold;
	width: 150px;
	/*border: 1px solid yellow;*/
}

#left_nav a{
	color: #ffffff;
	text-decoration: none;
	line-height: 130%;
	text-transform: uppercase;
}

#left_nav a:hover{
	color: #13b1e0;
	text-decoration: none;
	text-transform: uppercase;
}

#left_nav li{
	color: #ffffff;
	text-decoration: none;
	line-height: 130%;
	text-transform: uppercase;
}

#left_nav .selected{
	color: #13b1e0;
	text-decoration: none;
	line-height: 130%;
	text-transform: uppercase;
}

#contentContainer {
	position:absolute;
	overflow: auto;
	width: 669px;
	height: 379px;
	margin-top: 204px;
	margin-left: 275px;
	padding: 8px;
	/*border: solid 1px red;*/
}

#contentContainer table {
	width: 97%;
}

#contentContainer input {
	font-size:11px;
}

#worldmap {
	position:absolute;
	left:250px;
	margin-top: -50px;
}
#contentContainer strong {
	color: #98141b;
	font-size: 115%;
	font-weight:bold;
}
/*#contentContainer a {
	color: #053067;
}
#contentContainer a:hover {
	color: #7fd1eb;
}
#contentContainer a:visited {
	color: #7fd1eb;
}
#contentContainer a:active {
	color: #7fd1eb;
}*/
#footer {
	width:95%;
	border-top: 1px solid #205070;
	margin-top:15px;
	margin-bottom:25px;
}

#footer div {
	font-size: 80%;
	line-height: 10px;
	position:absolute;
}
#print {
	margin-top: 5px;
	margin-left: 5px;
}
#ftext {
	color: #205070;
	margin-top: 10px;
	margin-left: 150px;
}
#flinks {
	margin-top: 10px;
	margin-left: 495px;
}


