/* CSS Document */

body{ background-color:#CCCCCC; }
	
#content		{ position:relative; width:900px; height:600px; margin-left:auto; margin-right:auto; top:20px; background-color:#FFFFFF; line-height:18px;}
#upperRightTitle{ position:absolute; width:auto;  right:50px; top:30px;}
#pileOfBooks_img{ width:300px;}
#saying			{ position:relative; width:350px;  left:388px;  margin-right:40px; padding-left:81px; } /*height:400px; bottom:450px; */
#sayingContent	{ position:absolute; bottom:2px;width:370px;}

#member			{ position:absolute;margin-left:auto; top:150px; left:400px; background-color:#FFFFFF; }

img.quote1		{ position:absolute; left:-25px; top:-20px; }
img.quote2		{ position:absolute; margin-left:349px; margin-top:5px;}

a img			{ border:none; }

a:link , a:visited , a:hover , a:active{ text-decoration:none; color:#333399;}
	
p.saying_text	{ font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#999999; letter-spacing:1px; margin-top:0px;}
p.saying_from	{ font-size:11px; font-family:Arial, Helvetica, sans-serif;color:#333399; margin-bottom:0px;	}
	
images			{ position:absolute; /*absolute position enables the image to overlapp correctly over the pile of books image*/ }

a.homeHoverLink 				{ display:block;width: 24px;height:26px;background:url(../images/home_link.png) top left no-repeat;position:absolute;top:157px; left:21px;border:none; background-position: 0px -27px; border:1px;	}
a.homeLink 					{ display:block;width: 24px;height:26px;background:url(../images/home_link.png) top left no-repeat;position:absolute;top:157px; left:21px;border:none;}
a:hover.homeLink 			{ background-position: 0px -27px;	}

a.aboutusHoverLink 			{ display:block;width: 55px;height:90px;background:url(../images/aboutus_link.png) top left no-repeat;position:absolute;top:200px; left:14px;border:none; background-position: 0px -88px;	}
a.aboutusLink 				{ display:block;width: 55px;height:90px;background:url(../images/aboutus_link.png) top left no-repeat;position:absolute;top:200px; left:14px;border:none;	}
a:hover.aboutusLink 			{ background-position: 0px -88px;	}

a.philosophieHoverLink		{ display:block;width: 59px;height:65px;background:url(../images/philosophie_link.png) top left no-repeat;position:absolute;top:328px; left:10px;border:none;	background-position: -4px -66px;	}
a.philosophieLink			{ display:block;width: 59px;height:65px;background:url(../images/philosophie_link.png) top left no-repeat;position:absolute;top:328px; left:10px;border:none;	}
a:hover.philosophieLink		{ background-position: -3px -66px;	}
	
a.teamHoverLink 				{ display:block;width: 50px;height:30px;background:url(../images/team_link.png) top left no-repeat;position:absolute;top:390px; left:87px;border:none;	background-position: 0px -37px;	}
a.teamLink 					{ display:block;width: 50px;height:30px;background:url(../images/team_link.png) top left no-repeat;position:absolute;top:390px; left:87px;border:none;	}
a:hover.teamLink			{ background-position: 0px -37px;	}
	
a.specialisationsHoverLink	{ display:block;width: 50px;height:85px;background:url(../images/specialisations_link.png) top left no-repeat;position:absolute;top:340px; left:151px;border:none;	background-position: -6px -85px;	}
a.specialisationsLink		{ display:block;width: 50px;height:85px;background:url(../images/specialisations_link.png) top left no-repeat;position:absolute;top:340px; left:151px;border:none;	}
a:hover.specialisationsLink	{ background-position: -7px -84px;	}
	
a.liensHoverLink			{ display:block;width: 50px;height:30px;background:url(../images/liens_link.png) top left no-repeat;position:absolute;top:410px; left:220px;border:none; background-position: 0px -33px;}
a.liensLink					{ display:block;width: 50px;height:30px;background:url(../images/liens_link.png) top left no-repeat;position:absolute;top:410px; left:220px;border:none;	}
a:hover.liensLink			{ background-position: 0px -33px;	}
	
a.contactHoverLink			{ display:block;width: 50px;height:45px;background:url(../images/contact_link.png) top left no-repeat;position:absolute;top:405px;        left:285px;border:none;  background-position: 2px -49px;	}
a.contactLink				{ display:block;width: 50px;height:45px;background:url(../images/contact_link.png) top left no-repeat;position:absolute;top:405px;        left:285px;border:none;	}
a:hover.contactLink			{ background-position: 2px -49px;	}



	.memberTable .memberName , .memberStatus , .moreInfo{
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.memberTable .memberStatus{
		color:#333399;
	}
	
	.memberTable a:link , a:visited , a:hover , a:active{
		text-decoration:none;
	}
	
	.memberTable .moreInfo , .memberName{
		color:#999999;
	}

