@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: #EEE;
	color: #fff;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 10px solid #DDD;
    background-color: #eee; }
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: #bdbb00;
	background: transparent;
	text-decoration: none;
}
a[hreflang]:after{
	content: "\0000a0(" attr(hreflang) ")";
	color: #93a085;
	background: transparent;
}
a:visited{
	color: #93a085;
	background: transparent;
}
a:hover{
	color: #93a085;
	background: transparent;
	text-decoration: underline;
}
a img{
	border: 0;
}
fieldset{
	border: none;
}
label{
	cursor: pointer;
}
input[type=text], textarea{
	border: 1px solid #AAA;
}
input[type=text]:focus, textarea:focus{
	border: 1px solid #666;
}
textarea{
	width: 98%;
}
/* 
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: #FFF url(img/page.png) repeat-y;}
/* Top
********************************************/
#top{
	color: #bdbb00;
	background: url(img/top.jpg) no-repeat;
}

#top h1{
	margin: 0;
	line-height: 100px;
	padding-left: 30px;
	font-weight:bold;
	}
#top h1 a{
	text-decoration: none;
	color: #09F;
	background: transparent;}
#prelude{
	color: #bdbb00;
	background: #000;
	text-align: right;
	padding-right: 30px;}
#prelude a{
	color: #bdbb00;
	background: transparent;
	text-decoration: none;}
#prelude a:hover{
	color: #93a085;
	background: transparent;
}

/* Contenu
********************************************/
#content{
	line-height: 1.6em;
}
.day-date{
	font-size:18px;
	padding-bottom: 5px;
	background: #bdbb00 url(img/day-date.png) repeat-x left bottom;
	color: #fff;
	background-color:#bdbb00;
	font-weight:bold;
}
.ligne-sep {
	padding-bottom: 3px;
	background: transparent url(img/day-date.png) repeat-x left bottom;
	color: #bdbb00;
	font-weight:bold;
	font-variant:small-caps;

}

.ligne-sep a:{
	font-color: #bdbb00;
	font-weight:bold;
}
.ligne-sep a:hover{
	color: #fff;
	font-weight:bold;
	text-decoration:overline;
	background-color: #bdbb00;
}
.ligne-sep a:visited{
	color: #fff;
	font-weight:bold;
	text-decoration:overline;
	background-color: #bdbb00;
}
.post{
	margin-bottom: 4em;
}
#content ul li{
	list-style-image: url(img/li.png);
}
/* Titre page accès privé */
#content h1 {
	padding-bottom: 3px;
	padding-top: 3px;
    color: #fff;
	background-color: #93a085;
	text-decoration: none;	
	font-variant:small-caps;
}
/* titre article */
#content h2{
	font-size:18px;
	color: #fff;
	font-variant:small-caps;
}
#content h2 a{
	color: #fff;
	background-color: #93a085;
	text-decoration: none;
}
#content h2 a:hover{
	text-decoration: underline;
	}
	
/* titre rubrique et sous rubrique */
#content h3 {
	padding-bottom: 3px;
	padding-top: 3px;
	font-size:24px;
	color: #fff;
	background-color: #bdbb00;
	text-decoration: none;	
	font-variant:small-caps;
	}
#content h4, #content h5, #content h6{
	color: #93a085;
	background-color: #fff;
	text-decoration: none;	
	font-variant:small-caps;
}
/* descriptif article*/
.descriptif{
	font-style:italic;
	color:#bdbb00;
	text-align:justify;
	}




.post-info{
	padding-left: 0px;
	color: #93a085;
	margin-top: 0;
	font-size: 8pt;
}
.post-info span{
	display: none;
}
.post-info a{
	color: #93a085;
	border-left: 1px solid #CCC;
	padding-left: 0.5ex;
	text-decoration: none;
}
.post-content p{
	text-align: justify;
}
.post-content img{
	max-width: 470px;
}
.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: #bdbb00;
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
}
.post-info-co a:hover{
	color: #bdbb00;
	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;
}
.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}
.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}
.spip_documents_left{
	align: left;
	margin-right: 15px; 
	text-align: center;
}
.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}
.spip_logos {
	float: left;
	border-right: 10px solid #fff;
}
.breves_spip_logos {
	float: left;
	border-right: 10px solid #fff;
}
/*syndication de site, pages rubriques, sites ....*/
#syndic {
color: #000;
}
#syndic a{
	color: #000;
}
#syndic ul li ul li a{
	color: #bdbb00;
	background: transparent; 
	text-decoration : none;
}
#syndic a:hover{
	color:  #bdbb00;
	background: transparent; 
	text-decoration : underline;
}

#syndic ul{
	margin-bottom: 10px;
	margin-left: -15px;	
}
#syndic ul li{
	list-style :url(img/linkscat2.png);
}
#syndic ul li ul li{
	list-style: url(img/li2.png);
}
#syndic2 {
color: #000;
}
#syndic2 h2{
color: #000;
background: transparent url(img/linkscat2.png) no-repeat left bottom;
}
#syndic2 a{
	color: #000;
}
#syndic2 ul li a{
	color: #666;
	background: transparent; 
	text-decoration : none;
}
#syndic2 a:hover{
	color:  #bdbb00;
	background: transparent; 
	text-decoration : underline;
}
#syndic2 ul{
	margin-bottom: 10px;
	margin-left: -15px;	
}
#syndic2 ul li{
	list-style: url(img/li2.png);
}
/* Menu
********************************************/
#sidebar div{
	color: #666;
	background: transparent;
}
#sidebar h1 {
	background: transparent url(img/logoAgenda0.gif);
}
#sidebar h2{
	margin: 0;
	padding: 5px;
	color: #666;
	background: transparent url(img/sidebarh2.png);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
}
#sidebar h3{
	padding-left: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	background: transparent url(img/linkscat.png) no-repeat left center;
}
#sidebar a{
	color: #666;
	background: transparent;
	text-decoration: none;	
	font-variant:small-caps;
}
#sidebar a:hover{
	color: #fff;
	background: #bdbb00;
}
#sidebar a.home{
	color: #fff;
	background: #bdbb00;
}
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
#sidebar ul li{
	padding: 5px 0;
}
#sidebar ul li a{
	display: block;
}
/* agenda */
#calendar{
	text-align: justify;	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
#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: #666;
	background: transparent;
	font-weight: normal;
}
#calendar a:hover{
	background-color: #bdbb00;
    color: white; }
#search {
	background: #bdbb00 url(img/search.png) no-repeat 2px;
	padding-left: 14px;
}
   
#selection h2{
	color: #bdbb00;
}
.txt-breves {
    font-size: 8pt;
	text-align: justify;
}
.title-breves {
    font-size: 10pt;
	text-align: left;
	padding-left: 14px;
	color: #fff;
	background-color:#93a085;
	background: #bdbb00 url(img/title-breves.png) no-repeat left top;
}
/* Footer
********************************************/
#footer{
	background: #FFF url(img/footer.jpg) no-repeat;
	color: #999;
	text-align: center;
}
#footer a{
	color: #93a085;
	background: transparent;
	text-decoration: none;
}
#footer a:hover{
	color: #93a085;
	text-decoration: underline;
}
#footer a:visited{
	color: #bdbb00;
}
