/*html elements*/
body {
	background: #fff;
	font: 12pt Verdana,Sans-serif;
}

a img {
	border: 0;
}
form {
	margin: 0;
	display: inline;
}
label, input {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
	font-size: 120%;
	color: #006e88;
	text-decoration: underline;
	margin-bottom: 5px;
}
h2 {
	font-size: 110%;
	/*color: #B26C38;*/
	color: #006e88;
	margin-bottom: 5px;
}
h2 a:visited {
	text-decoration: none;
}
h3 {
	color: #EC361D;
	font-size: 100%;
}

h2 + h3 {
   margin-top: 20px;
}

h4 {
	font-size: 90%;
	color: #666;
}

h3 + h4 {
   margin-top: 20px;
}

h5 {
	font-size: 90%;
	color: #955322;
}
h6 {
	color: #EC361D;
	font-size: 90%;
}

p, li, dt, dd {
	font-size: 92%;
}
p {
	line-height: 150%;
}
sup {
	font-size: 70%;
}
a:link, a:visited {
	color: #554FA0;
	font-weight: normal;
	text-decoration: none;
}

a.cont {
       display: none;
       }

dt.im {
	float: left;
}

/* Print links for debug purposes */
/*
#mainContent a:link:after, #mainContent a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 70%;
	color: #000;
}
#mainContent a[href^="/"]:after {
	content: " (http://www.cerfacs.fr/globc/PALM_WEB" attr(href) ") ";
}
*/
#tools, #search, #ad, #bn, #int, .skipLink, #brd, ul#nav, .hide {
	display: none;
}

#header {
	display: none;
}

#header + hr {
	display: none;
}

div#header > h1 {
	display: inline;
}

#header form {
	display: none;
}

#footer {
	display: none;
}

.key-point {
        padding: 15px;
	margin-bottom: 1em;
        border: 4px double #444;
}

.key-point h2, .key-point h3, .key-point h4, .key-point h5 {
	margin-top: 0;
        text-align: center;
        text-decoration: none;
}

.NOPRINT {
        display: none;
}
