body {
	margin : 0 auto;
	padding : 0;
	background : #FFF;
	text-align : center; /* indispensable pour qu'Internet Explorer centre la page dans la fenetre */
	font-family: "Times New Roman";
	font-size : 14px;
	color : #333;
}

* {
	margin : 0;
	padding : 0;
	border : 0;
}

p, td, ul, ol, li, dl, dt, dd, input, textarea{ /* Pour compatibilite Netscape 4 */
	font-family: "Times New Roman";
}

h1 {
	font-style : italic;
	color : #060;
	margin : 10px 0 20px;
}

h2 {
	margin : 5px 0 10px;
}

input, textarea{
	padding : 2px;
	margin : 1px;
	border : 1px solid #090;
	background-color : #DFFFBF;
	color : #333;
	
	font-style : italic;
	font-size : 12px;
}
input.button {
	font-weight : bold;
	text-align : center;
	padding : 5px;
	background-color : #060;
	color : #FFF;
}

.small-txt {
	font-size : 11px;
}
#page {
	position : relative;
	width : 1024px;
	margin : 0 auto;
	text-align : left;
	background : #fff url(images/bandeau_pied.jpg) no-repeat center bottom;
}

	#page.accueil {
		background : transparent url(images/accueil.jpg) no-repeat center;
		height : 768px;
	}

#titre {
	visibility: hidden;
}

#accueil {
	position: absolute;
	height: 45px;
	width : 68px;
	top : 0px;
	left : 0px;
}

#lang {
	position: absolute;
	height: 36px;
	width : 194px;
	top : 109px;
	left : 0px;
	background : transparent url(images/drapeaux.png) no-repeat center;
}
#lang div {
	position : absolute;
	height : 20px;
	width : 28px;
	top : 9px;
	cursor : pointer;
}
#lang_fr {
	left : 32px;
}
#lang_en {
	left : 69px;
}
#lang_nl {
	left : 108px;
}
#oleanet {
	position : relative;
	width : 20px;
	height : 185px;
	top : -231px;
	left : 0;
	cursor: pointer;
}
	#oleanet.accueil {
		position : absolute;
		top : 240px;
	}

#menu {
	margin-bottom : 10px;
}
	
	#menu.accueil {
		position : absolute;
		width : 298px;
		height : 185px;
		top : 160px;
		left : 430px;
		margin : 0;
	}

#menu ul{				
	list-style : none
}

#menu li{
	width : 241px;
	height : 25px;
}
	#menu.accueil li{
		width : 298px;
		height : 37px;
	}

#edito {
	position : absolute;
	width : 250px; /* 270-10*2 px */
	height : 180px; /* 200-10*2 px */
	top : 150px;
	left : 728px;
	margin : 10px;
	overflow : hidden;
	
	text-align : center;
	font-weight : bold;
	font-size : 11px;
}
	#edito p{
		padding-bottom : 8px;
	}
#infoplus {
	position : absolute;
	top : 328px;
	left : 728px;
	width : 250px;
	margin : 10px;
	text-align : right;
	font-weight : bold;
	font-size : 11px;
}
	
#bandeau_haut {
	width : 1024px;
	height : 152px;
	background : transparent url(images/aubergedelabbaye.jpg) no-repeat center;
	}

#corps_page {
	width : 743px; /* 783-20*2 */
	min-height: 415px; /* 520-20-85 */
	padding : 20px 20px 85px;
	}
#corps_page p{
	padding-bottom : 8px;
	/*width : 400px;*/
	text-align : justify;
}

#colone_droite {
	width : 241px;
	float : right;
	text-align : center;
	}

#bandeau_bas {
	width : 783px;
	height : 96px;
	}

#coordonnees {
	position : relative;
	width : 535px;
	height : 36px; /* 46-5*2 px */
	top : 19px;
	left : 247px;
	padding : 5px 0;
	
	text-align : center;
	font-size : 15px;
	line-height : 125%;
}

	#coordonnees.accueil {
		position : absolute;
		top : 691px;
	}

#pdp {
	width : 1024px;
	margin : 0 auto;
	text-align : center;
	font-size : 11px;
}

#pdp li {
	display : inline;
}

#lang_parle {
	font-weight : bold;
	margin : 10px 0;
}
#lang_parle span { 
	padding-left:18px;
	background-color:transparent;
	background-position:left bottom;
	background-repeat:no-repeat;
}
#lang_parle span.lang_fr { background-image : url('images/drapeaux_fr-mini.png'); }
#lang_parle span.lang_en { background-image : url('images/drapeaux_en-mini.png'); }
#lang_parle span.lang_nl { background-image : url('images/drapeaux_nl-mini.png'); }
#lang_parle span.lang_de { background-image : url('images/drapeaux_de-mini.png'); }

#tarifs td  {
	border : 1px solid #060;
	padding : 5px;
	
	font-size : 12px;
	font-weight : bold;
	font-style : italic;
}
