/* ***** BEGIN LICENSE BLOCK *****
 * This file is the theme Tao Maï for DotClear.
 * Copyright (c) 2005 Thomas Taglang and contributors. All rights
 * reserved.
 * licence : Creative Commons Attribution-ShareAlike 2.0 License
 *
 * 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):
 *  Thomas Taglang
 */

/* Les éléments HTML en général
--------------------------------------------------------------------------------------------------- */
html {
	margin: 0;
	padding: 0;
	text-align: center;
}
 
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #dadfcf;
	color: #ADB995;
	font-size: 80%;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

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

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

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #666;
    background:  #dadfcf;
    color: #000;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

a:visited{
	color: #DADFCF;
	text-decoration:underline;
}

a:hover{
	color:#D3E2DF;
	text-decoration:underline;
}

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

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

/* La page
--------------------------------------------------------------------------------------------------- */
#page{
	width: 780px;
	margin: 5px auto;
	text-align: left;
    border-right: 1px solid #c30;        
	background-color : #000000;
	border: 4px solid #777777;
}
 
/* L'entête
--------------------------------------------------------------------------------------------------- */
#top{
	margin: 0;
	height: 250px;
	background: #fff url(img/header_SP.jpg) no-repeat left top; /* pour changer l'image, modifier le nom du fichier top.jpg*/
	position:relative;
}

#top h1{
	margin: 0;
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#cale {
	background-color:#000000;
	height:5px;
	width:780px;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
--------------------------------------------------------------------------------------------------- */
#prelude{
	position:relative;
	margin: 0 0 0 0;
	padding: 0 1ex;
	background-color:#000000;
	color: #c30;
	text-align: right;
	font-size:1.2em;
}

#prelude li{
	padding:0 8px 4px 8px;
	float:right;
	list-style-type:none;
	text-align:right;
	display:block;
	background-color:#000000;
}

#prelude a{
	color:#C90;
}

#prelude a:visited{
	color:#C90;
	text-decoration:none;
}

#main{
	float: right;
	width: 540px;
}

/* Le contenu
--------------------------------------------------------------------------------------------------- */
#content{
	margin: 0 20px 0 0;
	padding: 1em 0 0 0;
}

.day-date{	
    display: none;
	color: #888;	
	font-style: italic;
}

.post-title{
	color: #fff;
	font-size:16px;
	background: transparent;
	margin-bottom: 0;
    padding-left: 10px;
    height: 12px;
	font-weight:bold;
}

.post-title a{
	color: #fff;
	background: transparent;
	text-decoration: none;
	font-weight:bold;
}
.post-title a:visited{
	color: #fff;
	background: transparent;
	text-decoration: none;
	font-weight:bold;
}

.post-title a:hover{
	color: #fff;
	background: transparent;
	text-decoration: none;
	font-weight:bold;
}

.post-info{
	margin-top: 0;
	color: #9B7500;
	background: transparent;
	border-bottom: 1px dotted #9B7500;
    font-size: 0.7em;
    text-align: right;
        
}

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

/* Le chapo */

.post-chapo a{ 
	color: #dadfcf;
	font-weight:bold;
	text-decoration:none;
	letter-spacing : 0.5px ;
}

.post-chapo a:visited{
	color: #dadfcf;
	font-weight: normal;
	letter-spacing : 0.5px ;
}

.post-chapo a:hover{
	color: #dadfcf;
	text-decoration:underline;
}

/* Le billet */

.post{
	margin-bottom: 2em;
    border: solid 2px #333;
    background: transparent;
    padding: 0px 5px 0px 5px;
	-moz-border-radius: 4px;
}

.post-content{
	text-align: justify;
}

.post-content a{
	color: #dadfcf;
	font-weight:bold;
	text-decoration:none;
	letter-spacing : 0.5px ;
}

.post-content a:visited{
	color: #dadfcf;
	font-weight: normal;
	letter-spacing : 0.5px ;
}

.post-content a:hover{
	color: #dadfcf;
	text-decoration:underline;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

/* Les commentaires et trackbacks */

.cachediv { /* Ce style CSS ne dois pas être enlevé, sinon le div commentaire ne se cachera pas ... */
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	position: absolute;
}

.post-info-co{
	text-align: right;
    font-size: 0.8em;
	background-repeat:repeat-x;
	background-position:bottom;
	background-image:url(img/fond-billets.gif);
	margin-right: -5px;
	margin-left: -5px;
	padding: 0 5px 0 5px;
        
}

.post-info-co a{
        text-decoration: none;
		color: #777777;
}

#trackbacks, #comments {
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	margin: 0 0 10px 0;
	-moz-border-radius: 4px;
}

#trackbacks h3, #comments h3 {
	margin:2px 0 0 2px;
}

#comments img {
	margin:0 5px 0 5px;
}

#trackbacks blockquote, #comments blockquote{
	margin: 1em 0;
	padding: 1ex 1em;
}

#c-nom {
	background-color:#R00;
}

/* Les eventulles erreurs */
.error {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	background-color:#333333;
	padding:8px;
	-moz-border-radius: 10px;
}
/* La barre de navigation
--------------------------------------------------------------------------------------------------- */
#sidebar{
	float: left;
	width: 200px;
	padding: 0 0 0 4px;
}

#sidebar div{
	color: inherit;
	margin: 10px 0 0 0;
	padding: 10px 2px 5px 2px;
	border-top:2px solid #333;
	border-right:2px solid #333;
	border-left-width:0px;
	border-bottom-width:0px;
    -moz-border-radius: 4px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.7em;
	text-indent:4px;
	line-height: 12px;
}

#sidebar h2, #sidebar h3{
	color: #FFF;
	margin: 0 0 1ex 0;
}

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

#note{
  font-size: 0.8em;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #dadfcf url(img/q.png) no-repeat 4px center;
	font-family:"Courier New", Courier, mono;
}

#b {
	background-color:#dadfcf;
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #666;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #ddd;
}

#sidebar div#calendar table td a{
	display: block;
	background: #dadfcf;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #fff;
	color: #000;
}

#pied {
	text-align:center;
	font-size: 0.8em;

}

#pied img {
	margin:5px 0 0 0;
	border: 0;
}


/* Le pied de page
--------------------------------------------------------------------------------------------------- */
#footer{
	/*padding: 1ex 1em 1ex 1em;
	margin : 0;*/
	clear: both;
	margin: 0;
	padding:0 4px 4px 0;
	color: #9B7500;
	text-align:right;
}

#footer a{
	color: #9B7500;
	text-decoration:none;
}

#footer a:hover{
	color: #c30;
}
