/*
Name: Morph Effect on mouseenter/mouseleave with Mootools 1.2
Tutorial URI: http://www.web-kreation.com/demos/mootools-1.2_mouseenter-mouseleave/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: December 2008

*/
/***** Links *****/

a {text-decoration:none; color:#0099FF;}
#trekk {
	width: 465px;
	margin-right: auto;
	margin-left: auto;
}

a:hover {text-decoration:none; color:#00CCFF;}
a img {border: none;/*remove border for linked images*/}

/***** Clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background-image: url(../images/fond.jpg);
	background-repeat: repeat;
}
.slide {
	width: 210px;
	clear:both;
	margin: auto;
	height: 255px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.internet {
	height: 150px;
	width: 200px;
	margin-top: 10px;
}

