@charset "utf-8";
/* CSS Document */


body {
	margin-top:0px;
	margin-bottom:0px;
	text-align: center;
	padding:0; /* Opera */

	background-color: #ff8500;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;

}

#global {
	width:957px;
	height:700px;
	text-align:left;
	background:url(img/fond.gif) top left no-repeat;

	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -478px; 
	margin-top: -350px; 
}


#museeskaart {
	width:848px;
	height:153px;
	background:url(img/museeskaart.gif) top left no-repeat;
	
	position:absolute;
	top:73px;
	left:46px;
}

#logo {
	position:absolute;
	top:515px;
	left:67px;
}

#gauche {
	width: 170px;
	
	position:absolute;
	top: 280px;
	left: 82px;
}


.col {
	width: 200px;
	
	position:absolute;
	color: #424242;
}
	#col1 { top: 280px; left: 280px; }
	#col2 { top: 280px; left: 500px; }
	#col3 { top: 280px; left: 720px;  width: 185px; }
		#col3_1 {padding: 3px; background-color: #ffe3c8; margin-bottom:10px; }
    #colconf { top: 280px; left: 280px; width: 250px; }
	
/* --------- */

img {
	border:0;
}

h1 {
	position:absolute;
	left: -6000px;
	top: -6000px;
	text-indent: -6000px;
}

h2 {
	margin:0;
	font-size:14px;

}

h3 {
	font-size:9px;
	font-weight:bold;
	color: #ff8500;
}

	#h3_1 { margin: 5px 0 5px 0; }
	#h3_2 { margin: 13px 0 5px 0; }

.espace {
	padding-right: 20px;
}

hr {
	color: #424242;
	background-color: #424242;
	height: 1px;
	border:0;
}

/* ----- Formulaire ---- */

form {

}

fieldset {
	border: none;
	margin: 5px 0;
	padding:0;
}

#col3_1 fieldset {
	border: none;
	margin: 0 0;
	padding:0;
}

p {
	margin-top: 5px;
	margin-bottom: 0px;
}

	#gauche p {
		margin-top: 0px;
		margin-bottom: 5px;
	
	}

 .conf {
 	font-size: 12px;
 
 }
 
.input_2 {
	width:195px;
	border:1px solid #7b7b7a;
	font-size:9px;
}

#col3 input {
	margin:0;
}

table td {
	border-bottom:1px solid #7b7b7a;
	padding-top: 3px;
	padding-bottom: 3px;
}

#btn {
	background-color: #ff8500;
	height:15px;
}

#addInput
{
	
	cursor: pointer;
	padding: 0 0 0 10px;
}

