@charset "utf-8";
body {
  font-family:  "Trebuchet MS", verdana, arial, sans-serif; 
  color:#000000;
  background-color:#999;
}
#header {
  width:700px; height:150px;
  clear:both;
	color: #eeeeee;
  background: #000 url(./pics/left_corner.png) no-repeat left top;
}


#page {
	display: block;
  width:700px; height:auto;
  margin: 10px auto 20px auto;
	border: #eeeeee 1px solid; 
	padding: 0;
  color:#000;
  background-color:#fff;
}
#menu {
  display:block;
	float: right;
	margin: 0;
 	padding: 0;
	width: 100%;
	color: #666;
  background-color: #000;
	/*border-right: 1px solid #ccc;*/
}
/**/
#menu ul{
	margin: 0;
	padding: 5px 2px 5px 10px;
	float: right;
	list-style-type: none;
}

#menu li{
  float: left;
	margin:0;
  margin-left: 2px;
	padding: 0;	
}

#menu a {
	width: 100px;	
	float: left;
	/**/border: #0099ff 1px solid;  
	color: #0099ff; background-color: #000; text-decoration: none;
	font-family: Arial; font-weight: normal; font-size: 90%; text-align: left;
	padding: 2px 10px 2px 10px; margin: 0px;/*2px 0px 2px*/ 
	display: block;
}

#menu a:visited {
	border: #996600 1px solid;
	color: #996600; background-color: #000;
}
#menu a:hover {
	border: #00ff00 1px solid; 
	color: #00ff00; background-color: #000; text-decoration: none;
	font-size: 90%; text-align: left; font-weight: bolder;
	display: block;
}

#home #menu .home a,
#about #menu .about a,
#programme #menu .programme a,
#registration #menu .registration a,
#contact #menu .contact a
{
  color:#fff;
	border: 1px solid #fff;
	font-weight: bolder;
	background: #000;
}

#content {
  clear:both;
	margin: 0px;
	padding: 5px 20px 20px 20px;
}

#footer {
  width: 700px; /*height:100px;*/
	font-size: smaller;	
	clear:both;
	color: #999;
	padding-top: 10px; 	padding-bottom: 5px;
	/*background-color: #000;*/
  background: #000 url(../pics/logos.png) no-repeat right bottom;
}


p, li {
  font-size: 90%; text-align: justify;
	margin: 5px 20px 5px 20px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
	margin: 0px;	
	padding: 5px 10px 2px 0px;
	text-align: left;
}

h1 {
	font-size: 160%;  font-weight: bold;
	color: #707099; background: transparent; 
}
#header h1{
  font-style: italic;
	font-size: 200%;
}

h2  {
	font-size: 140%;  font-weight: normal;
	color: #8080aa; background: transparent; 
}


h3  {
	font-size: 130%; font-weight: normal;
	color: #9090bb; background: transparent; 
}
h4  {
	font-size: 120%; font-weight: normal;
	color: #a0a0cc; background: transparent; 
}
h5  {
	font-size: 110%; font-weight: normal;
	color: #a0a0cc; background: transparent; 
}
h6  {
	font-size: 100%; font-weight: normal;
	color: #a0a0cc; background: transparent; 
}

hr	{color: #dddddd; background: transparent; clear: both;}

img {color: #ffffff; background: transparent; border: 0px; margin: 0;}
img.title {float: left;}
img.right {float: right; margin-left: 10px; margin-right: 0px;}
img.left {float: left; margin-left: 10px; margin-right: 10px;}
img.center {
  clear: both;
	margin-right: auto;
	margin-left: auto;
}

img.right {
  float:right;
	margin-right: 0px;
}

acronym {
  text-decoration: none;
}

a:link		{color: #6666ff; background: transparent; text-decoration: none;}
a:visited	{color: #ff6666; background: transparent; text-decoration: none;}
a:active	{color: #ffffff; background: #003333; text-decoration: none;}
a:hover		{color: #0000ff; background: #eeeeee; text-decoration: none;}

pre {
  text-align: left;
	font-family:  times, serif;
	font-size: 100%;
	margin: 5px 20px 5px 30px;
}

.address {font-size: 80%; border-top: 1px solid #eeeeee;}

.anchor {color: #000099; background: transparent; text-decoration: none;
	margin: 5px 20px 5px 20px;
  text-align: right;
}
	
.ref {
  font-size: 80%; 
	background: transparent; color: #555555;}

.comment  {
	border: #000099 1px solid; 
	padding: 5px 10px 5px 10px; 
	margin: 10px;
	color: #000099; background: transparent; 
}




