/* CSS par Dig pour http://www.kits-gratuits.net */

* { margin:0;padding:0; }

body {
	background:#E8E8E8;
	width:100%;
	font:normal 0.8em "Trebuchet MS",Verdana,Helvetica,sans-serif;
}

#page {
/* 	width:700px; */
	border-left:5px solid #D6D7D9;
	border-right:5px solid #D6D7D9;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#header {
	background:url('./images/interface/header2.jpg') top left no-repeat;
/* 	width:700px; */
	height:100px;
	background-color:#8bcc1a;
}

#header h1 {
	font-size:2.2em;
	font-weight:normal;
	color:#588A03;
	font-family:Verdana;
	padding-left:70px;
	padding-top:20px;
}

#header p {
	color:#646464;
	padding-left:130px;
	padding-top:5px;
}

ul#menu_haut {
	float:left;
	width:100%;
	background-color:#3A3A3A;
	height:20px;
	border-bottom:3px solid #CFCFCF;
	list-style-type:none;
	text-align:center;
}

ul#menu_haut li {
	display:inline;
	float:left;
}

ul#menu_haut a {
	width:116px;
	height:20px;
	background-color:#3A3A3A;
	color:#FFF;
	text-decoration:none;
	display:block;
}

ul#menu_haut a:hover {
	width:116px;
	height:20px;
	background-color:#3A3A3A;
	color:#FFF;
	text-decoration:underline;
	background-color:#848484;
	display:block;
}

#bloc {
	float:left;
	width:450px;
	text-align:justify;
	padding-left:10px;
}

#menu {
	float:left;
	margin-left:40px;
	width:190px;
}

#bloc h2, #menu h2 {
	border-bottom:1px dotted #030303;
	/*text-indent:-9000px;*/
	margin-top:20px;
}

#menu ul {
	list-style-image:url('./images/interface/puce.jpg');
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

#menu ul ul {
	margin-left:10px;
}

#menu li {
	margin-left:40px;
	height:20px;
}

#menu a {color:#646464;text-decoration:none;}

#menu a:hover {color:#818080;text-decoration:underline;}

a {color:#646464;text-decoration:none;}

a:hover {color:#818080;text-decoration:underline;}

@font-face {
	font-family:Chancery;
	src:local(URW Chancery L), url(font/z003034l.ttf) format(TrueType); 
}

h2 {
	font-size:18pt;
	text-indent:20px;
	font-family:URW Chancery L;
}

h2.sommaire {
	font-size:12pt;
	text-indent:20px;
	margin-bottom:10px;
	font-family:Chancery;
	text-align:right;
}
img.logo {border:0px dashed white;}
img {border:1px solid black;}

h3 {
	padding:20px 0 5px 0;
}

h4 {
	padding:1px 0 5px 20px;
}

#bloc ul {
	padding-left:60px;
}

#bloc ol {
	padding-left:60px;
}

p#copyright {
	font-size:0.8em;
	color:#A3A3A3;
	width:700px;
	text-align:center;
	clear:both;
	background-color:#FFF;
	padding-top:50px;
}

p#copyright a{
	text-decoration:none;
	color:#A3A3A3;
}
#noteBasPage{
	border-top:1px black solid;
	margin-top:20px;
	font-size:8pt;
}
div.console {
border:1px solid black;
background-color:black;
color:white;
padding:5px 5px 5px 5px;
margin:10px 10px 10px 10px;
}

div.repertoire {
border:1px solid black;
background-color:#FFFFDD;
color:black;
padding:5px 5px 5px 5px;
margin:10px 10px 10px 10px;
}
p {
margin-bottom:10px;margin-top:10px;
}

div.dokuwiki div.right_sidebar {
  float: right;
  width: 20%;
  padding: 0.2em 0em 0 0.5em;
  border-left: 1px solid __border__;
}


div.dokuwiki div.page {
  text-align: justify;
  float: right;
  width: 70% !important;
  width: 67%;
  padding: 1%;
}
