/* ==============================
 * Fichier:			css/kallisys.css
 * Projet:			(Site Kallisys)
 * Ecrit par:		Gwen Harlow (http://www.gwenharlow.com/)
 *					Paul Guyot (pguyot@kallisys.net)
 * 
 * Crˇˇ le:			21/4/2004
 * Tabulation:		4 espaces
 * 
 * Copyright:		© 2003 by Gwen Harlow.
 *					© 2003-2004 by Paul Guyot.
 * 					Tous droits rˇservˇs pour tous pays.
 * =========== */

/* ---- html & body ---- */
html {
	padding: 0px 0px 0px 0px;
}

body {
	margin: 0px 0px 0px 0px;
	font-family: Helvetica, Verdana, sans-serif;
	padding: 0px;
	background: url(/images/bg_blue.gif) repeat;
	color:#333333;
}

body.newton {
	background: url(/images/bg_green.gif) repeat;
	color:#002000;
}

/* ---- Liens ---- */
#contents a:link,
#contents a:visited {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #0000CC;
}
#contents a:active {
	color: #003366;
	text-decoration: none;
	border-bottom: none;
}
#contents a:link:hover {
	color: #0000CC;
	text-decoration: none;
	border-bottom: 1px dotted #0000CC;
}
#contents a:visited:hover {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #003366;
}

body.newton #contents a:link, 
body.newton #contents a:visited {
	color: #008800;
	border-bottom: 1px solid #008800;
}
body.newton #contents a:active {
	color: #008800;
	border-bottom: none;
}
body.newton #contents a:link:hover {
	color: #00CC00;
	border-bottom: 1px dotted #00CC00;
}
body.newton #contents a:visited:hover {
	color: #008800;
	border-bottom: 1px dotted #008800;
}

body #contents a.nightly_OK:link, 
body #contents a.nightly_OK:visited {
	color: #008800;
	text-decoration: none;
	border-bottom: 1px solid #008800;
}
body #contents a.nightly_OK:active {
	color: #008800;
	text-decoration: none;
	border-bottom: none;
}
body #contents a.nightly_OK:link:hover {
	color: #00CC00;
	text-decoration: none;
	border-bottom: 1px dotted #00CC00;
}
body #contents a.nightly_OK:visited:hover {
	color: #008800;
	text-decoration: none;
	border-bottom: 1px dotted #008800;
}

body #contents a.nightly_NOTHING:link,
body #contents a.nightly_NOTHING:visited {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px solid #888888;
}
body #contents a.nightly_NOTHING:active {
	color: #888888;
	text-decoration: none;
	border-bottom: none;
}
body #contents a.nightly_NOTHING:link:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
body #contents a.nightly_NOTHING:visited:hover {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px dotted #888888;
}

body #contents a.nightly_NO:link,
body #contents a.nightly_NO:visited {
	color: #880000;
	text-decoration: none;
	border-bottom: 1px solid #880000;
}
body #contents a.nightly_NO:active {
	color: #880000;
	text-decoration: none;
	border-bottom: none;
}
body #contents a.nightly_NO:link:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
}
body #contents a.nightly_NO:visited:hover {
	color: #880000;
	text-decoration: none;
	border-bottom: 1px dotted #880000;
}

li.module_OK {
	color: #008800;
}

li.module_NOTHING {
	color: #FFFF99;
}

li.module_NO {
	color: #880000;
}

/* Pas de bord infˇrieur pour les images. */
a.img:link,
a.img:visited {
	border: none;
	text-decoration: none;
}
a.img:active {
	border: 1px dotted;
	text-decoration: none;
}
a.img:link:hover {
	border: none;
	text-decoration: none;
}
a.img:visited:hover {
	border: none;
	text-decoration: none;
}
#contents a.img:link,
#contents a.img:visited {
	border: none;
	text-decoration: none;
}
#contents a.img:active {
	border: 1px dotted;
	text-decoration: none;
}
#contents a.img:link:hover {
	border: none;
	text-decoration: none;
}
#contents a.img:visited:hover {
	border: none;
	text-decoration: none;
}
body.newton #contents a.img:link,
body.newton #contents a.img:visited {
	border: none;
	text-decoration: none;
}
body.newton #contents a.img:active {
	border: 1px dotted;
	text-decoration: none;
}
body.newton #contents a.img:link:hover {
	border: none;
	text-decoration: none;
}
body.newton #contents a.img:visited:hover {
	border: none;
	text-decoration: none;
}

/* ---- Menu ---- */

/* 1er niveau */
#top #menu1 {
	display: block;
	margin: 0;
	padding-left: 0px;
	white-space: nowrap;
	border-bottom: 1px solid #333333;
}

#top ul#um1 {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 20px;
	white-space: nowrap;
}

#top ul#um1 li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top ul#um1 a:link,
#top ul#um1 a:visited	{
	border: 1px solid #02253A;
	background: #02253A;
	color: #ffffff;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 1px 10px;
	text-decoration: none;
}

body.newton #top ul#um1 a:link,
body.newton #top ul#um1 a:visited	{
	border: 1px solid #023A19;
	background: #023A19;
}

#top ul#um1 a:hover	{
	color: #ffffff;
	background: #000000;
	border: 1px solid #000000;
}

body.newton #top ul#um1 a:hover {
	color: #ffffff;
	background: #000000;
	border: 1px solid #000000;
}

