/* CSS Document */

body	{
	margin:0px;
	font-family: Tahoma;
	 
}

#telo	{
	width:100%;
	height:550px;
	background-color: white;
	overflow: auto;
}

#banner_publique	{
	margin-top:180px;
	width:500px;
	height:127px;
	background-color: white;
	display:float;
}



#footer	{
	margin-top:170px;
	width:550px;
	height:40px;
	background-color: white;
	display:float;

}

.footer_text	{
	letter-spacing:1px;
	font-size:13px;
	color:#999999;

}


a, a:hover, a:link, a:visited {
	color:#00b2f0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#webdizajn	{
	margin-top:10px;
	width:99%;
	height:15px;
	position:fixed;
	font-size:11px;
	text-align:right;
	vertical-align:middle;

}

