html{
	margin: 0px; 
	padding: 0px;
}
body{
	background: url(images/verticale.png) top left repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1{
	height: 127px; width: 435px;
	background: url(images/loterij.png) top left no-repeat;
	color: #338EBB;
	font-size: 29px;
	font-weight: bold;
	margin: 10px 0px 0px 25px; padding: 0px;
}
h1 span{
	display: none;
}
h3{
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	text-align: center;
	color: #338ebb;
}
a{
	color: #338ebb;
	text-decoration: none;
	border: none;
	font-weight: bolder;
}
a:hover{
	color: #256789;
}
p{
	font-size: 0.95em;
	text-align: justify;
}
#wrap{
	text-align: left;
	width: 980px; 
	margin: 0px auto 0px auto;
	background: url(images/horizontal.png) top left repeat-y;
}
#container{
	background: url(images/header.png) top left no-repeat;
}
#header{
	padding: 80px 50px 0px 50px;
}
#content{
	height: 536px;
	padding: 20px 50px 0px 50px;
}


#SPEELHETSPEL #content{
	height: auto;
}
#footer{
	background: url(images/footer.png) bottom left;
	height: 63px;
}
#flash{
	float: left;
	margin: 5px 0px 0px 0px;
}
#texte{
	float: left;
	margin: 5px 0px 0px 15px;
	width: 427px;
}
html>body #texte{
	float: left;
	margin: 5px 0px 0px 25px;
	width: 427px;
}
.clear{
	clear: both;
}

/* Création du menu de navigation */

#menu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
}
#menu ul{
	list-style: none;
	margin: 0px; padding: 0px;
}
#menu ul li{
	display: block;
	float: left;
	padding: 0px 80px 0px 0px;
	background-color: White;
}
#menu a{
	text-decoration: none;
	border: none;
	color: Black;
}
#menu a:hover{
	text-decoration: none;
	border: none;
	color: #CFE4EF;
}
#menu .current{
	color: #9cc8de;
}
#description{
	float: right;
}

/*Spécifiques aux différentes pages*/
#formulaire{
	font-size: 0.95em;
	font-weight: bolder;
	color: #24448E;
	background: #fff;
	padding: 10px 10px 10px 30px;
}
#prix{
	background: url(images/prix.png) top left no-repeat;
	width: 435px; height:344px;
}
#prix_krasloten{
	background:url(images/prixKraslot.png) top left no-repeat;
	width: 435px; height:344px; 
}
#prix_ijskrabbers{
	background: url(images/prixIjskrabber.png) top no-repeat;
	width: 435px; height:344px; 
}
#prix_perdu{
	background:url(images/prixPerdu.png) top left no-repeat;
	width: 435px; height:344px; 
}
#prix_kledingborstel{
	background: url(images/prixKledingborstel.png) top no-repeat;
	width: 435px; height:344px; 
}
.bulle{
	background: url(images/bulle_form.gif) top left no-repeat;
	height: 231px; width: 186px;
	padding: 25px 0px 0px 0px; margin: 0px 0px 0px 85px;
	text-align: left;
}
.bulle input{
	margin: 90px 0px 0px -46px;
	
}
html>body .bulle input{
	display: block;
	float: right;
	text-align: left;
	margin: 97px 10px 0px 0px;
	padding: 0px;
}
#formulaire p{
		text-align: center;
}
#winalert{
	display: inline;
	text-align: center;
}
#winalert a{
	background: #76B8DA;
	color: White;
	font-weight: bolder;
	border: 2px solid #338EBB;
	padding: 3px;
}
#winalert a:hover{
	background: #338EBB;
	border: 2px solid #76B8DA;
}

