/* ***** 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):
 *  Lucie Bombled d'après Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	margin: 0px;
	padding:0px;
	background: #000000 url(img/fondpt.jpg) repeat left top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
}

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

h1{font-weight:bold;
	font-size:1em;
	color:#014948;}
h2{font-size:0.8em;
color:#666;
font-weight:100;
margin-top:4;
padding-top:0;
text-align:left;}
h3{font-size:0.9em;
color:#014948;
font-weight:bold;
	padding:10px 50px 0px 30px;

text-align:left;}
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 #CCC;
}

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

a{
	color: #666;
	
}

a:visited{
	color: #666;
}

a:hover{
	color: #014948;
}
p{
		padding:0px 50px 0px 30px;
		font-size:0.8em;
}
.left{
	float: left;
	margin-right: 1em;
}

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

/* La page
-------------------------------------------------------- */
#page{
	background: transparent url(img/entetefondnoir.gif) no-repeat;
	background-position: top center;
	color: inherit;
	height:539px;
	display:block;
	position: relative;
     margin-left: auto;
     margin-right: auto;
}
 


/*blob blog*/

#blocblog{
	display:block;
	position: relative;
	 top:160px;
	 left:90px;
	 width:850px;
}
.bloghaut{

	background:url(img/hautvert.gif) no-repeat top left;
	height:28px;
	width:680px;
	clear:both;
}

.blogmilieu{
	background:url(img/milieuvert.gif) ;
	background-repeat: repeat-y;	
	width:850px;
	margin-top:-6px;
	position:absolute;

}
.blogbas{
	background:url(../img/basvert.gif) no-repeat bottom left;
	width:680px;
	height:28px;
}



#btnblog {
	display:block;
	position: relative;
	width:84px;
	left:460px;
	float:left;
	margin-bottom:-3px;
}
#btnsite a {
display:block;
position: relative;
width:84px;
left:480px;
float:left;
margin-bottom:-3px;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	background:url(img/bloc_date.gif) no-repeat top right ;
	width:66px;
	height:52px;
	position:relative;
	display:block;
	left:30px;
	top:10px;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
	padding:9px 4px 4px 7px;
	float:left;
	
}
.date { /* date */

	text-align: center;
	background:url(img/bloc_date.gif) no-repeat top right ;
	width:66px;
	height:52px;
	position:relative;
	display:block;
	left:15px;
	top:15px;
	padding:2px 4px 4px 7px;
	float:left;
	color:#FFFFFF;
}

.date_day { /* jour */
	display: block;
	font-size: 1.5em;
	text-align: center;
	font-weight:bold;
	line-height:0.9em;
}
.date_month { /* mois */
	display: block;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
		line-height:0.9em;
}

.date_year { /* annee */
	display: block;
	font-size: 1.1em;
	font-weight:bold;
		line-height:0.9em;
}

.posthaut{

	background:url(img/hautbloctxt.gif) no-repeat top right;
	height:70px;
	width:525px;
	clear:both;
		display:block;
	position: relative;

}

.postmilieu{
	background:url(img/milieubloctxt.gif) repeat-y top right ;
	width:525px;
	margin-top:-6px;
	display:block;
	position: relative;

	}

.posttxt{
	color:#333333;
	font-size:0.7em;
	font-weight:100;
	padding:10px 30px 10px 30px;

}

.postbas{
	background:url(img/basbloctxt.gif) no-repeat bottom right;
	width:525px;
	padding-bottom:0px;
	height:79px;
	clear:both;
	margin-bottom:40px;
		display:block;
	position: relative;
	margin-top: -15px;

}

#blocdroite1{
	background:url(img/blocdroite1.gif) no-repeat top right ;
	width:223px;
	height:207px;
	position:relative;
	display:block;
	left:150px;
	margin-bottom:40px;
	top:13px;

}
#blocdroite2{
	background:url(img/blocdroite2.gif) no-repeat top right ;
	width:223px;
	clear:both;
	height:194px;
	position:relative;
	display:block;
	left:150px;
	margin-bottom:40px;
	top:13px;
}
#blocdroite3{
	background:url(img/blocdroite1.gif) no-repeat top right ;
	width:223px;
	height:207px;
	position:relative;
	display:block;
	left:150px;
	margin-bottom:40px;
	top:13px;

}
#blocdroite4{
	background:url(img/blocdroite2.gif) no-repeat top right ;
	width:223px;
	clear:both;
	height:194px;
	position:relative;
	display:block;
	left:150px;
	margin-bottom:40px;
	top:13px;
}
.blocdate {
	background:url(img/bloc_date.gif) no-repeat top right ;
	width:66px;
	height:52px;
	position:relative;
	display:block;
	left:30px;
	top:10px;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
	padding:9px 4px 4px 7px;
	float:left;
	
}
.bloctitre {
	position:relative;
	display:block;
	left:35px;
	top:0px;
	height:70px;
	padding:9px 4px 4px 7px;
	width:435px;
}
.post-title{
	font-weight:bold;
	font-size:1em;
	color:#014948;
	line-height:0.8em;
}

.post-title a{
	text-decoration: none;
	font-weight:bold;
	font-size:1em;
	color:#014948;
	margin-top:4px;
}
.post-title a:hover{
	text-decoration: underline;

}


.post-info{
	font-size:0.7em;
color:#333;
font-weight:100;

padding:0;
text-align:left;
line-height:0.8em;
}

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

.post-content{
	text-align: left;
	color: #666;
	font-size:0.9em;
	padding:10px 50px 10px 30px;
}

.post-content blockquote{
		padding:10px 50px 10px 30px;
}


.post-info-co{
	text-align: right;
	margin-right:10px;
	padding-top:30px;
}
.post-info-co a{
	text-align: right;
	color: #666;
	font-size:0.8em;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #CCC;
	margin: 1em 0;
	padding: 1ex 1em;
}



/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #014948;
	margin: 0 0 1ex 0;
	font-weight:bold;
	font-size:1em;
	text-align:center;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}
#sidebar a{
	font-size: 0.8em;
	padding-left:20px;
}
#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

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

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#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: #493;
	background: transparent;
}

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

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

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	color: #FFF;
	background:url(img/basvert.gif) no-repeat bottom left;
	width:680px;
	height:28px;
	text-align:center;
}

#footer a{
	color: #FFF;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
text-decoration:overline;
text-decoration:underline;
}