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

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

 */

 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	/*font-family: Verdana, arial;*/
	font-family: "Century Gothic",Verdana,Arial;
	font-size : 0.9em;
	background: #E2F3E4;
	padding : 0;
	margin:0;
	background: url(img/body3.jpg) repeat-x top fixed;
}

h1{
	margin : 0;
	font-family: Verdana, arial;
	margin-bottom : 15px;	
	padding-top : 2px;
	padding-bottom : 2px;
	color : white;
}

h1 a{
	text-decoration: none;		
}

h1 a:hover{
	text-decoration: underline;
	color : white;
}

h1 a:visited{
	font-style: normal;
}


h2{
	margin : 0;
	padding-top : 2px;
	padding-bottom : 2px;	
	font-size: 20px;
	margin-bottom : 10px;	
	color : #FF8835;
}

h3{
	padding-top : 2px;
	padding-bottom : 2px;
	color : #5C3901;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
	color : #7E000D;
}

.form-help{
	font-style: italic;
	margin:0;
	padding:0;
}

input,textarea{
	border: 1px solid #BEE357;	
}

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

input[type=submit]{
	background: #C7E76D;
}

input[type=submit]:hover{
	background: #B7DF41;
}
input:hover, textarea:hover{
	background : #CFEB83;
}


ul{
	margin : 0;
	padding : 0;
}


li {
	list-style-type: none;	
}

a{
	text-decoration: underline;
	color : #7E000D;
}


a:hover{
	text-decoration: none;
	color : #678708;
}

a:visited{
	font-style: italic;
}

p {
	margin : 0;
	padding : 0;
	margin-top :15px;
	margin-bottom : 15px;
}
/* La page
-------------------------------------------------------- */
#main {
	margin:0;
	padding : 0;
	width : 1000px;	
}

#page {
	margin:0;
	padding : 0;
	margin-left : auto;
	margin-right : auto;	
	background: url(img/page.png) no-repeat bottom right;	
	width : 1000px;		
}

#content{
	margin : 0;	
	padding:10px;
	width: 510px;
	padding-left:110px;
	padding-right : 110px;
	background: url(img/content.png) repeat-y left top;					
	padding-bottom:0px;
}



/* L'entête
-------------------------------------------------------- */
#top{	
	background: url(img/header3.png) no-repeat top left;	
	text-align: right;
	width : 730px;
	height : 484px;
	
}

#top h1 a{
	margin-left : 250px;	
	color :#65000A;	
	font-family: "Century Gothic", Verdana, Arial;
}

#top h1 a:hover {
	margin-left : 350px;	
	color :#2F661A;	
}
#top h1 {
	color :#65000A;
	padding-top:300px;
	padding-right:10px;
	font-family: "Century Gothic", Verdana, Arial;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	text-align: right;	
	position: absolute;
	width: 1140px;
	top: 7px;
	left: 25%;
	margin: 0 0 0 -390px;	
}

#prelude a {
	color : #2F661A
}


/* ;Le contenu
-------------------------------------------------------- */
.day-date{
	margin : 0;
	margin-left: -25px;
	padding-left : 25px;
	background: transparent;
	font-style: italic;	
	color: #99CB08;
}

.top_post{	
	display : none;
}

.post{
	
	padding:10px;
	margin-top: 2em;	
	margin-left:auto;
	margin-right:auto;	
	border :15px solid #FFD514;
	border-left : #DFB800 15px solid;
	border-bottom : #DFB800 15px solid;
	width:450px;		
	background: #FFF5C9; 
}

.post img{
	margin-left:10px;
	margin-right:auto;	
}

.post-title{
	margin : 0;
	padding : 0;
	margin-bottom : 10px;		
	line-height : 40px;	
}

.post-title img{
	vertical-align: middle;
}

.post-title a{
	margin : 0;
	padding : 0;
	padding-bottom : 2px;
	font-size: 20px;
	font-style: normal;	
	color : #99CB08;
	font-size: 1.2em;
}


.post-info{
	margin-top: 0;
	font-weight: bold;
	background: transparent;
	padding-bottom: 1ex;
	color : #F8CA00;
}

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

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

.post-content img, .post-chapo img{
	border : 1px solid #BDDEC3;
	padding : 3px;
}

.post-content p{
   margin : 0;
	padding : 0;
	margin-top : 20px;
	text-indent: 10px;	
}

.post-chapo{
	text-align: justify;
	font-style: italic;
	padding-right : 40px;
	color : #489923;
}

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

.post-info-co{
	text-align: right;		
}

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

h3#tb, h3#co{
	color : #FFF5C9;
}

#trackbacks, #comments{
	padding : 5px;
	padding-right : 15px;
}


#trackbacks p, #comments p{
	padding : 5px;
}
/* La barre de navigation
-------------------------------------------------------- */

#sidebar{	
	margin : 0;
	padding : 2px;
	float : right;	
	width : 240px;	
	margin-right : 8px;
	padding-top:15px;
   /*border:1px solid red;*/
}

#sidebar div{	
	margin : 0;	
	width : 180px;		
	margin-bottom : 15px;
	margin-top : 35px;
	border-right : 20px solid #8E1300;
	border-left : 20px solid #5C0D00;
	border-bottom : 20px solid #5C0D00;
	border-top : 20px solid #8E1300;
	background: #F8FDE7;	
}

