/*
	Gribouille CSS based on the original wakka.css
	
	version: 0.1
	date: 2004.03.01
	design: © erational ART erational.org
	licence: GNU/GPL
*/


/* page 4 print */
@page { 
	size: portrait;
	margin: 0;
	padding: 0;
}

/* hidden elements*/
.header { display:none; }
.footer { display:none; }
form  { display:none; }

/* main tags*/
body {
	font-family: Arial, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
	font-size: 95%;
	background-color: #fff;
	color: #000;
	margin: 15px;
	padding: 0;
	background-image: none;
}

h1, h2, h3, h4, h5, h6 { 
	margin:  0; 
	padding: 0; 
}

a {
	 color: #FF6600;
}
ul,ol { 
	margin-top: 0; 
	margin-bottom: 0; 
	padding-top: 0; 
	padding-bottom: 0; 
}

tt { 
	color: #009; 
}
hr { 
	color: #fff;
	border-top: 1px solid #999;
}

.wiki_name {
	display: inline;	
}

.page_name {
	display: inline;
	margin: 0 0 0 15px; 
	padding: 0;
}

.error { color: #CC3333; font-weight: bold; }
.indent { margin-left: 40px; }
.additions { color: #008800; }
.deletions { color: #880000; }
.add { font-weight: bold; color: #c00; text-decoration: underline; }
.del { font-style: italic; color: #c00; text-decoration: line-through; }

.page { 		
	margin: 15px 0 0 0; 	
	border: 0;
}
.prev_alert { background-color: red; color: white; font-size: 1.7em; font-weight: bold; margin-bottom: 5px; }

.edit { 
	width:  98%; 
	height: 400px;
}
.code { background: #FFFFFF; border: solid #888888 2px; font-family: 'Courier New', Courier, sans-serif; color: black; font-size: 10pt; width: 100%; height: 400px; overflow: scroll; padding: 3px; }
.revisioninfo { color: #AAAAAA; padding-bottom: 20px; }

/* comment */
.commentsheader, .commentform { 
	margin:0 15px;
	background: #ddd;
	padding: 2px 10px; 
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa; 
	border-top: 0;
}
.comment { 
	margin:0 15px;
	background: #fafafa;
	padding: 10px; 
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa; 
	border-top: 0;
	border-bottom: 1px dashed #aaa; 
}
.commentinfo { 
	color: #57ACAC;
}

.commentform {
	background: #fafafa;
	padding: 25px;
}
/* spip */
textarea.spip_cadre {
	width: 98%; /* solve IE Bug */
}
.commentform textarea {
	margin: 0 -8px; /* solve IE Bug */
}


/* not in used yet */
.copyright { font-size: 11px; color: #AAAAAA; text-align: right; }
.copyright a { color: #AAAAAA; }
.searchbox { background: #FFFFF8; border: 0; border-bottom: 1px solid #CCCCAA; padding: 0; margin: 0; }
.debug { font-size: 11px; color: #888888; }

.hr_clear { clear: both; visibility: hidden; }
.include_right { float: right; width: 17%; } /* bloc flotant ŕ droite */
.include_left { float: left; width: 17%; } /* bloc flotant ŕ gauche */
.include_solid_border { border: solid; padding: 2px; } /* encadré noir */
.include_gray_background { background-color: #DDDDDD; } /* fond gris */
.include_small_fonts { font-size: 0.8em; } /* petites polices */
.include_big_fonts { font-size: 1.2em; } /* grandes polces */
.include_height10em { height: 10em; overflow: scroll; } /* boite de 10em de hauteur, avec ascenseur */
.include_height15em { height: 15em; overflow: scroll; }
.include_height30em { height: 30em; overflow: scroll; }
.include_height60em { height: 60em; overflow: scroll; }

.trail_table {   line-height: 30px;}
.trail_button {background-color: transparent; border: medium outset White; border-spacing: 3px;  padding: 2px 10px;}


