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



@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: "Trebuchet MS", sans-serif;
	border-top: 10px solid #DDD;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

a img{
	border:none;
}

pre, code{
	font-size: 1em;
	color : #000066;
}

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 #999;
}

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

a, a:visited{
	color: #CC9900;
	background: transparent;
	text-decoration: none;
}

p, li{text-align:justify;}

a:hover{
	color: #ADC500;
	text-decoration: underline;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.jpg) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */


#top {
	
	height: 120px;
	background: #FFF url(img/top.jpg) no-repeat left top;
}

#top h1 {
		
}

#top h1 a{
	display: block ;
	position: relative ;
	top: 40px ;
	left: 50px ;
	width: 190px ;
	height: 65px ;
	text-decoration: none;
}

#top h1 a span
{
	display: none ;
}
/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a, #prelude a:visited{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}
/* Le pagination et le menu
-------------------------------------------------------- */
.pagemenu {
	font: 0.9em;
	margin: 0;
	padding:1px 0 2px 0;
	text-align:left;
	border-bottom: 1px solid #FFD62F;
}
.pagenav {
	font: 0.9em;
	margin: 1px 0 0px 0;
	padding:1px 0 1px 0;
	text-align:right;

}

p.pagemenu a, p.pagenav a, p.pagemenu a:visited, p.pagenav a:visited, p.pagenav strong{
	background : #E8EFB9;
	color: #493;
	padding: 2px  5px;
	text-decoration: none;
	font-weight: bold;
}

p.pagemenu a:hover, p.pagenav a:hover {
	background:#ADC500;
	color:#CC9900;
	text-decoration: none;
}

p.pagenav strong ,p.pagenav i , p.pagenav i a, p.pagenav i a:hover, p.pagenav i a:visited, p.pagemenu strong, p.pagemenu strong a, p.pagemenu strong a:hover, p.pagemenu strong a:visited{
	background: #E9E9E9 ;
	font-style: normal;
	color: black;
}

/*p.pagemenu strong, p.pagemenu strong a, p.pagemenu strong a:hover, p.pagemenu strong a:visited {
	background: #E9E9E9 ;
	color: black;
}
*/


/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 40px;
	margin-left: 0;
	height :30px;
	color: #888;
	background: transparent url(img/roue25.jpg) no-repeat left center;
	font-style: italic;
}

.post-title{
	padding-left: 30px;
	margin-left: 0;
	color: #ADC500;
	background: transparent url(img/roue20.jpg) no-repeat left center;
	padding-bottom: 4px;
	margin-bottom: 0;
	border-bottom: 1px solid #FFD62F;
}

.post-title a, .post-title a:visited{
	color: #CC9900;
	background: transparent;
	text-decoration: none;
}

.post-title a:hover{
	color: #ADC500;
}

.post-info{
	text-align: right;
	margin-top: 0;
	font-size: 0.9em;
	font-weight:bold;
	color: #808080;
	background: transparent;
	padding-bottom: 1ex;
}

.comment-info{
	text-align: left;
	margin: 0;padding: 0;
	font-size: 0.9em;
	height:42px;
	color: #808080;
	background: transparent url(img/adith.jpg) no-repeat left bottom;
}

.post-content, .post-chapo{
	text-align: left;
	font-size: 1.1em;
}

.post-content ul, .post-chapo ul {
	 list-style-image: url(img/rond.jpg);
}

/*.post-content ul li, .post-chapo ul li{
	 color: #AEC400;
}*/

.post-content ul ul li, .post-chapo ul ul li{
	 color: #000;
}

.post-content ul p, .post-chapo ul p{
	 color: #000;
}

.post-content h1 {
	font-size: 1.2em;
	color: #AEC400;
}
.post-content h2 {
	font-size: 1em;
	color: #AEC400;
}

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

.post-info-co{
	padding-right : 5px;
	text-align: right;
	background: transparent url(img/barre.jpg) no-repeat left center;/* +dav */
	color:#CC9900;
}

.post-info a, .post-info a:visited,.post-info-co a, .post-info-co a:visited, .post-chapo a, .post-chapo a:visited/*, .post-content p a, .post-content p a:visited*/{
	color: #CC9900;
	background: transparent;
	text-decoration: none;
}

