div#label {
	float: left;
	width: 140pt;
	
}

input#textfield {
	float: left;	
}

div#example {
	margin: 10pt;
}

.petitLink {
	font-size: 8pt;	
}


h2,h3,h4,h5 {
	color: #527BBD;
}

h3#expedition {
	font-size: 140%;
	line-height: 90%;
	border-bottom: 1px solid #527BBD;
	margin-top: 50px;
}

.cText {
	color: #527BBD;
}

.menu {
  height:5em;
  padding:0; 
/*  margin:5em; */
  list-style-type:none;
  white-space:nowrap;
  }
.menu li {
  float:left;
  min-width:100px;
  }
.menu a {
  position:relative;
  display:block; 
  text-decoration:none; 
  min-width:100px; 
  float:left; 
  }
.menu a span {
  display:block; 
  color:#000; 
  background:#89A8F5; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  text-align:center; 
  padding:4px 16px; 
  cursor:pointer;
  }
.menu a b {
  display:block; 
  border-bottom:2px solid #06a;
  }
.menu a em {
  display:none;
  }
.menu a:hover {
  background:#08c;
  color:#fff; 
  }
.menu a:hover span {
  color:#fff; 
  background:#08c;
  }
.menu a:hover em {
  display:block; 
  overflow:hidden; 
  border:6px solid #06a; 
  border-color:#06a #fff; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:-6px;
  }

.vis1 { 
	display: block;	
}
.vis2 { 
	display:none;	 
}
