* { 
border:none; 
padding:0; 
margin:0; 
z-index:0;}

html, body { 
height 100%;}

table {
	width: 100%;
	height: 100%;
	text-align: center auto; 
	margin-right: auto;
}

td {
	border: 5px solid #497912
}

.leftcol {
	width: 20%; 
	text-align: center;
}

.rightcol {
	width: 80%; 
	text-align: center;
}

div#content table{
	width: 100%;
	height: 100%;
	text-align: center auto; 
	margin-right: auto;
}

div#content td {
	border: 0px solid #330000
}


div#content p{
	color: #330000;
	font-family: arial black;
}

div#content p.notes{
	color: #330000;
	font-family: arial black;
	font-size: 50%;
}

div#content p.title{
	color: #330000;
	font-family: arial black;
	font-size: 190%;
}

div#map {
	margin-left: auto;
    margin-right: auto;
	width 80%;
}



div#menu a.subbutton {
	color: black;
}

/* create a button look for links */
div#menu a.button {   
	background-color: #A37EC0;
	border: solid 1px;
	border-color: #000000;
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	line-height: 1.5; /*  écart */
	width: 12em;
	float: center;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}

div#menu a.button:hover
{
   	background-color: #15B155;
 	color: white;
}

/* depress effect on click */
div#menu a.button:active, a:focus {   
	border: solid 1px;
	border-color: #039 #99f #99f #039;
	letter-spacing: normal;
}