body {
	background-color: #FFFFFF;
	color: #00008b;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}
.core {
	width: 700px;
	margin: 0 auto;
}

h1 {
	color: #3399cc;
	font-family: verdana,helvetica,arial;
	font-weight: bold;
	margin-top: 1.1em;
}
h2 {
	color: #555555;
	font-family: verdana,helvetica,arial;
	font-weight: bold;
	margin-top: 1.1em;
}
h3,h4 {
	font-family: verdana,helvetica,arial;
	font-weight: bold
}

tt,pre {
	/* font-family: courier-new, courier; */
	color: black;
	font-size:10px;
}

th { /* table header. There is also a class .th below! */
	color: #00008b;
	background-color: #66cdaa;
	font-family: verdana,helvetica,arial;
	font-style: normal;
	font-weight: bold;
}

hr {
	color: #3399cc;
}

form {
	margin: 0;
}

ul {
	margin: 0;
}
li {
	margin-bottom: 5px;
}

applet{
	vertical-align: middle;
}

.formats{
	background-color: #e6e6fa;
}
.formats ul, .formats li{
	display: inline;
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 5px;
	padding-bottom: 2px;
	white-space: nowrap;
}
.formats li{
	border: 2px solid #00008b;
/*	float: left;*/
	text-decoration: none;
}

span#bbMenuLayer {
	position: relative;
	top: -20px;
	left: 0px;
	width: 401px;
	height: 36px;
	visibility: visible;
	display: block;
	z-index:1000;
}

.hkout { /* "normal" output of Hitkeeper */
	color: #000000;
	font-size: 1.1em;
}
.hkerr { /* warning/error output of Hitkeeper */
	color: red;
	font-size: 1.1em;
}

.hktd { /* colored table cells */
	background-color: #e6e6fa;
	color: #3a0670;
}
.hkth { /* usually the first column in a table */
	background-color: #66cdaa;
	color: #00008b;
/*	text-align:right; */
	border-right: solid 10px #66cdaa;
}

/* two styles for alternating shading of table rows */
.hktr1 {
	background-color: #ffffff;
}
.hktr2 {
	background-color: #ffffee;
}

.hkcomment {
	font-style: italic;
}
.hkfooter {
	font-size: small;
}

/* Hovering info box, roughly based on http://aktuell.de.selfhtml.org/artikel/css/infobox/
 Use this e.g. as follows:

 inline: <span class="help"><a href="#">More ...<span>Helptext 1 goes here.</span></a></p>

 div: <div class="help"><a href="help2.html">Info<span>Helptext 2 goes here.</span></a></div>
 */
.hkhelp a span {
	display: none;
}
.hkhelp a:hover span {
	position: fixed;
	z-index: 3;
	top: 100px;
	left: 5px;
	width: 350px;
	display: block;
	color: #00008b;
	background: white;
	border: 4px ridge gray;
	padding: 10px;
}

.input {
	color: #123085;
	font-size: 1em;
	font-family: Courier, Monaco, sans-serif;
}

.processing {
	color: #808080;
	font-size: 0.7em;
}

a:link {
	color: inherit;
	text-decoration : underline;
}
a:visited {
	color: inherit;
	text-decoration : underline;
}
a:hover {
	color: white;
	background-color: #00E100;
}

.title-bg {
	background-color: #00008b;
}
.warning-bg {
	background-color: #fafad2;
}
.comment-bg {
	background-color: #008080;
}
.param-title-bg {
	background-color: #66cdaa;
}
.table-bg {
	background-color: #e6e6fa;
}

.titre-bleu {
	color : #00008b;
	font-size : 1.2em;
}
.titre-vertclair {
	color : #66cdaa;
	font-size : 1.2em;
}
.titre-rouge {
	color : #ffb6c1;
/*	font-size : 1.2em;*/
}
.legende-bleu {
	color : #00008b;
	font-size : 0.7em;
}
.text-blanc {
	color : #ffffff;
	font-size : 0.8em;
}
.text-noir {
	color: #000000;
	font-size : 0.8em;
}
.text-bleu {
	color : #00008b;
	font-size : 0.8em;
}
.text-violet {
	color : #330099;
	font-size : 0.8em;
}
.text-vertclair {
	color : #66cdaa;
	font-size : 0.8em;
}
.text-gris {
	color: #808080;
	font-size: 0.8em;
}
.text-rouge {
	color : #D64060;
	font-size : 0.8em;
}

.query {
	color : #D64060;
	font-size : 1em;
	font-family : "Courier New", Courier, Monaco, sans-serif;
}
.query-small {
	color : #d64060;
	font-size : 0.8em;
	font-family : "Courier New", Courier, Monaco, sans-serif;
}

.seq-noir {
	font-size : 1em;
	font-family: "Courier New", Courier, Monaco, sans-serif;
}
.seqsmall-noir {
	font-size : 0.8em;
	font-family: "Courier New", Courier, Monaco, sans-serif;
}
.seq-gris {
	color: #808080;
	font-size: 1em;
	font-family: "Courier New", Courier, Monaco, sans-serif;
}

/* Reformat specific CSS */
ul.reformat {
	border-bottom : 1px solid #330099;
	margin : 0;
	padding-bottom : 27px;
	padding-left : 8px;
}
ul.reformat, li.reformat {
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	background : #FFF;
	border-bottom : 1px solid #fff;
	color : #000;
}
ul.reformat a:link, ul.reformat a:visited {
	background : #D8D8D8;
	border : 1px solid #330099;
	color : #330099;
	float : left;
	font-size : 0.8em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 22px;
	margin-left : 3px;
	margin-right : 3px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}
ul.reformat a:link.active, ul.reformat a:visited.active {
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}
ul.reformat a:hover {
	color : #336699;
}

