/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

 
/* Les lments HTML en gnral
-------------------------------------------------------- */
html, body{
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

body{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	
}
h1,h3, h4, h5, h6{
	font-family: Helvetica, Arial;
}
h2{
	font-family: Arial;
}

h1{font-size: 1em;}
h2{font-size: 1.0em;}
h3{font-size: 1.0em;}
h4{font-size: 1.0em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	
}


a{
	color: #CCCC99;
	text-decoration: none;
	
}

a:visited{
color: #CCCC99;
}

a:hover{
	color: #990000;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#top{
	height: 90px;
	text-align : left;
	margin: 0 auto;
	background : transparent url(http://www.plaud.net:networks/aslan/themes/djay-gaelle/img/bandeau.jpg) no-repeat left;
}

#top h1{
	
	margin: 0;
	padding: 0;
	
}
#top h1 a{
	text-decoration: none;
	color: #CCCC99;
}
#top h1 img{
	padding: 0;
	margin: 0;
	border: none;
}

#top h1 img a{
	padding: 0;
	margin: 0;
	border:none;
}
#page{
	width: 929px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	color: inherit;
	
}
#main{
	float: right;
	width: 750px;
	margin: 0;
	padding: 0;
}
#content{
	margin: 0;
	padding: 0;
	margin-top: 0;
	width:550px;
	
}
#sidebar {
	float:left;
  	background: #000000;
    padding: 0;
	width : 8em;
	margin : 0;
	
	
		
}
	
	
#footer{
	margin: 0 auto;
	padding : 0 0 0 0;
	height: 10px;
	background: transparent;
	clear: both;
	margin-top:-25px;
}

 
/* Le menu horizontal
-------------------------------------------------------- */
#nav-box {
	background: #000000;
	margin : 0 auto;
	width: 790px;
	padding-top : 5px;
	
	font-size : 1.1em;
	height : 1.2em;
    text-align: center;
}

#nav-box ul {
	margin : 0;
	padding : 0 1em 5px 0;
	list-style-type : none;
}
#nav-box ul li {
	display: inline;
	padding : 5px 0;
	margin: 0 1em;
}
#nav-box ul li a, .little a {
	color: #CCCC99;
	text-decoration: none;
	padding : 5px 1em 5px 1em;
}
#nav-box ul li a:hover, .little a:hover {
	color: #CC9900;
}
ul#menu li ul{
  display:none;
}
ul#menu li:hover>ul{
  display:block;
  border: 1px solid #000000;
  
}
ul#menu{
  margin : 0;
  padding : 5px 0;
  
  list-style:none;
  width:100%;
  text-align:left;
  /*padding-bottom:-4em;*/
}

html>body #menu {
  margin : 0em 0 2em 0;
  padding:0px;
}

ul#menu li{
  float:left;
  margin : -0.1em 0.8em;
  display:block;
  padding:2px 1px;
}
ul#menu li a{
  display:block;
  margin:0;
  padding:0px 6px 0px 6px;
  color:#CCCC99;
  text-decoration:none;
}
ul#menu li a:hover{
  color: #990000;
}
ul#menu ul{
  position:absolute;
  background:#000000;
  list-style:none;
  margin:0;
  padding:0px;
  width:100px;
  z-index:1;
 
}

ul#menu ul ul{
  position: absolute;
  top:-2px;
  left:125px;
  z-index: 2;
}


ul#menu ul li{
  position:relative;
  float:none;
  margin:5px;
  padding:0px;
}

ul#menu ul li a{
	display:block;
	margin:0px;
	width:100px;
	border:none;
	padding:2px 6px;
}

html>body #menu ul li a {
	padding:0px;
}

ul#menu li ul li a{
  color: #FFFFFF;
}


/* Le contenu
-------------------------------------------------------- */
.post{
	 margin-bottom: 1.2em;
     color: #FFFFFF;
     background: transparent;
     padding: 5px;
	    
}

.post-title{
	color: #FFFFFF;
	background: #000000;
	margin-bottom: 0.2em;
	padding: 2px 5px 2px 5px;
	border: 0.5px solid #CCCC99;
	
	
}

.post-title a{
	color: #CCCC99;
	background: transparent;
	text-decoration: none;
	
}

.post-title a:hover{
	color: #990000;
	
}

.post-info{
	margin-top: 0;
	color: #FFFFFF;
	background: #000000;
	padding-bottom: 1ex;
	
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
}

.post-info a:hover{
	color: #999999;
	
}
.post-content, .post-chapo{
	text-align: justify;
	padding: 5px 15px 5px 5px;
	background: #000000;
	color: #FFFFFF;
	
}
.post-content a, #toc li a{
	color: #CCCC99;
	text-decoration:none;
}
.post-content a:hover{
	color: #990000;
	text-decoration:none;
}
.post li{
	list-style-type: circle;	
}
.post img {
	padding: 0 0 0 0;
	border: none;
	
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}
.post-info-co {
	font-size : 0.85em;
	clear : both;
	color : #FFFFFF;
	background : transparent url(img/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;
}
.post-info-co a{
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}
.post-info-co a:hover{
	color: #000000;
}
.post .post_cal {
	
	text-align: center;
	width: 50px;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}


/* Interactions
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0 0 2em 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #999999;
}

input[type=submit], input[type=reset] {
	background: #999999;
	color : #FFFFFF;
}

input[type=submit]:hover {
	background : #999999;
	cursor:pointer;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.spacer{
clear:both;
}