@import "layout.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 *****
 *
 * Author:
 *  Maurice Svay  http://www.svay.com/web/dotclear/
 */

/*
* La feuille de style définit les styles suivant:
* - Style général
* - Page
* - Top
* - Contenu
* - Sidebar
* - Footer
* La disposition des blocs se trouve dans une feuille
* de style séparée, layout.css
*/

/* Style général
********************************************/
body{
	
	background: #FFF url(img/fondsite.jpg) repeat;
	color: #000;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	
	/*border-top: 40px solid #DDD;*/
}

pre {
	border: 1px solid #CCC;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: auto;
	width: 100%;
}

html>body pre {
	overflow: auto;
	width: auto;
}

acronym, abbr{
	border-bottom: 1px dotted;
	cursor : help;
}

a{
	color: #769908;
	background: transparent;
	text-decoration:none;
}

a[hreflang]:after{
	content: "\0000a0(" attr(hreflang) ")";
	color: #769908;
	background: transparent;
}

a:visited{
	color: #769908;
	background: transparent;
}

a:hover{
	color: #646256;
	background: transparent;
	text-decoration:none;
}

a img{
	border: 0;
}

fieldset{
	border: none;
	width: 100%;
	
}

label{
	cursor: pointer;
	cursor: hand; /* pour IE */
}


input.submit {
border: 1px solid #646256;
background-image: url(img/fondbt.jpg);
color: #fff;
font-family : Verdana,Arial,Helvetica,sans-serif;
font-size : 10px;
margin-top:2px;



}

input, textarea{
border: 1px solid #ABA78E;
background: #DDD9C0;
color: #333;
font-family : Tahoma,Arial,Helvetica,sans-serif;
font-size : 10px;
padding:0;

SCROLLBAR-FACE-COLOR: #E7E2CC;

SCROLLBAR-SHADOW-COLOR: #E7E2CC;

SCROLLBAR-ARROW-COLOR: ABA78E;
SCROLLBAR-TRACK-COLOR: #E7E2CC;


}

C6CADC



/* 
Classes spéciales pour insérer des images par exemple 
Les élements rendus "flottants" avec ces classes ne
dépassent pas du billet grâce à la classe .post-info-co
*/
.right{
	float: right;
	margin-left: 1em;
}

.left{
	float: left;
	margin-right: 1em;
}

/* Page
********************************************/
#page{
	background: url(img/fdli.jpg) repeat;
}

/* Top
********************************************/
#top{
	color: #09F;
	background: #FFF url(img/top.jpg) no-repeat;
	height:219px;
	
	}

#top h1{
	margin: 0;
	line-height: 100px;
	padding-left: 30px;
}

#top h1 a{
	text-decoration: none;
	color: #09F;
	background: transparent;
}

#prelude{
	color: #DDD;
	background: transparent;
	text-align: left;
	padding-right: 10px;
}

#prelude a{
	color: #DDD;
	background: transparent;
	text-decoration: none;
}

#prelude a:hover{
	color: #999;
	background: transparent;
}

/* Contenu
********************************************/
#content{
	line-height: 1.6em;
}

.day-date{
	padding-bottom: 5px;
	border-bottom:1px dashed #ccc;
	color: #999;
}

.post{
	
	margin-left:25px;
	margin-right:25px;
	/*border:1px solid #D3D6E0;*/
	padding-top:0px;
	

}
/*.post h2{
	
	margin-left:0px;
	border:1px solid #D3D6E0;
	padding-top:2px;
	font-size:18px;
	color:769908;
	background: #FFF url(images/feu.jpg) no-repeat;
	padding-left:0px;
	height: 34px ;
	padding-top:12px;
	font-family :  Tahoma,Arial,Helvetica,sans-serif;
	
	

}*/

.post-title{
	color: #b77140;
	padding-left: 25px;
	background: transparent url(images/feu.jpg) no-repeat left center;
	margin-bottom: 0;
	font-size: 14px;

}

	.post-title a{
		color: #b77140;
		background: transparent;
		text-decoration: none;
	}



#content ul li{
	list-style-image: url(img/li.png);
	
}