.post-info a:hover, .post-info-co a:hover, .post-chapo a:hover, /*.post-content p a:hover*/{
	color: #ADC500;
	text-decoration: underline;
}

.report a, .report a:hover{
	padding-left: 23px;
	margin-left: 0px;
	background: transparent url(img/report.png) no-repeat left center;
	border: none;
}

.right {
	float:right;
}

.left {
	float:left;
}

.center {
	text-align:center;
}

.justify {
	text-align:justify;
}

#trackbacks, #comments {
	font-size: 1em;
	color: #808080;
	background: transparent;
}

#trackbacks p, #comments p{
	margin: 0; padding:0;
	font-size: 0.9em; 
	color: #808080;
}

#trackbacks blockquote, #comments blockquote{
	background: #E9E9E9 url(img/aditb.jpg) no-repeat left bottom;/* +dav */
	margin:0 0 1em 0;
	padding:1ex 1em;
}

#trackbacks h5, #comments h5{
	padding-left : 5px;
	color : #ADC500;
	background: transparent url(img/barre.jpg) no-repeat left center;/* +dav */
}

#trackbacks a, #trackbacks a:visited,#comments a, #comments a:visited{
	color : #CC9900;
	text-decoration:none;
	font-weight:bold;
}

#trackbacks a:hover, #comments a:hover{
	color : #ADC500;
	text-decoration:underline;
}
/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	background: #E9E9E9 ;
	color: inherit;
}

#sidebar div a, #sidebar div a:visited{
	font-size: 0.9em;
	color: #808080;
	font-weight:bold;
	text-decoration:none;
}

#sidebar div a:hover{
	text-decoration:underline;
}

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

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

#sidebar h4{
	font-size: 0.8em;
	font-weight:bold;
	color: #CC9900;
	display:inline;
	
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#menu {
	background: #E9E9E9 url(img/side_bar_top.png) no-repeat left top;
}

#sidebar div#stat {
	background:  #E9E9E9 url(img/side_bar_top.png) no-repeat left top;;
	font-size: 0.8em;
}

#sidebar div#search{
	background: #E9E9E9;
	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#annonce h2{

	/*margin-left: -2px;
	padding-left: 0px;
	*/text-align: left;
}
#sidebar div#annonce p{

	/*margin-left: -2px;
	padding-left: 0px;
	*/text-align: center;
}

#sidebar div#parrainage{
	text-align: center;
}

#sidebar div#calendar{
	background: #E9E9E9 ;
}

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

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

#sidebar div#calendar table td a:hover{
	background: #ADC500;
	color: #CC9900;
}

#sidebar div#licence {
	background: #E9E9E9 url(img/side_bar_bottom.png) no-repeat left bottom;/* +dav */

}


#sidebar div#licence p {
	font-size: 0.8em;
	
}

#sidebar div#syndicate span{
	font-size: 0.8em;
}

/*#sidebar div#rotator {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}*/


#sidebar div#rotator #player{
	background: #f4f4f4;
	border: 1px solid #949494;
	padding: 3px 2px 2px 3px;
	margin-left: auto;
	margin-right: auto;
	width:142px;
	height:102px;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em 1em 0 1em;/*0;*/
	text-align:center;
	background: #EEE url(img/page_bottom.jpg) no-repeat left top;/* +dav */
	color: #666;
}

#footer a{
	color: #999;
}

#block3 {
	margin-top : 10px;
}

#fraise{
	text-align: center;
}

/* Info bulle */
/*___________________________________*/
a.info {
   position: relative;
   color: #CC9900;
   text-decoration: none;
   border-bottom: 1px #CC9900 dashed; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
	color: #CC9900; /* pour IE */
	text-decoration:none; /* pour IE */
   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 30px; /* on positionne notre infobulle */
   left: 20px;

   background: white;

   color: #ADC500;
   padding: 3px;

   border: 1px solid #ADC500;
   border-left: 4px solid #ADC500;
}

acronym {
 	position: relative;
   color: #CC9900;
   text-decoration: none;
   border-bottom: 1px #CC9900 dashed; /* on souligne le texte */
}

acronym:hover{
 	background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
	color: #CC9900; /* pour IE */
	text-decoration:none; /* pour IE */
   cursor: help;
}



