body{
	margin: 0px;
	text-align: center;
}

.spacer{
	clear: both;
}

/* --- Acces Intranet  ------------------------------- */

#mdpn{
	position: absolute;
	top: 0px; right: 0px;
	margin: 5px;
	font-family: Helvetica;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: white;
}

#mdpn img{
	border: none;
	margin-left: 3px;
}

#mdpn:hover{
	text-decoration: underline;
}


/* --- Page ------------------------------- */
#page{
	width: 700px;
	margin: 2px auto 20px auto;
}

#page img{
	border: none;
}


#page h2{
	margin-top: 30px;
	margin-bottom: 5px;
	font-family: Helvetica;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #333333;
}


/* --- Board ------------------------------- */
#shell{
	height: 130px;
	width: 700px;
	border: 1px solid #666666;
	overflow: hidden;
}
	
#board{
	margin-left: -50px;
	width: 1024px;
	background-color: #EEEEEE;
}
	
#board img{
	float: left;
	border: none;
	border-right: 1px solid #666666;
}


/* --- Infos ------------------------------- */
#infos{
	margin-top: 30px;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

.box{
	font-family: Tahoma;
	font-size: 12px;
	padding: 3px;
}

.box h4{
	margin-top: 1px;
	margin-bottom: 7px;
	font-family: Helvetica;
	font-size: 12px;
	border-bottom: 1px solid #666666;
}

.box h4 img{
	margin-right: 3px;
}

.box ul{
	margin: 0px;
	padding-left: 20px;
}

.box li{
	padding-bottom: 5px;
}

.box li img{
	margin-left: 3px;
}

.box a{
	color: #333333;
	text-decoration: none;
}

.box a:hover{
	text-decoration: underline;
}


#box1{
	float: left;
	width: 460px;
}

#box2{
	float: right;
	width: 200px;

}



/* --- Credits ------------------------------- */
#credits{
	margin-top: 50px;
	font-family: Helvetica;
	font-size: 11px;
	color: #666666;
}

#credits a{
	color: #666666;
	text-decoration: none;
}

#credits a:hover{
	text-decoration: underline;
}









