/* LAYOUT ELEMENTS ========================================================== */
body {
  	margin: 0;
	color: #333;
	font-family: "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	background-image: url(../img/bkg.jpg);
}

a {
	text-decoration: none;
	color: #6B6BB5;
}

a:hover {
	text-decoration: none;
	color: #9494FF;
}

a:active {
	text-decoration: none;
	color: #FF8000;
}

img { border: 0; }

/* ENTETE ========================================================== */

#entete {
	position: fixed;
	top: 10px;
	left: 160px;
	bottom: 2px;
	right: 10px;
	width: auto;
	height: 85px;
	padding: 10px 10px 2px 10px;
	overflow: auto;
	border:3px solid #C4C4FF;
	-moz-border-radius:20px;
}

/* SIDEBARS ========================================================== */

#side_container {
	position:fixed;
	top: 10px;
	left: 10px;
	bottom: 10px;
	width: 140px;
	margin-right: 10px;
	padding-top: 3px;
	border-right:3px solid #C4C4FF;
	font-size: 12px;
	text-align: center;
}

#side_container a {
	font-weight: bold;
}

#mainMenuTitle, #tagMenuTitle, #commandTitle {
	padding: 4px;
	background-color: #eaeaff;
	border-top:1px solid #C4C4FF;
	border-left:1px solid #C4C4FF;
	text-align: center;
	font-family: georgia,times,serif;
	font-size : 16px;
	color: #333;
	font-weight: bold;
}

#mainMenu {
	line-height: 1.6em;
	margin-bottom: 1.6em;
	padding: 0.8em 0;
	background-color: #f5f5ff;
	border-left:1px solid #C4C4FF;
	border-bottom:1px solid #C4C4FF;
}

#tagMenu {
	line-height: 1.4em;
	margin-bottom: 1.4em;
	padding: 0.7em 0;
	background-color: #f5f5ff;
	border-left:1px solid #C4C4FF;
	border-bottom:1px solid #C4C4FF;
}

#tagMenu a {
	display: block;
}

#commandPanel {
	line-height: 1.6em;
	margin-bottom: 0;
	padding-top: 0.8em;
	background-color: #f5f5ff;
	border-left:1px solid #C4C4FF;
	border-bottom:1px solid #C4C4FF;
	color: #333;
}

#commandPanel a {
	color: #333;
	display: block;
}

#commandPanel a:hover {
	color: #717171;
}

#commandPanel a:active {
	color: #FF8000;
}

#commandPanel input {
    border: 1px solid #999;
}

#optionsPanel {
	display: none;
	padding: 4px;
	font-size: 11px;
	border-left:1px solid #C4C4FF;
	border-bottom:1px solid #C4C4FF;
	background-color: #fbfbfd;
	text-align: left;
}

#optionsPanel div{
    margin: 6px 0;
}

#optionsPanel a {
    display: inline;
}

#optionsPanel a:hover, #optionsPanel a:active  {
    color: #FF8000;
}

#optionsPanel input {
	float: right;
}

/* TIDDLER DISPLAY/EDIT SPACE ========================================================== */

#displayArea {
	position:fixed;
 	top: 115px;
	left: 160px;
	right: 10px;
	bottom: 40px;
	margin: 10px 0;
	overflow: auto;
	width: auto;
	height: auto;
	padding: 10px;
}

.tiddler, .selectedTiddler  {
	margin: 0 0 10px 0;
	padding: 0 15px;
	font-size: .8em;
}

.tiddler {
	border: dotted 1px #fff;
	color: #717171;
}

.tiddler .title {
	background-color: #f5f5ff;
}

.selectedTiddler {
	border: dotted 1px #c4c4ff;
}

.selectedTiddler .title {
	color: #000;
	background-color: #c4c4ff;
}

.selectedTiddler .viewer * {
    color: #333;
}

.selectedTiddler .viewer h2, .selectedTiddler .viewer h4, .selectedTiddler .viewer h6, .selectedTiddler .viewer h3, .selectedTiddler .viewer h5 {
    color: #333;
}

.selectedTiddler .viewer a {
	color: #6b6bb5;
}

.selectedTiddler .viewer a:hover {
	color: #9494ff;
}

.selectedTiddler .viewer a:active {
	color: #FF8000;
}

#messageArea {
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 10px 20px;
	color: #FF8000;
	border: dotted 1px #ccc;
	text-align: center;
}

