/* CSS Document */

html {
	height:100%;
}	

body {
	width:974px;
	height:100%;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto; 
}

#as-txt { /* Code anysurfer */
  position: absolute;
  left: 0px;
  top: -10000px;
  overflow: hidden;
}

#as-gfx img { /* Code anysurfer */
	width: 50px;
	height: 40px;
	border: none;
}

h2 {
	position:absolute;
	left:-9999%;
}

img {
	border:0;
}

table#container {
	height:100%;
	width:974px;
	margin-left:auto;
	margin-right:auto;
}

td#banner {
	height:60px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	vertical-align:middle;
}

td#menu {
	vertical-align:middle;
	overflow:auto;
}

td#footer_row {
	height:134px;
	padding:0 10px 0 10px;
}

table#footer {
	width:100%;
	height:124px;
	padding:0;
	border-collapse:collapse; 
}

td.footer_block {
	width:25%;
	padding:5px;
	text-align:center;
}


div#menu_nl, div#menu_fr, div#menu_de {
	width:303px;
	height:367px;
	float:left;
	margin:0;
	padding:0;
	margin-left:8px;
	margin-right:8px; 
	background-color:#D8D8E8; /* #c7cbce; /*Couleur background par défaut des 3 cadres de la home page*/
}

div#menu_nl:hover, div#menu_fr:hover, div#menu_de:hover {
	background-color:#E8E8F8; /*#E8E8FF; /*Couleur background lors du survol de la souris*/
}

html>body div#menu_nl, html>body div#menu_fr, html>body div#menu_de {
	height:auto;
	min-height:367px;
}

div#menu_nl div#menu_image_nl {
	width:303px;
	height:93px;
	background-image:url(../images/part1b.jpg);
}

div#menu_fr div#menu_image_fr {
	width:303px;
	height:93px;
	background-image:url(../images/part2b.jpg);
}

div#menu_de div#menu_image_de {
	width:303px;
	height:93px;
	background-image:url(../images/part3b.jpg);
}

div#menu_nl:hover div#menu_image_nl {
	background-image:url(../images/part1a.jpg);
}

div#menu_fr:hover div#menu_image_fr {
	background-image:url(../images/part2a.jpg);
}

div#menu_de:hover div#menu_image_de {
	background-image:url(../images/part3a.jpg);
}

div#menu_nl ul, div#menu_fr ul, div#menu_de ul {
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:5px;
}

div#menu_nl li, div#menu_fr li, div#menu_de li {
	margin-top:12px;
	margin-bottom:12px;
	margin-left:7px;
}

li.menu_item_no, li.menu_item_no a, li.menu_item_act, li.menu_item_act a {
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:15px; 
	color:#363636; /*Couleur des liens par défaut dans les 3 cadres de la home page*/
	text-decoration:none; 
	font-weight:bold; 
	font-style:italic; 
}

li.menu_item_no a:hover, li.menu_item_act a:hover {
	color:#000000; /*Couleurs des liens lors du survol de la souris*/
	text-decoration:underline;
}

div#menu_nl p#language_nl, div#menu_fr p#language_fr, div#menu_de p#language_de {
	text-decoration:none;
	font-family: Haettenschweiler;
	font-size: 60px;
	font-weight: normal;
	text-align:center;
	letter-spacing: 0.1em;
	color:#7C898F; /*#004A5A; /*#7C898F; /*202020; /*Couleur de la langue écrite en gros en bas des cadres*/
	margin-top:30px;
	margin-bottom:10px;
}

div#menu_nl:hover p#language_nl, div#menu_fr:hover p#language_fr, div#menu_de:hover p#language_de {
	color:#005A6A; /*505030;*/
}
