/* @override 
	http://www.ardeche-cascade.com/dotclear-1271/themes/cascade03/style.css
	http://www.ardeche-cascade.com/dotclear-1271/themes/cascade05/style.css
*/

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

html, body{
	margin: 0;
	padding: 0;
	text-align: left;
}

*{
	margin:0;
	padding:0;
}

body{
	background: #41c9ee;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

p{
	margin-bottom:1em;
	}

h1, h2, h3, h4, h5, h6{
	margin-bottom:1em;
	letter-spacing:-0.075em;
	
}

h1{font-size: 2.0em;}
h2{font-size: 1.6em;font-weight:bold;}
h3{font-size: 1.6em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

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

pre{
	padding:20px;
	margin:0 -20px;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #FFF;
	background:none;
}

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

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

a:visited{
	color: #99FF00;
}

a:hover{
	color: #99FFFF;
}

ul, ol{
	padding-left:40px;
	margin-bottom:1em;
}

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

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

hr{
	height: 0;
	margin: -1.2ex 0;
	padding: 0;
	border: 0;
	clear: both;
	visibility: hidden;
}

.error{
	padding:5px;
	background: #990000;
}

a img{
	border:none;}

/* La page
-------------------------------------------------------- */
#page{
	background: url(img/ardeche_cascade_fond.jpg) left top no-repeat #41c9ee;
	width: 1000px;
	padding: 0 500px 0 0;
	color: inherit;
}

#main{
	color:#FFF;
	padding:0 0 0 138px;
}

div.post {
	padding-top: 20px;
}

#prelude{
	width:1500px;
	margin:0;
	background:#333333;
	color:#999999;
	text-transform:uppercase;
	text-align:center;
	font-size:0.8em;
	}

#prelude a{
	color:#999999;
	}

#prelude a:hover{
	color:#FFF;
	}


#accueil, #billet, #listebillets, #contactus{
	min-height:670px;
	padding:0;
	margin:0;
	clear: left;
}

#accueil,#contactus{
	background:url(img/ardeche_cascade_accueil.jpg) top left no-repeat;
}
	
#billet {
	background:url(img/ardeche_cascade_billet.jpg) top left no-repeat;
}

#billet .sidebar{
	padding: 220px 0 0 0;
	width: 440px;
	}

#listebillets {
		background:url(img/ardeche_cascade_liste.jpg) top left no-repeat;
}

.content, #contactform{
	float:left;
	width:400px;
	}

#contactform textarea{
	width:330px;
	}
	
#contactus .sidebar{
	padding-top:310px;
	}

.sidebar{
	padding: 0 40px 0 0;
	float: right;
	width: 380px;
	font-size:0.8em;
}

 
/* L'entête
-------------------------------------------------------- */
#top{
	margin: 0;
	height: 130px;
	/*padding-top: 20px;*/
}

#top h1{
	height:90px;
	margin:0;
	width: 550px;
	text-indent: -5000px;
}

#top h1 a{

	border:none;
	display:block;
	height: 90px;
	text-decoration: none;
	color: #000;
}

#topmenus{
	padding: 0;
	margin: 19px 0 0 0;
	float:right;
	width:410px;
	}

#topmenus ul{
	margin:0 15px 0 0;
	padding: 0;
	list-style:none;
	float:left;
	width:130px;
}

#topmenus li{
	font-size: 0.85em;
	line-height: 1.3em;
	}

#topmenus li a{
	color: #b7e209;
	text-transform:uppercase;
	margin:0 0 0 4px;
	font-weight: bold;
	padding:0 0 0 4px;
	}

#topmenus li a:hover{
	color:#FFF;
	border-left:4px solid #FFF;
	margin-left:0px;
	}

#topmenus #contactlink{
	margin-top: 1em;
}

#topmenus #contactlink a{
	font-size: 1.2em;
	margin-top: 1em;
}

#categories {
	float:left;
	width: 550px;
	text-align:right;
	margin-bottom: 0;
	padding-left: 0;
}

#categories h2{	
	display:none;}

#categories li{
	list-style:none;
	float:right;
	margin-left:4px;}
	
#categories li a{
	color: #FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.85em;
	margin-left:4px;
	padding-left:4px;
	}

