/* ***** 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
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #CB0F0F;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

pre, code{
	font-size: 1.2em;
}
img.bottom{
margin-bottom:-10px;

}
img.banniere{
border:0px;
margin-top:-20px;

}
pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #950101;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 2px outset #FD8402;
	background-color:#FFFFFF;
	color:#000000;

}


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

a{
	color: #000000;
}

a:visited{
	color: #000000;
}

a:hover{
	color: #FD8402;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
/*	background: #CB0F0F url(img/page.jpg) repeat-y center top;
	color: inherit;*/
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 140px;
	/*padding-top: 20px;*/
	padding:0px;
	margin:0px 0px 20px 0px;
/*	background: #CB0F0F url(img/page.jpg) repeat-y center top; */
}

#header{
	height:190px;
	background: white url(img/page.jpg) repeat-y center top;


}
#introduce{

height:110px;
width:670px;
margin:0px 0px 0px 50px;
padding:0px;
background: #CB0F0F url(img/header_sup.jpg) repeat-x center top;

}

#introduce h1{
color: #FFFFFF;
text-decoration: none;
font-size:14px;
font-weight:bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding:0px;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 10px;


}

#introduce p{
color: #FFFFFF;
font-style: italic ;
font-size:12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding:0px;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 10px;



}

#presentation{
width:530px;
text-align: justify;
float:left;


}

#presentation h1 a{
color:white;
text-decoration:none;
}

#leche{
padding:0px;
margin:0px !important;
margin:0px 0px -5px 0px;
float:right;


}

#categories{
background: #CB0F0F url(img/menu_up.jpg) repeat-x center top;
margin:0px 0px 0px 10px;
padding:8px 0px;
width:760px;
position:relative;

}
#categories ul{
margin:0px;
padding:0px;
}

#categories ul li{
margin:0px;
padding:0px;
}


#categories ul li a{
text-decoration: none;
color: #FFFFFF;
padding:10px 20px;
margin:0px;
border:0px;
background: #CB0F0F url(img/menu_up.jpg) repeat-x center top;
font-weight:bold; 
}

#categories ul li a:hover{
text-decoration: none;
color: #000000;
padding:10px 20px;
background: #FFFFFF url(img/menu_over.jpg) repeat-x center top;
border:0px;
font-weight:bold; 
}

.categ{
text-align:center;
padding:10px 20px;
margin:0px;

}

.categli{
display:inline;
margin:0px;
padding:10px 0px;

}
.list_contenu{
list-style-image:url(img/puce.jpg)!important;
list-style-image:url(img/puce_ie.jpg);
vertical-align:middle ;
}


.puce_contenu{
margin: 0px;
padding: 0px;
text-align:left;
display: list-item;
list-style-position: inside;
vertical-align:middle ;
}


/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	padding-top:30px;
	background: transparent;
	color: #CB0F0F;
	text-align: center;
}

#prelude a{
	color: #000000;
	background: transparent;
}

#prelude a:hover{
	color: #000000;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */

#contenu{
background: white url(img/page_blanc.jpg) repeat-y center top;

}
.post{



}


.day-date{
	padding-left: 20px;
	margin-left: -15px;
	color: white;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #FFFFFF;
	background: #FFF url(img/titre.jpg) repeat-y center top;
	margin-bottom: 0;
	text-align:center;
	font-size:14px;
	font-weight:bold; 
	margin:10px 0px 0px 0px;
	padding:0px;
}

.post-title a{
	color: #FFFFFF;
	background: #FFF url(img/titre.jpg) repeat-y center top;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	display: block;
	margin:0px;
	padding:0px;
}

.post-title a:hover{
	color: #000000;
	background: #FFF url(img/titre_over.jpg) repeat-y center top;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	display: block;
}

.post-info{
	margin-top: 0;
	color: #000000;
	background: transparent;
	padding-bottom: 1ex;
	font-style: italic;

}

.post-info a{
	color: #000000;
	background: transparent;
	text-decoration: none;
	font-style: italic;
}
.post-info a:hover{
	color: #FD8402;
	background: transparent;
	text-decoration: none;
	font-style: italic;
}

.post-content{
	text-align: justify;
	
}

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

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

#trackbacks blockquote, #comments blockquote{
	border: 2px outset #FD8402;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	padding:5px 0px 0px 0px;
	margin:0px;


}


#sidebar div{
	color: inherit;
}


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

#sidebar h2{
	margin: 0 0 1ex 0;
	padding:0px;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	font-weight:bold; 
	background: #FFF url(img/titre_mini.jpg) repeat-y center top;


}

#sidebar h3{
	margin: 0 0 1ex 0;
	padding:0px;
	color:#FFFFFF;
	text-align:center;
	background: #FFF url(img/titre_mini.jpg) repeat-y center top;
}

#sidebar h3{
	font-size: 14px;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}
/*---------------------------- Tags ----------------------*/
#tags{
text-align:justify;
	
	
}


.tags li{
display:inline;	
	
}
.level-1 a{
font-size: 10px;	
text-decoration: none;	
}
.level-2 a{
font-size: 11px;	
text-decoration: none;
}
.level-3 a{
font-size: 12px;	
text-decoration: none;
}
.level-4 a{
font-size: 13px;	
text-decoration: none;
}

.level-5 a{
font-size: 14px;	
text-decoration: none;
}



/* ---------------------------- EO Tags ------------------------------*/

/* Formulaire de contact */
.formulaire{
padding:10px 0px 0px 0px;
	
}

.formulaire form{
margin: 0px 0px 0px 15px;	
}
.formulaire form label{
float:left;
}

.formulaire form input{
display:block;
margin:0px 0px 5px 200px!important;
margin:0px 0px 0px 200px;
width:270px;
}
#envoyer{
margin:0px 0px 5px 0px!important;
margin:0px 0px 0px 0px;

}
.formulaire form textarea{
margin:0px 0px 5px 0px!important;
margin:0px 0px 0px 0px;

}

#search form, #search p{
	margin: 11px 0px 0px 0px;
	padding: 0;
}

#search h2{
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:14px;
	font-weight:bold; 
}
#search label{
	padding:0px;
	margin:0px;
	display:block;
	color:#FFFFFF;
	background: #FFF url(img/titre_mini.jpg) repeat-y center top;
	display:block;
}
#search label:hover{
	padding:0px;
	margin:0px;
	display:block;
	color:#000000;
	background: #FFF url(img/titre_mini_over.jpg) repeat-y center top;	
}


#q{
width:130px;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

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

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #000000;
}

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

#sidebar div#calendar table td a:hover{
	background: #FD8402;
	color: #000000;
	display:block;
}

.cdgauche{
float:left;
padding:5px 10px 0px 0px;


}
.cddroite{
float:right;
padding:5px 0px 0px 10px;

}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1.3em;
	background: #FFF url(img/page_blanc.jpg) repeat-y center top;
	color: #000000;
	font-size: 70%;
	text-align:center;
}

#footer a{
	color: #000000;
}