body {
	width: 980px;
	background: white;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin: 10px;
}
a {
	color: #000099;
}
a:hover {
	color: #9a3265;
}
img {
	border: 1px solid lightgray;
}
#header {
	width: 980px;
	height: 200px;
	background: white url(LogoIASK4.png) no-repeat right top;
	border: 2px solid #9a3265; /* That purple red! */
}
#subheader {
	width: 980px;
	height: 38px;
	color: #9a3265;
	font-size: 14pt; 
	font-family: Times, Times New Roman, serif;
	border-left: 2px solid #9a3265;
	border-right: 2px solid #9a3265;
}
#subheader-text {
	padding: 3px;
	padding-left: 15px;
	float: left;
	color: #9a3265;
	font-size: 18pt; 
	font-family: Times, Times New Roman, serif;
}
#flags {
	height: 30px;
	text-align: right;
	padding: 3px;
	float: right;
}
#subheader #flags img.flag {
	height: 30px;
	border: 1px solid #008;
}
#subheader #flags img.flag:hover {
	border: 1px solid #9a3265;
}
#main {
	width: 980px;
	border: 2px solid #9a3265;
	padding-bottom: 20px;
	clear: both;
}
#sidebar {
	background: white;
	float: left;
}
#sidebar ul {
	padding: 0;
	margin: 0;
}
#sidebar li {
	color: #333;
	list-style: none;
	border-bottom: 1px solid #9a3265;
	border-right: 1px solid #9a3265;
}
#sidebar li a {
	height: 34px;
	display:block; 
	width: 190px;
	text-decoration: none;
	line-height: 34px;
	padding-left: 20px;
}
#sidebar li#menu-1 a {
	color: #008;
}
#sidebar li#menu-1:hover {
	background-color: #ddf;
}
#sidebar li#menu-2 a {
	color: #026;
}
#sidebar li#menu-2:hover {
	background-color: #dde8f8;
}
#sidebar li#menu-3 a {
	color: #044;
}
#sidebar li#menu-3:hover {
	background-color: #dee;
}
#sidebar li#menu-4 a {
	color: #062;
}
#sidebar li#menu-4:hover {
	background-color: #ddf8e8;
}
#sidebar li#menu-5 a {
	color: #080;
}
#sidebar li#menu-5:hover {
	background-color: #dfd;
}
#sidebar li#menu-6 a {
	color: #260;
}
#sidebar li#menu-6:hover {
	background-color: #e8f8dd;
}
#sidebar li#menu-7 a {
	color: #440;
}
#sidebar li#menu-7:hover {
	background-color: #eed;
}
#sidebar li#menu-8 a {
	color: #620;
}
#sidebar li#menu-8:hover {
	background-color: #f8e8dd;
}
#sidebar li#menu-9 a {
	color: #800;
}
#sidebar li#menu-9:hover {
	background-color: #fdd;
}
#sidebar li#menu-10 a {
	color: #602;
}
#sidebar li#menu-10:hover {
	background-color: #f8dde8;
}
#sidebar li#menu-11 a {
	color: #404;
}
#sidebar li#menu-11:hover {
	background-color: #ede;
}
#sidebar li#menu-12 a {
	color: #206;
}
#sidebar li#menu-12:hover {
	background-color: #e8ddf8;
}
#content {
	width: 730px;
	float: right;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 20px;
	text-align: justify;
}
h1#title {
	font-size: 18pt;
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
}
h2.subtitle {
	font-size: 12pt;
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
	border-bottom: 1px solid #9a3265;
	margin-top: 25px;
}
.news {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #3399FF;
	text-align: right;
	border-bottom: 1px solid #3399FF;
}
.annonce {
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-color: #cb3524;
	text-align: center;
	border-bottom: 1px solid #3399FF;
	margin-bottom: 25px;
}
.annonce a {
	text-decoration: none;
}
.BoardMember {
	background: lightgray;
	padding: 5px;
}
#footer {
	clear: both;
}