#categories li a:hover{
	color: #CCFFFF;
	border-left:4px solid #CCFFFF;
	margin-left:0px;
	}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	display:none;
	padding-left: 20px;
	margin-left: -25px; 
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	font-size:3.0em;
	line-height:1.1em;
	padding:0;
	margin:0;
	width:240px;
	float:left;
}

.post-title a{
	line-height:1.1em;
	color: #FFF;
	text-decoration: none;
}

.post-title a:hover{
	color:#FFF;
	border-bottom: 1px #FFF solid;
	}

.post-info{
border-right:4px #FFF solid;
padding:0 5px 0 0;
text-align:right;
font-weight:bold;
font-size:0.8em;
list-style:none;
color:#FFF;
line-height:1.2em;
text-transform:uppercase;
float:right;
width:140px;
}

.post-info .rubrique{
	color:#CCFFFF;
}

.post-info .rubrique a{
	color:#CCFFFF;
}

.post-info li{
	margin:0;
}

.post-info li a{
	color:#FFF;
	text-decoration: none;
}

.post-content, .post-chapo{
	clear:both;
	padding:1em 0 0 15px;
	
}

.post-content a{
	color:#CCFFFF;
	border-bottom:1px dashed #CCFFFF;
}

.post-content a:hover{
	color: #99FFFF;
	border-bottom:1px solid #99FFFF;
}

.post-content img{
	margin:0 0 5px 10px;
}

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

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

.post-info-co a{
	text-align:right;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	background:#FFF;
	color:#0099CC;
	padding:2px 10px;
}

.post-info-co a:hover{
	background:  #CCFFFF;
}


.post-content blockquote a{
	border:none;
}

.post-content blockquote img{
	border:1px #FFF  solid;
}
	
.post-content blockquote a:hover{
	border:none;
}
	
#comments{
	width:390px;
	padding:20px 10px 10px 15px;
	line-height:1.1em;
}
		
	
#addcomments{
	width:390px;
	padding:10px;
	line-height:1.1em;
}

#addcomments input, #addcomments text{
	background: #FFF;
	color: #0099CC;border:none;
}

/* La barre de navigation
-------------------------------------------------------- */
.sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#lastcomments{

	color: #CCFF99;
	line-height:1.7em;
	}

#lastcomments a{
	color:#CCFFFF;
	border-bottom:1px dashed #CCFFFF;
}

#lastcomments a:hover{
	color: #99FFFF;
	border-bottom:1px solid #99FFFF;
}

#lastcomments .infocomment{
	font-weight:bold;
	color: #FFF;
	}

.comment-info{
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	}

.comment-number{
	background:#99CC00;
	display:block;
	margin:0 5px 0 0;
	padding:0.1em 0.1em 0.2em 0.1em;
	width:1em;
	height:1em;
	float:left;
	border:1px solid #FFF;
	text-align:center;
	}


#search{
	text-align:right;
	line-height:1em;
	font-size:1em;
	margin-bottom:300px;
	font-weight:bold;
	text-transform:uppercase;
	color:#b7e209;

}

#q{	width:100px;
	font-size:1em;
	text-transform:uppercase;
	background:none;
	color:#FFF;
	border:1px solid #b7e209;
}

#q:focus{
	background:#b7e209;
	color:#FFF}

#q_rech{
	font-size:1em;
	text-transform:uppercase;
	color: #669900;
	background:#b7e209;
	border:none;
}

#q_rech:hover{
	background:#b7e209;
	color:#FFF;
	}

#connexes, #annexes, #archives, #syndicate, #links {
	display:none;}


/* Le pied de page
-------------------------------------------------------- */
#footer ul{
	list-style:none;
	line-height:1em;
	color: #000033;
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
#footer li{
	float:left;
	}
	
#footer li a{
	padding:5px;
	display: block;
	margin-right:5px;
	text-align:center;
	color: #FFF;
	font-weight:normal;
	}
	
#footer li a:hover{
	color: #99FFFF;
	}	

#footer{
	width:100%;
	height:20px;
	font-size:0.8em;
	background: #0099CC;
	margin: 0;
	padding:0;
	clear:both;
}

/* Table of content
-------------------------------------------------------- */
#toc .post-title {
	float:none;
	font-size:1.2em	}

#toc ul{
	list-style:none;
	}

object{
	display: block;
	overflow:auto;
	max-width:365px;
	text-align:center;
}

object embed{
	display: block;
	max-width:365px;
	}