/* 

	This CSS controls main pages and subpages except include pages news3-news7fr
	Made for www.educata-int.com v2.0 2006
	Author: Nicky Trulsson 
	
*/

/* links in menu*/
a:link {
	font-family: Tahoma;
	font-size: 12px;
	color:#B7B7B7;
	text-decoration: none;
	}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color:#C5C5C5;
	text-decoration: none;
	}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color:#B7B7B7;
	text-decoration: none;
	}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	color:#C5C5C5;
	text-decoration: none;
	}

/* links in document*/
.clsInfo:link {
	font-family: Tahoma;
	font-size: 12px;
	color:#A4A4A4;;
	text-decoration: none;
}
.clsInfo:visited {
	font-family: Tahoma;
	font-size: 12px;
	color:#A4A4A4;;
	text-decoration: none;
}
.clsInfo:active {
	font-family: Tahoma;
	font-size: 12px;
	color:#A4A4A4;;
	text-decoration: none;
}
.clsInfo:hover {
	font-family: Tahoma;
	font-size: 12px;
	color:#A4A4A4;;
	text-decoration: none;
}

/* background for page*/
body {
	background : #44505E url(../images/body.png) repeat-y top center;
	margin : 0;
	color : #000020;
	}
	
/* background header*/	 
.topBanner  {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top:0px;
	height: 100px;
	background-color:#000000;
	}

/* container main */
.topBg  {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top:10px;
	height: 580px;
	top: 2px;
		}

/* for logotype*/
.logo 
  {
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -380px;
	margin-top:30px;
	height: 30px;
	background-color:#000000;
	}
	
/* main menu*/	
.menuA  {
	position: absolute;
	width: 560px;
	left: 50%;
	margin-left: -180px;
	margin-top:47px;
	height: 11px;
	font-family: Tahoma;
	color:#B7B7B7;
	font-size: 11px;
	text-align:right;
	background-color:#000000;
	}
	
/* menu languages*/	
.menuLanguage  {
	position: absolute;
	width: 420px;
	left: 50%;
	margin-left: -40px;
	margin-top:67px;
	height: 11px;
	font-family: Tahoma;
	font-size: 11px;
	color:#B7B7B7;
	text-align:right;
	background-color:#000000;
 	}
	
/* submenu english*/	
.menuB  {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -120px;
	margin-top:67px;
	height: 11px;
	font-family: Tahoma;
	font-size: 11px;
	color:#B7B7B7;
	text-align:right;
	background-color: #272727;

	}
	
/* submenu francais for different spacer*/
.menuBfr  {
	position: absolute;
	width: 515px;
	left: 50%;
	margin-left: -135px;
	margin-top:67px;
	height: 11px;
	font-family: Tahoma;
	font-size: 11px;
	color:#B7B7B7;
	text-align:right;
	background-color: #272727;
	}

/* for blue stripe under menus*/
.stripe{
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	margin-top:110px;
	height: 5px;
		}
		
/* for flash movie*/		
.imagefront{
	position: absolute;
	width: 760px;
	left: 50%;
	font-family: Tahoma;
	font-size: 11px;
	color:#6C6C6C;
	margin-left: -380px;
	margin-top:100px;
	height: 390px;
	}
/* for water_m */		
.logomark{
	position: absolute;
	width: 300px;
	left: 50%;
	font-family: Tahoma;
	font-size: 11px;
	color:#6C6C6C;
	margin-left: -150px;
	margin-top:170px;
	height: 300px;
	z-index: -1;
	}	
	
/* for information and include files news3-news7fr */
.textbox{
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	margin-top:100px;
	height: 390px;
	font-family: Tahoma;
	font-size: 12px;
	font-style:normal;
	color:#A4A4A4;
	text-align: left;
	}
	
/* for text image 'your.gif' on start page*/	
.textfront{
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	margin-top:515px;
	height: 30px;
	}
/* for questionnaire*/
form
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:normal;
}
/* for questionnaire input fields*/
input
{
font-family: Tahoma;
font-size: 12px;
border-width: 1px;
border-color: #44505E;
font-weight: normal;
}
/* for include files news3-news7fr */
.clstext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:normal;
	font-family: Tahoma;
	font-size: 12px;
	font-style:normal;
	color:#A4A4A4;
	text-align: left;
}
/* for include files news3-news7fr */
.clstextInfo {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:normal;
	font-family: Tahoma;
	font-size: 12px;
	font-style:normal;
	color:#C5C5C5;
	text-align: left;
}
