/* feuille de style kolor - 20040209 */

/* Positionnement */
#centerer { position:absolute; left:50%; width:994px; margin-left:-497px; background-color:#CCC; color:black; }
#header { height:150px; }
#lefter { position:absolute; left:0; width:180px; padding:10px; }
#texter { margin-left:200px; padding:10px; text-align:justify; background-color:#EEE; color:black; }
#footer	{ border-top:1px solid #666; font-size:8px; text-align:right; margin-top:2px; padding:3px 10px 0 0;
	color:white; background-color:black; }

/* tags */
body  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0; background-color:black; }
.SmallText { font-size:10px; }
.retrait { padding-left:10px; }

a { text-decoration:none; color:#009; }
a:link { color:#009; }
a:hover { color:#003; }

/* LEFTER */
#lefter .Menu {	margin:5px; padding:5px; border:1px solid; border-color: #EEE #333 #333 #EEE; }
#lefter ul { list-style:none; margin:0; padding:0; }
#lefter ul ul {	font-size:10px; }
#lefter li { padding:0.25em 10px 0 0; text-align:right; background:url("/images/triangle.gif") no-repeat right top; }
#lefter a:hover { background-color:white; }

/* TEXTER */
#texter a:hover { text-decoration:underline; }
#texter ul { list-style-image:url("/images/puce.gif"); list-style-position:outside; padding:0; margin:0 0 0 20px; }
#texter li { line-height:1.5em; }
th { background-color:#999; color:white; font-weight:bold; padding:5px; }
.tdprop { font-weight:bold; }

.lien { padding-left:20px; background-color:#FFFF00; background:url("/images/lien.gif") no-repeat left; }

/* linkage : paginate plugins attribute */
.linkage { font-size:12px; color:#009; text-align:right }

/* heading */
h1 { margin:5px 10% 10px 10%; padding:8px;
	text-align:center; font-weight:bold; font-size:18px;
	border:3px solid; border-color: #BCE #235 #235 #BCE;
	background-color:#68D; color:white; }
h2 { font-weight:bold; font-size:16px; padding:5px 0 5px 15px;
	border-bottom:1px dotted #000; border-left:4px solid #000; }
h3 { font-size:14px; }

/* tdtitle */
.tdtitle { text-align:center; font-size:18px; font-weight:bold;
	background-color:#8BE; color:white; padding:7px; }