#top ul#um1 li#cur1 span
{
	background: #ffffff;
	border: 1px solid #02253A;
	border-bottom: 1px solid #ffffff;
	color: #02253A;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 1px 10px;
}

body.newton #top ul#um1 li#cur1 span {
	border: 1px solid #023A19;
	border-bottom: 1px solid #ffffff;
	color: #023A19;
}

#top ul#um1 li#cur1 a
{
	background: #ffffff;
	border: 1px solid #02253A;
	border-bottom: 1px solid #ffffff;
	color: #02253A;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 1px 10px;
	text-decoration: none;
}

body.newton #top ul#um1 li#cur1 a {
	border: 1px solid #023A19;
	border-bottom: 1px solid #ffffff;
	color: #023A19;
}

#top ul#um1 li#cur1 a:hover {
	text-decoration: underline;
}

/* 2eme niveau */
#top #menu2 {
	display: block;
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	white-space: nowrap;
	background: #ffffff;
}

#top ul#um2 a:link,
#top ul#um2 a:visited {
	background: #ffffff;
	border: none;
	color: #02253A;
	font-size: small;
	line-height: 10px;
	margin-right: 0px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	font-variant: normal;
}

body.newton #top ul#um2 a:link,
body.newton #top ul#um2 a:visited {
	color: #003000;
}

#top ul#um2 a:hover {
	background: #ffffff;
	color: #02253A;
	font-size: small;
	line-height: 10px;
	margin-right: 0px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	font-variant: normal;
	border-bottom: 1px dotted #02253A;
}

body.newton #top ul#um2 a:hover {
	color: #003000;
	border-bottom: 1px dotted #003000;
}

#top ul#um2,
#top ul#um2 li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#top ul#um2 li#cur2 span {
	color: #023A19;
	background: #ffffff;
	font-size: small;
	line-height: 10px;
	margin-right: 0px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	font-variant: normal;
	border-bottom: 1px solid #023A19;
}

body.newton #top ul#um2 li#cur2 span {
	color: #003000;
	border-bottom: 1px solid #003000;
}

/* ---- h ----- */
h1, h2, h3, h4, h5, h6 {
}

h1#banner {
	height: 33px;
	font-size: 24px;
}

/* ---- blocs ---- */
#top {
	white-space: nowrap;
	width: 100%;
	display: block;
	margin: 0;
	background: #ffffff;
	color:#333333;
	}

body.newton #top {
	color:#002000;
}

#topbg {
	background: url(/images/bg_blue.gif) repeat;
	color:#333333;
}

body.newton #topbg {
	background: url(/images/bg_green.gif) repeat;
	color:#002000;
}

#contents {
	background: #ffffff;
	border-top: none;
	width: 100%;
	display: block;
	border-bottom: 1px solid #333333;
	height: auto;
}

#left {
	left: 20px;
	width: 175px;
	top: 130px;
	font-size: smaller;
	overflow: hidden;
	display: block;
	position: absolute;
	margin: 0;
}


#right {
	right: 20px;
	width: 150px;
	top: 130px;
	font-size: smaller;
	overflow: hidden;
	display: block;
	position: absolute;
	margin: 0;
}

#text {
	min-height: 320px;
}

#main {
	margin-right: 185px;
	margin-left: 205px;
	padding: 15px 15px 0px 15px;
	line-height: 150%;
}

#main-no-right {
	margin-right: 20px;
	margin-left: 205px;
	padding: 15px 15px 0px 15px;
	line-height:150%;
}

#footer	{
	background:#ffffff;
	text-align: center;
	font-size: small;
	line-height: 100%;
}

/* ---- bo”tes ---- */
.box {
	padding: 10px;
	margin-bottom: 15px;
	background: #eeeeee;
	border: 1px solid #333333;
	line-height: 120%;
}
.boxtitle	{
	text-transform:uppercase;
	border-bottom:1px solid #333333;
}
.boxhr	{
	border-bottom:1px solid #333333;
}

/* ---- tˇlˇchargements ---- */
table.download {
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-color: #333333;
	font-size: small;
	width: 400px;
}

table.download td, table.download th {
	padding: 3px 6px 3px 6px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #333333;
}

table.download th {
	text-align: left;
	color: #000;
	font-weight: bold;
}

/* ---- compatibilite ---- */
table.compatibilite {
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-color: #333333;
	font-size: small;
	width: 400px;
}

table.compatibilite td, table.compatibilite th {
	padding: 3px 6px 3px 6px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #333333;
}

table.compatibilite tr.unknown {
	background-color: #FFD453;
}

table.compatibilite tr.builtin {
	background-color: #ddd;
	font-style: italic;
}

table.compatibilite tr.confirmed {
	background-color: #79E270;
}

table.compatibilite tr.incompatible {
	background-color: #E27970;
}

table.compatibilite th {
	text-align: left;
	color: #000;
	font-weight: bold;
}

/* ---- citations ---- */
p.quote {
	font-size: small;
	text-align: right;
}

quote {
}

p.caption {
	font-size: small;
}

/* ---- images ---- */
img.left {
	float: left;
	margin: 1em;
}
img.right {
	float: right;
	margin: 1em;
}

/* ============================================================================== **
** APL is a mistake, carried through to perfection.  It is the language of the    **
** future for the programming techniques of the past: it creates a new generation **
** of coding bums.                                                                **
**                 -- Edsger W. Dijkstra, SIGPLAN Notices, Volume 17, Number 5    **
** ============================================================================== */
