html, body {
	margin: 0;
	padding: 0;

	font-family:'trebuchet ms',arial,helvetica,verdana;
	font-size: 12px;
	color: #000;
	
	width: 100%;
	height: 100%;

	background-color: #000;
	background-image: url('./img/body.png');
	background-repeat: repeat-x;
}

a, a:visited, a:focus, a:hover, a:link, a img {
	color: #888;
	text-decoration: none;
	border: none;
	outline: 0;
}

a:hover {
	outline: 0;
}

input {
	background-color: #ddd;
	border: none;
	width: 200px;
}

table {
	border: none;
	padding: 0;
	margin: 0;
}

tr, td {
	border: none;
	padding: 0;
	margin: 0;
}

table h3 {
	margin: 0;
	padding: 0;
	text-align: center;
}

#entete {
	z-index: 4;
	width: 800px;
	height: 153px;
	/*position: absolute;*/
	top: 0;
	left: 0;

	padding: 0;

	background-image: url('./img/top.png');
	background-repeat: repeat-x;
}

#entete h1 {
	margin: 0;
	padding: 0;
	
	float: left;
}

#colonne {
	display: block;
	width: 800px;
	padding: 0;

	background-image: url('./img/content.png');
	background-repeat: repeat-y;
}

#pied {
	width: 800px;
	height: 42px;

	clear: both;
}

#contenu { 
	float: left;
	width: 778px;
	clear: both;
}

#liste-attraction a:hover {
	background-color: #b30f54;
}

.blanc td {
	border-top: #fff 1px solid;
}

.cacher {
	display: none;
}

.video {
	float: left;
	margin-right: 10px;
}

.type {
	width: 364px;
	float: right;
	position: absolute;
	top: 184px;
	margin-left: 375px; 
}
.type h3 {
	text-align: center;
	border-top: #fff 1px solid;
	margin: 2px 0 0 0;
	padding: 0;
}

a.info {
	vertical-align: super;
	font-size: 9px;
}

.edito {
	color: #fff;
	font-size: 14px;
	text-align: justify;
}

#pied {
	width: 778px;
	height: 50px;
	background-image: url('./img/pied.png');
	background-repeat: no-repeat;
}

.marge {
	margin: 0 5px 0 5px;
}