#content h2{
	
	padding-left: 28px;
	color: #9F9A84;
	background: transparent url(img/h2.png) no-repeat left center;
	padding-top: 10px;
	font-size:10px;
	font-style: italic;
	font-family: Arial,sans-serif;
	height:28px;
	margin-top:4px;
	
	
	
}



#content h2 a{
	color: #8E99AD;
	/*background: transparent;*/
	text-decoration: none;
	
	
}


#content h3, #content h4, #content h5, #content h6{
	color: #666;
}

.post-info{
	padding-left: 18px;
	color: #999;
	margin-top: 0;
}

.post-info span{
	display: none;
}

.post-info a{
	color: #666;
	background: transparent;
	border-left: 1px solid #CCC;
	padding-left: 0.5ex;
	text-decoration: none;
}

.post-content p{
	text-align: justify;
	
}

.post-content img{
	max-width: 510px;
}

.post-info-co{
	clear: both;
	text-align: right;
}

.post-info-co span{
	display: none;
}

.post-info-co a, .post-info-co a:visited{
	text-decoration: none;
	color: #666;
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
}

.post-info-co a:hover{
	color: #333;
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
}

.comment-info{
	margin-bottom: 0;

}

#comments blockquote, #trackbacks blockquote{
	margin: 0;
	padding: 0 1em;
	text-align: justify;
	border: 1px dotted #CCC;
}

.field label{
	display: block;
}

/* Sidebar
********************************************/
#sidebar div{
	color: #ff0000;
}

	#sidebar div ul{
		margin: 0;
		padding: 0;
		}

#sidebar li{
	
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:10px;
	display:block;
	text-align:left;
}
#sidebar li:hover{
	
}

#sidebar2 div{
	color: #ff0000;
}

#sidebar2 a {
	color: #ff0000;
}

#sidebar2 a:hover {
	color: #000000;
}


	
	
	
	







#calendar h2{
	text-align: left;
}

#calendar table{
	margin: 0 auto;
	font-size: 0.8em;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar abbr{
	border-bottom: none;
}

#calendar th{
	border-bottom: 1px solid #CCC;
}

#calendar a{
	color: #FF009A;
	background: transparent;
	font-weight: bold;
}

#search #q{
	border: 1px solid #6A7382;
	background: #FFF url(img/search.png) no-repeat 4px;;
	padding-left: 20px;
	padding-right:0px;
	font-size:12px;
	


}

.search {
	
	display:block;
	background: #FFF url(img/menu4.jpg) repeat-y;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-top:0px;
	

}




#selection h2{
	color: #333;
}

/* Footer
********************************************/
#footer{
	background: #fff url(img/footer.jpg) no-repeat;
	height:85px;
	margint-top: 45px;
	padding-top: 45px;
	

	
	
	

}

#footer ul {

	
	padding-left:8px;
	


}

#footer ul li {

	display:inline;

	padding-left:4px;
	padding-right:4px;
	border-right:2px solid #646256;

}

#footer a{
	color: #A3C049;
	text-decoration: none;
	margint-top: 0px;
	padding-top: 0px;

	

}
#footer a:hover{
	color: #ABA78E;
	text-decoration: none;
}



#ligne{
background: #FF0000;

	

}





#menugeneral {

	position:left;

	font-size:12px;

	height:26px;
	
	background: url(img/barre.jpg) repeat-x;

	margin-left:0px;
	margin-right:0px;
	border-bottom: 1px solid #ABA78E;

	

}

#menugeneral ul {

	margin:0;

	padding:0;

}

#menugeneral ul li {

	display:inline;

	margin:0;

	padding-left:0px;

}
#menugeneral a {

	float:left;
	border-right:1px solid #ADA990;
	text-decoration:none;

	font-weight:bold;

	height:26px;

	background-repeat: repeat;

	text-align: center;

	
	padding-top: 4px;
	
	padding-right: 15px;

	padding-bottom: 0px;

	padding-left:15px;

	color:#fff;


}

#menugeneral a:hover {

	

	

	color:#ADA990;


}

#error{
font-size: 10px;
font-family: Verdana,Arial, Helvetica, sans-serif;
	
	

}

#pourcent{
height:100%;


}


