@charset "utf-8";
/* CSS Document */
/* http://www.espace87.be/css/espace87.css */
HTML, BODY 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	height:100%;
	background-color: #666666;
	line-height:1.5;
	
	margin: 0px;
	padding: 0px;
	/*overflow-y: scroll;
	scrollbar-face-color: #006400;
    scrollbar-shadow-color: #228b22;
    scrollbar-highlight-color: #98fb98;
    scrollbar-3dlight-color: #8fbc8b;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #eee8aa;*/

}

P, TABLE
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626469;
	text-decoration: none;
	
	
}





/* TABLES */


.mainmenutable
{
	color: #FFFFFF;
	text-align: left;
}

.tablesite, .tablefooter
{
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-right-style: solid;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	
	border-left-style: solid;
	border-right-color: #CCCCCC;
	
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	width: 760px;
	text-align: left;
}

.tabletitle
{
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 22px;
	text-align: left;
}

.tablecontent
{
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 31px;
	text-align: left;
}



.tablefooter
{
	padding: 2px;

	background-color: #000033;

	color: #FFFFFF;
	text-align: left;
}

a.footerlink, :hover.footerlink
{
	color: #FFFFFF;
}



/* IMAGES */

img.images
{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}


/* MAIN MENU */

.mainmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}

a.mainmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.lgmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}

a.lgmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

:hover.mainmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #444444;
	
}


/* SUB MENU */

P.submenu
{
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

a.submenu
{
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #000000;
	padding: 2px;
	margin: 2px;
	
}

:visited.submenu
{
  color: #000000;
}

:link.submenu
{
  color: #000000;
}

:hover.submenu
{
	font-weight: bold;
	text-decoration: none;
	text-align: right;
		
	background-color: #FFFFFF;
}


a.submenuL
{
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	padding: 2px;
	margin: 2px;
	
}

:visited.submenuL
{
  color: #FFFFFF;
}

:link.submenuL
{
  color: #FFFFFF;
}

:hover.submenuL
{
	font-weight: bold;
	text-decoration: none;
	text-align: left;
		
	background-color: #666666;
}



a.submenuL2
{
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
	padding: 2px;
	margin: 2px;
	
}

:visited.submenuL2
{
  color: #000000;
}

:link.submenuL2
{
  color: #000000;
}

:hover.submenuL2
{
	font-weight: bold;
	text-decoration: none;
	text-align: left;
		
	background-color: #EEF2F9;
}

/* CONTENT */

.titleblue
{
	font-size: 16px;
	font-weight: bolder;
	color: #3B60A7;
	text-decoration: none;
}

.titlegreen
{
	font-size: 16px;
	font-weight: bolder;
	color: #01392C;
	text-decoration: none;
}

.titleorange
{
	font-size: 16px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
}

.timedate
{
	text-decoration: none;
	text-align: right;
}

.content
{
	line-height: 1.7em;
}

.contenttitle
{
	font-weight: bold;	
	color: #01392C;
	line-height: 1.7em;
}

.contentbold
{

	line-height: 1.7em;
	font-weight: bold;
}

.homelinktitle
{
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: right;
	line-height: 1.4em;
	
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.basictitle
{
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: left;
	line-height: 1.4em;
	
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}





:visited.homelink
{
  color: #626469;
}

:link.homelink
{
  color: #626469;
}



:visited.homelinkmore
{
  color: #3B60A7;
}

:link.homelinkmore
{
  color: #3B60A7;
}



:visited.extlink
{
  color: #626469;
}

:link.extlink
{
  color: #626469;
}

