body{
	behavior: url("/iac13/scripts/csshover.htc");
	color: #C6D3ED;
	background:#BAB89A;
	width: 1000px;
	text-align: center;
	margin: 5px auto;
	font-family: calibri, sans-serif;
	font-size: 18px;
}

ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.activeul {
	padding: 5px 0 0 15px;
	margin: 0;
	list-style: circle;	
}

a {
	/*text-decoration: none;*/
	color: #C6D3ED;
	font-size: 16px;
}

.info {
	color: white;
}

.centree {
	width: 700px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
}

.margee {
	width: 800px;
	margin: 0 auto;
}

.errorMsg {
	color: yellow;
}

div#menu {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}

div#menu ul {
	padding: 0;
	width: 100%;
	border: 0;
	margin: 0;
}

div#menu ul li {
	position: relative;
	border: 0;
	padding: 0;
	background: transparent;
	margin-top: 6px;
	height: 24px;
}

html>body div#menu ul li {
	margin-top: 0;
	height: 24px;
	padding-top: 6px;
}

div#menu ul li ul li {
	position: relative;
	border: 0;
	padding: 4px 0;
	margin: 0;
	height: 24px;
	font-size: 16px;
	background: #603660;
	border-left: 1px solid #BAB89A;
	border-right: 1px solid #BAB89A;

}

#bookref {
	
	padding: 5px;
	position: absolute;
	border: solid 1px;
	left: 700px;
	top: 650px;
	font-weight: bold;
}


html>body div#menu ul li ul li {

	//font-weight: bold;
}

div#menu ul ul {
	position: absolute;
	top: 24px;
	left: 0;
	display: none;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

html>body div#menu ul ul {
	top: 30px;
}

div#menu ul ul li.firstSM {
	padding-top: 6px;
}

div#menu ul ul li.lastSM {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}

.lastSMimg {
	padding: 0;
	margin: 0;
	height: 20px;
	behavior: url("/iac13/scripts/pngbehavior.htc");
}

#lsmic	{
	width: 200px;
}

#lsmir	{
	width: 185px;
}

html>body #lsmic {
	width: 202px;
}
html>body #lsmir {
	width: 187px;
}

div#menu span {
	color: #C6D3ED;
}

div#menu ul.niveau1 li.sousmenu:hover ul.niveau2c li {
	width: 200px;
}

div#menu ul.niveau1 li.sousmenu:hover ul.niveau2r li {
	width: 185px;
}

div#menu ul.niveau1 li.sousmenu:hover ul.niveau2c {
	display: block;
	z-index: 2;
}
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2r {
	display: block;
	z-index: 2;
}

#logo {
	padding-left: 10px;
}

#logo2 {
	text-align: right;
	padding-right: 10px;
}

#topDiv {
	background: #9D679D;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
}

#menuDiv {
	width: 1000px;
	margin: 1px auto;
	background: transparent;
}

.centerMenuDiv {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #9D679D;
}

#inactiveMenu {
	background: url(/iac13/images/menu_center.png) repeat-x center;
	color: #C6D3ED;
}

#activeMenu {
	background: url(/iac13/images/menu_center_dark.png) repeat-x center;
	/*color: #112245;*/
}

#separator {
	background: url(/iac13/images/menu_center.png) repeat-x center;
	color: #C6D3ED;
	width: 1px;
	margin: 0;
	padding: 0;
}

#menuBorder {
	margin: 0;
	padding: 0;
}

#contentDiv {
	float: left;
	padding: 0 30px;
	width: 1000px;
	text-align: left;
	background: transparent;
}

html>body #contentDiv {
	width: 940px;
} 

#program {
	font-size: 16px;
}

#indic {
	font-size: 16px;
}

.section_title {
	font-weight: bold;
	font-size: 20px;
}

#centralDiv {
	padding: 20px 0;
	background: #6D486D;
	width: 1000px;
	margin: 0 auto;
	height: 200px;
	overflow: visible;
}

html>body #centralDiv {
	height: auto;
	min-height: 200px;
	overflow: auto;
}

.ltdi {
	padding-left: 30px;
}

#bottomDiv {
	background: #9D679D;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#flagDiv {
	background: #9D679D;
	width: 100%;
	text-align: right;
}

#cftbl {
	width: 900px;
}


#cfimg {
	width: 30%;
}

.flagImg {
	width: 20px;
	border: 0;
	margin-top: 5px;
}

#lastFlag {
	margin-right: 20px;
}

#firstTitle {
	display: block;
	margin: 5px 0;
	color: white;
	font-size: 35px;
}

#secondTitle {
	display: block;
	padding-bottom: 10px;
	color: white;
	font-size: 22px;
}

#location {
	font-size: 22px;
	text-align: center;
}

.regInput {
	background: #9D679D;
	color: #112245;
	border: 0;
	padding-left: 5px;
}