#sidebar div.top_div{
	margin:0;
	padding:0;
	border-bottom : 20px solid #8E1300;
	height:100px;
	width:220px;		
	margin-top : 40px;	
}

#sidebar a {
	text-decoration: none;
	padding:5px;
	display: block;
}

#sidebar a:visited {
	font-style : normal;
}

#sidebar h2{	
	padding-left : 25px;
	color : #378B3F;	
	line-height: 40px;
}

#sidebar ul{
	padding-left : 10px;
	padding-bottom : 12px;
}

#sidebar ul li{	
	font-weight: bold;	
}

#sidebar div#top_search{
	margin-left:25px;
	background: url(img/haut_search.png) no-repeat right top;
	border : none;
}

#sidebar div#search{
	color: inherit;
	line-height: 2.3em;	
	margin-bottom : 15px;	
	margin-left:25px;
	border-right : 20px solid #10A5EF;
	border-left : 20px solid #0C84BF;	
	border-bottom : 20px solid #0C84BF;	
	background: #E8F6FE;	
	border-top :none;
	margin-top : 0;
}

#sidebar div#search h2{
	color : #09628F;
	padding-left:30px;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
	padding-left : 20px;
}

#q{
	padding-left: 18px;	
}

#sidebar div#top_calendar{
	background: url(img/haut_calendrier.png) no-repeat right top;
	border : none;
}

#sidebar div#calendar{	
	margin-bottom : 15px;
	background: #FEE9F4;
	border-right : 20px solid #BF0D6D;
	border-left : 20px solid #A70B5F;	
	border-bottom : 20px solid #A70B5F;	
	border-top :none;
	margin-top : 0;
}

#sidebar div#calendar h2{
	color : #770743;
}

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

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

#sidebar div#calendar a{
	
	background: none;
	text-decoration: underline;
	padding: 0;
	display: inline;
}

#sidebar div#calendar table th{
	background: none;
	line-height: 1.4em;
	text-decoration: none;
}

#sidebar div#calendar table td{
	width: 20px;
	line-height: 1.4em;
}

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

#sidebar p{	
	font-weight: bold;
	padding-left : 10px;
}

#sidebar blockquote{
	margin:0;
}

#sidebar div#links{
	margin-left:20px;
	background: #F5E7FE;
	border-right : 20px solid #720BA8;
	border-left : 20px solid #520878;	
	border-bottom : 20px solid #520878;	
	border-top :none;
	margin-top : 0;
}

#sidebar div#top_links{
	margin-left:20px;
	background: url(img/haut_links.png) no-repeat right top;
	border : none;
}

#sidebar div#links h2{
	color : #320448;
	padding-left : 59px;
}

#sidebar div#top_archives{
	background: url(img/haut_archives_opt.png) no-repeat right top;
	border : none;
}

#sidebar div#archives{
	background: #FFF1E5;
	border-right : 20px solid #FF7407;
	border-left : 20px solid #D35D00;	
	border-bottom : 20px solid #D35D00;	
	border-top :none;
	margin-top : 0;
}

#sidebar div#archives h2{
	color : #9F4700;
	padding-left : 39px;
}



#sidebar div#syndicate{
	background: #E7FDE9;
	border-right : 20px solid #0BA819;
	border-left : 20px solid #087812;	
	border-bottom : 20px solid #087812;
	border-top :none;
	margin-top : 0;
}

#sidebar div#top_syndicate{
	background: url(img/haut_syndicate.png) no-repeat right top;
	border : none;
}

#sidebar div#syndicate h2{
	color : #04480A;
	padding-left : 29px;
}

#sidebar div#top_categories{
	background: url(img/haut_categories.png) no-repeat right top;	
	border : none;
}

#sidebar #categories{
	border-right : 20px solid #5FD0C4;
	border-left : 20px solid #39C2B4;
	border-bottom : 20px solid #39C2B4;	
	background: #EBF9F8;		
	margin-bottom : 15px;
	border-top :none;
	margin-top : 0;
	}

#sidebar div#categories h2{
	color : #27867E;
	padding-left : 30px;
}

#sidebar div#categories ul{
	padding:0;
	margin-left: none;
	width : 180px;	
}

.catimage { 
	
	border:none; 	
	padding-left:2px;
	padding-right:5px;
	vertical-align: middle;
}

img.catimage{
	margin:0;
	margin-left:0px;	
}



/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin:0;
	padding:0;
	clear: both;	
	width : 1000px;	
	height : 209px;
	background: url(img/footer.png) no-repeat bottom left;
	text-align: left;		
	color : black;
	padding-top:0.1px;	
}

#dcday{
	padding-top:40px;	
	width : 260px;	
	float : right;
}

#dcday ul{	
	margin-left:5px;
}

#dcday li{
	color : #FFF5C9;	
	background: url(img/naissance_vert.png) no-repeat left center;
	list-style: none;
	height:70px;
	padding-top:25px;
	padding-left : 70px;
	font-weight: bold;
}

#dcday li span.dday_text {
	color : #7E000D;		
	font-weight: normal;
	padding-top:5px;
	display: block;
}

.dday{
	margin:0;	
	padding:0;	
}

#footer p{
	margin-left:130px;
	margin-top:80px;
}

#footer img{
	padding: 0;
	margin : 0;
	border : 1px solid black;
}

#end{
	margin-left: auto;
	margin-right: auto;
}

span#dotclear {
	display: block;
	float : right;
}

#clear {
	display:none;
}
