/* ***** 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 *****
 */

 
/* Les elements HTML en general
-------------------------------------------------------- */
html, body{
	
  margin: 0 auto;
	padding: 0;
	height: 100%;
	/*text-align: center;*/
}

body{
	background: url(img/fond.gif) repeat;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	
	font-family: "Verdana, Arial, Helvetica", sans-serif;
}

h1{font-size: 2em;}
h2{font-size: 1.2em;}
h3{font-size: 1.2em;}
h4{font-size: 1.2em;}
h5{font-size: 1.2em;}
h6{font-size: 1.2em;}

code,pre { font-family : "Courier New",monospace; font-size : 1em; overflow:auto; border:1px dotted #666;}

q { font-style : italic; }
pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #333333;
}

a{
	background : transparent;
	color: #FF3E8F;
	text-decoration: none;
}

a:visited{ }

a:hover{ 
  color: #333333;
/*        border: 1px solid #FFF;*/
}

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

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

/* La page
-------------------------------------------------------- */
#page{
        margin: 0 auto; 
        margin-top: 0;
        text-align: left;
	background: white;
	color: inherit;
	width: 690px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

#top{
	text-align : center;
        margin-top: 0;
	height: 180px;
	margin: 0 auto;
        background: url(img/banniere.jpg) center top;
}

#top h1{
	margin: 0;
        margin-top: 0;
	padding: 0.5em 0 0 0;
}
#top h1 a, #top p{
	text-decoration: none;
        margin-top: 0;
	color: #FF66CC;
}
#prelude, #prelude a {
        color:#FFFFFF;
        margin-top: 0;
        font-size:0.9em;
}

#main{
	margin : 0 auto;
  margin-top: 0;
	width: 620px;
}

#content{
	margin: 0;
	padding: 0;
	min-height:610px;
}

html>body #content {
	margin: 2em 0;
}

.hr {
	background: transparent url(img/entrenote.gif);
}

.pagenav {
   text-align: right;
}
/* Le menu horizontal
-------------------------------------------------------- */

#sidebar {
  margin-bottom : 2em;
  margin-top : 2em;
  }

ul#menu li ul{
  display:none;
}

ul#menu li:hover>ul{
  display:block;
  border: 1px solid #FF66CC;
  
}
ul#menu{
  margin : 1em 0 2em 0;
  padding:0px;
  list-style:none;
  width:100%;
  background-color:#FF99CC;
  float:left;
  font-size:1em;
  /*padding-bottom:-4em;*/
}

html>body #menu {
  margin : 0 0 2em 0;
  font-size:1em;
  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:2px 6px;
  color:#FFF;
  text-decoration:none;
}
ul#menu li a:hover{
  color: #FF3E8F;
  background-color: #FFCCFF;
}
ul#menu ul{
  position:absolute;
  background:#FFF;
  list-style:none;
  margin:0px;
  padding:0px;
  width:175px;
  z-index:1;
  border: 1px solid #FFF;
}

ul#menu ul ul{
	position: absolute;
  top:-5px;
  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:160px;
	border:none;
	padding:2px 6px;
}

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

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




/* Le contenu
-------------------------------------------------------- */

.post{
	margin-bottom: 1em;
}
.post-title{
	color: #FF99CC;
	background: transparent;
	margin-bottom: 0;
}

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

.post-info{
	margin-top: 0;
	color: #CCC;
	font-size : 0.8em;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #CCC;
	background: transparent;
	text-decoration: none;
}

.post-info a:hover{
	color: #CCC;
	
}
.post-content{
	text-align: left;
}
.post-content a, #toc li a{
	color: #FF3E8F;
	background-color: transparent;
	border-bottom: #FF3E8F 1px dotted;
	text-decoration: none;
}
.post-content a:hover{
	color: #FEE3EE;
	background-color: transparent;
	border-bottom: #FF3E8F 1px dotted;
	text-decoration: none;
}
.post li{
	list-style-type: circle;	
}
.post img {
	padding: 5px;
	border: 1px solid #FFF;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co {
	text-align: right;
}
.post-info-co a{
	color: #FF3E8F;
	background-color: transparent;
	border-bottom: #FF3E8F 1px dotted;
	text-decoration: none;
}

.post-info-co a:hover{
	color: #FEE3EE;
	background-color: transparent;
	border-bottom: #FF3E8F 1px dotted;
	text-decoration: none;
}

#comments blockquote.comback_content {
  color: #999999;
  font-style : italic;
  font-weight : bold;
}

.pyjama
{
	background-color:#FEE3EE;
}

/* Interactions
-------------------------------------------------------- */
fieldset {
	background-image: url(img/fondzebre1.gif);
	border-top: 1px solid #E50388;
	margin-top: 1px;
	border-bottom: 1px solid #E50388;
	margin-bottom: 1px;
	border-right: 1px solid #E50388;
	margin-right: 1px;
	border-left: 1px solid #E50388;
	margin-left: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
}

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

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

input[type=submit], input[type=reset] {
	margin : 0px 110px 0px 110px;
	background: #FF3E8F;
	color : #FFFFFF;
}

input[type=submit]:hover {
	background : #FFCCFF;
	color : #FF3E8F;
	cursor:pointer;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0,5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : lighter;
	font-size : 0,85em;
}

.spacer{
clear:both;
}

dl.plugin-list dt {
	margin : 0;
	padding : 0 0 0 0px;
}

dl.plugin-list dt img {
	float : left;
	margin: -5px 10px 0 -35px;
	position : relative;
  border-width : 1px;
	border-color : #FF3E8F;
}

dl.plugin-list dd {
	margin : 0.5em 0 1.5em 35px;
	font-weight: lighter;
	font-size: 0.85em;
}

.me {
/*     background-color : #FEE3EE;
     border : 1px solid #FEE3EE;*/
     color : #FF0099;
}

/* Le pied de page
-------------------------------------------------------- */

#footer{
	text-align : center;
	margin: 0 auto;
	padding : 0.2em 0 0 0;
	height:2.5em;
	width: 620px;
	background: #FF99cc;
	clear: both;
	font-size: x-small;
	color: #FFF;
}

#footer a{
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	color: #CCC;
}



