
/***** BEGIN LICENSE BLOCK *****
# 
# This document is part of NEKODESIGN.NET  / graphic theme : dotold
#
# All content on this website (including text, pictures and any other original works)
# is licensed under a by-nc-sa 2.0 Creative Commons License :
# Attribution : You must give the original author credit.
# Non-Commercial : You may not use this work for commercial purposes.
# Share Alike : If you alter, transform, or build upon this work, you may distribute the resulting work only under a licence identical to this one.
# 
# You can see the licence terms at http://creativecommons.org/licenses/by-nc-sa/2.0/fr/deed.en_GB
# This is a human-readable summary of the Legal Code (see the full licence at http://creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode (french))
# 
# ***** END LICENSE BLOCK *****/
@import "dotold-header.css";
@import "dotold-footer.css";
@import "dotold-CSS-P.css";
/*           général
***************************************/
* {
	/* zero out everything */
	margin: 0;
	padding: 0;
	color:#2c0058;
}

body {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 0.8em;
}

h2, h3 {
	font-family: Georgia,"Times New Roman",serif;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

ul,ol {
	padding-left: 1.5em;
	margin-left: 0;
}

p {
	margin: 1em 0;
}

img {
	border: none;
}

a {
	/*color: #036;*/
	color: #b4c ;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
}

pre{
	background: #E0E0E0;
	border: 1px solid #E0E0E0;
	color: #000000;
	margin: 0 auto;
	overflow: auto;
	width: 90%;
	font-family: "Courier New",monospace;
	font-size: 1em;
	padding: 20px .3em;
}

/***              main
**********************************************************/
#page {
	background: transparent url(img/sd.gif) repeat-y 0 0;
}

#main {
	background: transparent url(img/sd.gif) repeat-y 0 0;
}

#main p {
	line-height: 1.4em;
}

#main h3 {
	color: #333;
	margin-top: 2em;
	background-color: transparent;
}

/*             resource , content
********************************************************/
.resource p {
	margin: 0;
}

.resource {
	margin-bottom: 3em;
}

/*          sidebar
********************************************************/
#sidebar {
	background: transparent  url(img/sd.gif) repeat-y 0 0;
}

#sidebar h2 {
	font-weight: normal;
	color: #c5d ;/*#3366ff;*/
	background-color: transparent;
}

#sidebar li {
	list-style: square;
	margin-top: 0.15em;
	color: #999;
	background: transparent;
}

#sidebar li:hover {
	color: #333;
	background: transparent;
}

#sidebar div {
	padding: 0 1em 0 1em;
}

