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

body {
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	font-size : 80%;
	background : #000000;
	text-align: center;
	border-top: #000000 10px solid;
	border-bottom: #000000 10px solid;
}

 @font-face {
        font-family: "Eurostile";
        src: url("http://www.bacheimpression.com/police/X-SCALE_")
      }


/*Formulaires*/
input, textarea{border: 1px solid #DDD;background: #F2F2F2;color: #333;}
textarea{width: 100%;}
input:focus, textarea:focus{border: 1px solid #999;}
fieldset{/*border: none;*/
	border: 1px dotted #ff9900;
	background: #7CA600;
}

img{
	border: 0px none;
}

code, pre{font-family: "Courier New", monospace; font-size : 1em;}
/* Merci Kozlika :) */

pre {
	background: #EEE;
	color: #000;
	border: 1px solid #DDD;
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* caché pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 95%;
		overflow : auto;
}


	/* Fin hack Ne pas supprimer cette ligne */


acronym, abbr{border-bottom: 1px dotted;cursor : help;}
q{font-style : italic;}

a{color : #222;}
a:visited{color: #622;}
a:hover, a:focus, a:active{color: #111;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]";color : #666;background : ;}

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h2{font-size: 1.6em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1.0em;}

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

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

/* Page
****************************************************************/
#page {
	background: url('images/bg1.png') repeat-y left;
}

/* Top
****************************************************************/
#top {
	background: #000000;
    }

#top h1{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	text-align: center;
	line-height: 35px;
	margin-bottom: 10px;
}

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

#prelude{
	text-align: center;
	color: #4C5962;
}

#prelude a{
	color: #4C5962;
	background: transparent;
}

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


/* Entête de page pour le menu en onglet
******************************************************************/

#swhead {
	position:left;
	top: 0px;
	width: 790px;
	height: 23px;
	background: #99CC00;
}


/* Le menu en onglet
*****************************************************************/

#menugeneral {
	position:absolute-left;
	width:790px;
	top: 10px;
	clear:both;
	font-size:11px;
	height:20px;
	background:none;
	vertical-align:middle;
	z-index: 2;
}
#menugeneral ul {
	margin:0;
	padding:0;
}
#menugeneral ul li {
	display:inline;
	margin:0;
	padding:0;
}

#menugeneral a {
	display:block;
	float:left;
	border-right:2px solid #000000;
	border-bottom: 0px;
	text-decoration:none;
	font-weight:bold;
	height:16px;
	color:#fff;
	padding:7px 5px 0 5px;
	background: #99CC00;
	font-family:tahoma;
}

#menugeneral a:hover {
	color:#112233;
	background:#fff;
	border-bottom: 0px;
}
#menugeneral li.current a {
	color:#112233;
	background:#fff;	
}



/* Main
****************************************************************/

#main {
	background: #FFF;
	color: inherit;
	width:519px;
	overflow: hidden; /* Cache ce qui déborder (images par ex.) pour ne pas casser la mise en page */
}

/* Contenu
****************************************************************/

#content {
	margin-top: 10px;
	padding-bottom: 1em;
	padding-left: 20px;
	padding-right: 10px;
}

.day-date{
	display: none;
}

/* post-title */
.post-title {
	background : #F8FFDF url('images/sstar.png') no-repeat 0 0.2em;
	padding-left : 20px;
	margin-left:-20px; margin-right:0; margin-top:0; margin-bottom:1px;
	font-size: 12;
font-family:"Eurostile";
    font-weight: bold;
	color:393;
}

.post-title a {
	color : #000;
	text-decoration : none;
}

/* post-info */
.post-info{
	font-size: 0.85em;
	margin-top: 0;
	color: #333;
	background: transparent;
}

.post-content, .post-chapo{
	line-height: 1.6em;
	text-align: justify;
	color: #222;
	background: transparent;
}

.post-content ul{
	list-style-image: url('images/puce.png');
}

/* Pour limiter la taille des images trop grandes
*  ajoutez un slash derrière l'étoile -> *
.post-content img{
	max-width: 100%;
}
/**/

/* post-info-co */
.post-info-co {
	clear: both;
	font-size: 0.85em;
	text-align: right;
	margin-bottom: 3em;
}

.post-info-co span{
	display: none;
}

.post-info-co a{
	padding-left: 19px;
	background: url('images/co.png') no-repeat left;
}

/* Comments
***********************************************************/

#comments span{
	display: none;
}

#comments blockquote{
	text-align: justify;
}

.commentid{
	border-right: 1px solid #DDD;
	text-decoration: none;
	color: #999;
	background: transparent;
	padding: 3px 6px;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand;
}


/* Bloc de commentaire
**************************************************************/

