/*
online : '/img/...' 
offline : '/kabalistik/img/...'
*/
BODY {
	margin:0;
	background-color: #000; 
	font-size: 13px;
}
img { 
	margin: 0; 
}
#entete {
	height: 100px;
}
#central {
	background-color:#F7E7CE;
}
#pied {
	height: 100px;
}
/* livre */
.bordhaut {
	background: url('/img/livre-haut.jpg') repeat-x left top #F7E7CE;
}
.bordgauche {
	background: url('/img/livre-gauche.jpg') repeat-y left top;
}
.borddroit {
	background: url('/img/livre-droite.jpg') repeat-y right top;
	height: 100%;
}
.bordbas {
	background: url('/img/livre-bas.jpg') repeat-x left bottom #F7E7CE;
}
/* liens */
A {
	color: #2F85BF;
	font-weight: bold; 
	text-decoration: none;
}
A:hover {
	color: #E13EFF;
}
/* menu */
#menu {
	margin-top: 40px;
	z-index: 100;
}
#menu UL {
	height: 50px;
	margin: 0;
	padding: 0 10px 0 45px;
	list-style: none;
}
#menu UL.mtheme {
	background: url('/img/icone-ecrire.gif') no-repeat 0 0;
}
#menu UL.mdossiers {
	background: url('/img/icone-book.gif') no-repeat 0 0;
}
#menu UL.mforum {
	background: url('/img/icone-forum.gif') no-repeat 0 0;
}
#menu UL LI A {
	padding-left:6px;
	background:url('/img/fleche.gif') no-repeat 0 4px;
}
/* menu contextuel*/
#contexte UL {
	margin: 10px 0 30px 0;
}
#contexte UL LI {
	margin: 0 0 0 30px;
}
#contexte UL LI.first {
	padding-top: 15px;
}
#contexte strong {
	display: block;
	padding: 10px 10px 15px 45px;
}
#contexte strong.theme {
	background:url('/img/help-info.gif') no-repeat 0 0;
}
#contexte strong.dossiers {
	background:url('/img/help-tools.gif') no-repeat 0 2px;
}
#contexte strong.help {
	background:url('/img/help-go.gif') no-repeat 0 4px;
}
#contexte strong.lock {
	background: url('/img/help-lock.gif') no-repeat 0 0;
}
/* pied */
#pied P {
	margin: 0;
	text-align: center;
}
/* titre page (images) */
H1 {
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #b39999;
	/* border-top: 1px solid #b39999; */
}
/* form */
form label {
	display: inline;
	border-bottom: 1px dotted #84c7f6;
	float: left;
	width: 150px;
}
form input, form select, form textarea {
	border: 1px solid #84c7f6;
}
form input {
	width: 195px;
}
form textarea {
	width: 195px;
	height: 100px;
}
form input.valider {
	background-color: #5295c4;
	color: #fff;
	font-weight: bold; 
	margin-left: 150px;
}
form input.radio {
	width: 5px;
	margin-left: 150px;
}
.err {
	font-weight: bold;
	color: red;
	min-height: 25px;
	background: url('/img/icone-warning.gif') no-repeat 3px 2px #FFFBC1;
	border: 1px solid yellow;
	padding: 5px 2px 5px 40px;
	margin: 5px 0 10px 0;
}
/* résumé */
#img_theme {
	margin: 50px auto 70px auto;
	width:470px;
	position:relative;
}
#img_theme A {
	display: block;
	position: absolute;
	font: bold oblique 25px Verdana, Arial, Helvetica;
	color: #D34D00;
	z-index: 10;
}
#img_theme A:hover {
	text-decoration: none;
	background: none;
	color: #7C3A1A;
}
.nactif { position:absolute;margin: 40px 0 0 260px }
.nhered { margin: 102px 0 0 340px }
.nintim { margin: 200px 0 0 365px }
.nreal { margin: 310px 0 0 345px }
.nexp { margin: 340px 0 0 150px }
.nchemin { margin: 280px 0 0 45px }
.nannee { margin: 150px 0 0 45px }
/* explication */
#explain div {
	text-align: justify;
	margin: 0 0 30px 0;
}
h2 {
	border-bottom: 1px solid grey;
	margin-bottom: 10px;
}
img.karma {
	display: block;
	margin: 30px auto 0 auto;
}
TABLE.plan TR.caption TD {
	padding: 5px;
	font-weight: bold;
	color: #D58F5C;
	background-color: #EEE;
}
TABLE.inclusion TR TD {
	padding: 20px 25px 20px 25px;
	border: 1px solid #CCC;
}
TABLE.signInclusion TR TD {
	padding: 20px 5px 20px 5px;
	border: 1px solid #CCC;
}