#displayArea .tiddlyLinkExisting {
    font-weight: bold;
  	text-decoration: none;
}

#displayArea .tiddlyLinkNonExisting {
	font-style: italic;
  	text-decoration: none;
}

#displayArea .externalLink {
    text-decoration: underline;
}

.title {
	font-size: 1.3em;
	padding: 0 0 0 0;
	font-weight: bold;
	display: block;
	color: #333;
}

.toolbar {
	font-weight: normal;
	font-size: 11px;
	visibility: hidden;
	text-align: right;
	padding: 5px 0;
}

.toolbar a {
	padding: 1px 5px;
	color: #333;
	text-decoration: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #6b6bb5;
	border-bottom: 2px solid #6b6bb5;
	border-left: 2px solid #fff;
	background: #c4c4ff;
}

.toolbar a:hover {
	color: #f5f5ff;
	border-top: 2px solid #fff;
	border-right: 2px solid #6b6bb5;
	border-bottom: 2px solid #6b6bb5;
	border-left: 2px solid #fff;
	background: #c4c4ff;
}

.toolbar a:active {
	color: #f5f5ff;
	border-top: 2px solid #6b6bb5;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #6b6bb5;
	background: #9494ff;
}

.tagLinks {
	padding-top: 5px;
	margin-top: 10px;
 	border-top: 1px dotted #c4c4ff;
 	color: #717171;
}

.tagLinks a {
 	color: #333;
	font-weight: bold;
}

.selectedTiddler .tagLinks a {
	color: #6b6bb5;
}

.tagLinks a:hover {
	color: #9494ff;
}

.tagLinks a:active {
	color: #ff8000;
}

.viewer {
    line-height: 140%;
}

.viewer blockquote {
    border-left: 3px solid #777;
	margin: 5px;
	padding: 5px;
}

.viewer ul {
	padding-left: 30px;
}

.viewer ol {
    padding-left: 30px;
}

ol
{
	list-style-type: decimal;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

.viewer ul, .viewer ol, .viewer p {
    margin: 5px 0 12px 0;
}

.viewer li {
    margin: 3px 0;
}

h2,h3,h4,h5,h6 {
    font-weight: bold;
}

.viewer * {
    color: #333;
}

.viewer h2 {
    font-size: 1.2em;
}

.viewer h3 {
    font-size: 1.1em;
    font-style: italic;
}

.viewer h4 {
    font-size: 1em;
}

.viewer h5 {
    font-size: .9em;
    font-style: italic;
}

.viewer h6 {
    font-size: .8em;
}

.viewer table {
	border-collapse: collapse;
	border: 2px solid #303030;
	font-size: 11px;
	margin: 10px 0;
}

.viewer th {
    background: #eee;
    border: 1px solid #aaa;
    padding: 3px;
}

.viewer td {
    border: 1px solid #aaa;
    padding: 3px;
}

.viewer caption {
    padding: 3px;
}

.viewer hr {
    border: none;
    border-top: dotted 1px #777;
    height: 1px;
    color: #fff;
	margin: 7px 0;
}

.body {
	margin: 5px 0 0px 0;
	padding: 5px 0;
/*	border-top: 1px dotted #ccc;*/
}

.highlight {
  color: #000;
  background: #ffe72f;
}

.editor {
	font-size: 8pt;
	color: #402C74;
	font-weight: normal;
	padding: 10px 0;
}

.editor input, .editor textarea {
	display: block;
	font: 13px/130% "Andale Mono", "Monaco", "Lucida Console", "Courier New", monospace;
	margin: 0 0 10px 0;
	border: 1px inset #333;
	padding: 2px 0;
}

.editor textarea {
	height: 500px;
}

input:focus, textarea:focus {
	background: #fff;
	border: 1px solid #000 !important;
}

#storeArea {
   display: none;
}

#floater {
	background: #e8e8ff;
	border: 3px solid #c4c4ff;
	color: #f5f5ff;
	position: fixed;
	width: 1px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: none;
}

/* Boutons de controle ==========================================================*/

#info_bouton {
	position: fixed;
	padding: 0;
	margin: 0;
	right: 13px;
	bottom: 10px;
	width: auto;
	height: auto;
	z-index: 1;}   

.clic a:visited img, .clic a img {
	filter: alpha(opacity=100);
	opacity:1;
}

.clic a:hover img {
	filter: alpha(opacity=50);
	opacity:0.5;
}

