/* 
	copyleft_GPL http://marty.alain.free.fr
	style georgia #c84 sur craft
*/
body {
	background-color:#444; background:url("craft.png");
}
#fenetre { 	
	position:absolute; top:0; bottom:0; left:0; right:0; width:1600px; height:100%; margin:0; padding:0; 
	font:normal 1em georgia,times,serif;
}
#cadre_page, #cadre_editeur {
	border:1px solid #888;
	-moz-box-shadow:2px 2px 2px #000; -webkit-box-shadow:2px 2px 2px #000; 
	-moz-border-radius:10px;-webkit-border-radius:10px;	
}
#cadre_page { 	
	position: absolute; top:20px; left:20px; width:800px;
	padding:20px; background-color:#888; opacity:0.8; 
}
#cadre_editeur { 	
	position: fixed; display:none; 
	top:200px; left:750px; width:800px; height:600px;
	padding:20px; background-color:#888; opacity:0.8; 
}
#titre_page {
	background:url("copyleft.png") no-repeat right; font-size:2.0em; cursor:move;
}
#titre_edit {
	background:url("copyleft.png") no-repeat right; font-size:2.0em;  cursor:move;
}
#menu_page, #menu_editeur { 	
	color:#666; visibility:visible;
}
#page { position: relative; 
	padding:20px; overflow: auto;
	border:3px inset #888; background-color:#fff; 
}
#textarea { /* height = height(cadre_editeur) - 80  */
	height:520px; width:100%; overflow:auto; border:3px inset #888; background-color:#eed;  
}
a, input { 
	text-decoration:none; border:0; background-color:transparent; font-size:1em;
	color:#444; text-shadow:1px 1px 2px #000;
}
a:hover, input:hover { 
	color:#f00; text-shadow:4px 4px 2px #000; 
}

/* from epsilonwiki skin epsilon */
h1, h2, h3, h4, h5, h6 
		{ 
			margin-top:10px; 
			margin-left:20px; 
			padding-top:5px;
			color:#444;
		}
h1 		{ 	font-size:3.0em; } 
h2 		{ 	font-size:2.6em; } 
h3 		{ 	font-size:2.2em; } 
h4 		{ 	font-size:1.8em; } 
h5 		{ 	font-size:1.4em; } 
h6		{ 											/* traitement particulier titre 6 */
			padding-left:10px; 
			font-size:1.4em;  						/* taille 1.4 fois taille courante */
			border-top:1px solid #888;  			/* bord haut 1px */
			border-left:30px solid #888; 			/* bord gauche 30px */
		}

p		{ 
			text-align:justify; 
			margin-top:10px; 
			text-indent:20px;
		}
ul		{ 
			text-align:justify; 
			margin-top:10px; 
			margin-left:30px;
			padding-left:5px;
			padding-right:20px;
		}
ol		{ 
			text-align:justify; 
			margin-top:10px; 
			padding-left:40px; 
			padding-right:20px; 
		}
table	{ 	width:100%; }
td		{ 	border:1px solid #888; padding:5px; }
iframe	{ 	border:0px; }
.post { 
	display:block; 
	margin-top:20px; 
	margin-left:5px; 
	padding-left:15px; 
	padding-right:15px; 
	background-color:#eee; 
	font-weight:bold; 
	color:#f00; 
	font-size:1.2em;
	text-shadow:1px 1px 1px #222222; 
	border-top:1px solid #888;
	line-height:0.7em;
}
/* from epsilonwiki skin epsilon */