blockquote{
	background: #EEE url('images/blockquote.png') no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding-bottom: 40px;
	margin: 1em; padding-left:10px; padding-right:10px; padding-top:10px
}



/* Sidebar
**************************************************************/
#nour {
  
	background: #FFFFFF;
	
}
#sidebar {
   width:260px;
	background: #FFFFFF;
	color: inherit;
	line-height: 1.4em; /* peek-a-boo bug d'IE */
	margin-top:0px;
	
}

#sidebar div{
	margin-left:5px;
	margin-right: 0px;
	margin-top:4px;
	padding-top:5px;
}

#sidebar h2 {
    width:240px;
	background: #99CC00;
	color: #ffffff;
	/*padding-top: 15px;*/
	font-size: 1.2em;
	height:25px;
	valign:center;
	border:2px solid #99CC00;
	margin:1px;
	padding:1px;
	text-align:left;
	
}

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

#sidebar a{
	text-decoration: none;
	margin: 2px;
	padding: 1px;
}

#selection h2{
	color: #000;
}

/* Bloc de recherche
********************************************************/

#search{
	position: absolute;
	width: 240px;
	top: 70px;
}

#search h2{
	display: none;
}

#search p{
	margin: 0;
}

#search #q{
	background: #9EBFD2 url('images/search.png') no-repeat 3px center;
	color: #eee;
	border: 1px solid #333;
	padding-left: 20px;
	width: 70%
}

/* Calendrier
*********************************************************/
#syndicate a {

	padding-left:16px;
	background : transparent url(images/ico_feed.png) no-repeat left center;

}
#calendar table{
	width: 236px;
	margin: 0 auto;
	font-size: 0.8em;
}

#calendar caption{
	margin: 0 auto;
	/*background: #EEE;*/
	padding: 0.5em 0;
	/*color: #666;*/
}

#calendar abbr{
	border: none;
}

#calendar td{
	background: #F5F5F5;
	text-align: center;
}

#calendar td a{
	display: block;
	font-weight: bold;
	background: #E0E0E0 url('images/today.png') no-repeat right top;
	color: #933
}

#categories, #links{
	margin-top: 3em;
}

/* Liens */
#links h3{
	color: #999;
	background: transparent;
	margin-bottom: 0.5ex;
	font-size: 1em;
}

#links a{
	padding-left: 20px;
	background: #FFF url('images/chkd.png') no-repeat left center;
}

#links a:visited{
	padding-left: 20px;
	background: #FFF url('images/chkh.png') no-repeat left center;
}


/*pagination*/
.pagenav {
	font: 0.9em;
	border: 1px dotted #99CC00;
}
p.pagenav a {
	background : #ddd;
	color: 0C2C84;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:11px;
}

p.pagenav a:hover {
	background:#99CC00;
	color:white;
}

p.pagenav strong {
	color: black;
	
	border: 1px solid #bbb;
}

/* Footer
****************************************************************/

#footer {
	background: #99CC00;
	color: #ffffff;
	text-align: center;
}

#footer a{
	color: #ffffff;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	
	text-decoration: underline;
}
.field{
   color: #000000;font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;
}
.tut{
color: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold; font-size: 12px
}
.post-title1 {
	PADDING-LEFT:1px; 
    MARGIN-BOTTOM: 0px; 
    PADDING-BOTTOM: 2px; 
    COLOR: #99CC00; 
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#block1 a{
	 font-size: 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #000000;
}
#block1 {
font-size: 6px;
	color: #000000;
	text-align: center;
}
/* Tags cloud
------------------------------------------ */
/*#tagcloud ul {
margin:0;
padding:0 1em;
display:block;
}

#tagcloud li {
display:inline;
margin: 0 .1em;
padding: 0;
background-image: none;
}

#tagcloud li.level-1 { font-size: 1em; }
#tagcloud li.level-2 { font-size: 1.3em; }
#tagcloud li.level-3 { font-size: 1.6em; }
#tagcloud li.level-4 { font-size: 2em; }
#tagcloud li.level-5 { font-size: 2.3em; }
 
#tags {
text-align: right;
}*/
#tags ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#tags li {
	display: inline;
	margin: 0 0.2em 0 0;
	padding: 0;
}
#tags li a:hover{
	background: #99CC00;
	color: #ffffff;
}
#tagcloud li.level-1 { font-size: 1em; }
#tagcloud li.level-2 { font-size: 85%; }
#tagcloud li.level-3 { font-size: 90%; }
#tagcloud li.level-4 { font-size: 100%; }
#tagcloud li.level-5 { font-size: 110%; }

#tags {
	text-align: right;
	margin: 0;
	padding-top: 4px;
	
	color: #B7B7B7;
}
#tags a[hreflang]:after {
	display: none;
}
#tags img {
	border: none;
}
#tagssidebar a[hreflang]:after {
	display: none;
}