/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman 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):  Eric Samelson
 */
 
 /* Les éléments HTML en général -----------------------------------------------------------------*/
body {
	width: 778px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Verdana,Arial,sans-serif;
	font-size:76%;
	background-image: url(./img/body_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	background-color: #fff;		
	}

p { margin : 0.8em 0; }
img { border : none; }
form { display : block; margin : 0px; padding : 0px; }

h1, h2, h3, h4, h5, h6{font-family: "Trebuchet MS", sans-serif;}
h1{font-size: 1.0em;}
h2{font-size: 1.0em;}
h3{font-size: 1.0em;}
h4{font-size: 1.0em;}
h5{font-size: 1.0em;}
h6{font-size: 1.0em;}

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {color : #c30;}
a:hover, a:focus, a:active {color: #0373A1;}

table {font-size : 1em;}

.lettrine 	{
			float: left; 
			font-size: 2em; /* 2 hauteurs de lignes pour la lettrine*/
			font-weight: bold; /* caractére  gras*/
			font-family: Georgia, Times New Roman, Times, serif; /* Police de caractére */
			color: #990000; /* couleur de la police de caratére */
			border: 1px solid #990000; /* définition d'une bordure autour de la lettrine*/
			background-color: #FFFFCC; /* couleur d'arriere plan de la lettrine */
			line-height: 1em; /* Hauteur du cadre de la lettrine */
			margin: 0px; /* marge avec les autres caractéres */
			padding: 0px; /* marge intérieur du cadre de la lettrine */
			}

/* La page--------------------------------------------------------------------------------------- */
#page {margin-left: 20px;width:758px; background: #fff; border: 1px solid #999;}

/* L'entête --------------------------------------------------------------------------------------*/
/*#top 	{background : #F0F0F0 ; } */

#top{
	background: url(blogger/top760.jpg) no-repeat;
	height: 86px;
	width: 755px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	}
#top h1 	{text-align : left; margin-left: 0;	padding: 0;	padding-left: 20px;	padding-top: 20px; font-size: 1.5em; color: #ffffff;}
#top h2 	{margin: 0;	padding: 0;	padding-left: 10px;	font-size: 1.0em; color: #999;}
#top h3 	{text-align : center; margin: 0;	padding: 0;	padding-left: 0px;	font-size:2.5em; color: #999;}
#top a 	{color : #999; text-decoration : none;}

/* Le prélude c'est à dire l'affichage du menu haut -------------------------------------*/
#prelude {background: #FFFFFF; border-bottom: 1px dashed #999; text-align: right;  padding-bottom:0px;}
#prelude a {color: #999;} 
#prelude a:hover, #prelude a:focus {color : #999;}

/* La colonne des billets --------------------------------------------------------------------*/
#main {float: left;	width: 560px;}
#main blockquote{
	display : block;
	margin : 0px;
	padding : 1px 1em;
	font-style : italic;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
/* Le conenu d'un billet ----------------------------------------------------------------------*/
#content {width:540px; padding : 5px 5px 5px 5px;color: #0; }

/* Barre verticale de navigation  ------------------------------------------------------------*/
#sidebar 
		{
		float : right;	
		width : 190px;
		border: 1px solid #999; -moz-border-radius: 5px;
		padding-bottom: 5px; padding-top: 5px; 
		margin-bottom: 10px; margin-right: 5px; margin-left:0px;
		margin-top: 10px;
		}
/* Barre verticale -  Titre */
#sidebar h2 {
	color: #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 2px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Barre verticale - Titre rubrique liens --------------------------------------------------------*/
#sidebar h3
		{
		font-weight : normal;
		font-size: 0.8em;
		color : #598F9A;
		margin-left: 5px;
		margin-top: 15px;
		margin-bottom: 1px;
		}

#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;

}

#sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color: #095AA6;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(images/navbulle.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}


#sidebar ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #ccc;
}

/* Calendrier ------------------------------------------------------------------------------------*/
#calendar { }
#calendar h2 {display : none;}
#calendar table {border-collapse : collapse; font-size : 0.85em; margin : 0 auto; }
#calendar caption {padding : 0 0 0.3em 0; font-size : 1.0em; margin : 0 auto;}
#calendar abbr {border : none;font-style : normal;}
#calendar th, #calendar td {border : none;	padding : 1px;}
#calendar td {text-align : center;}
#calendar td.active {	border : 1px solid #0373A1;}
#calendar td.active a {font-weight : bold;}
#calendar a {font-weight : bold;}

/* Search form -----------------------------------------------------------------------------------*/
#search {}
#q {}

/* Categories box-------------------------------------------------------------------------------- */
#categories {}

/* Archives box ----------------------------------------------------------------------------------*/
#archives {}

/* Links box --------------------------------------------------------------------------------------*/ 
#links {}

/* Syndication box ------------------------------------------------------------------------------*/
#syndicate { }

/* Enpied de page   ----------------------------------------------------------------------------- */
#footer 
	{
	clear: both;
	height: 40px;
	color: #999;
	border-top: 1px dashed #999;
	background: transparent url("./img/bas.gif") repeat-x bottom;
	margin :0px;
	font-size: 0.8em;
	text-align: center;
	line-height: 2.5em;
	}
#footer a {color : #999;}


/*Détail d'un billet  --------------------------------------------------------------------------- */

.day-date {
	margin-left : 5px;
	margin-top : 5px;
	padding-bottom : 5px;
	font-size : 1.0em;
	font-weight : bold;
	text-align : left;
	color : #666;
	}
	
	
.post{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 11px;
	line-height: 1.5em;
}	

.post-title, h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;

}
.post-title a, .post-title a:visited, h2 a{
	color: #095AA6;
	text-decoration:none;
	border-style: none;
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
}.post-title a:hover, h2 a:hover{
text-decoration:underline;}
.post-info{
	height: 16px;
	margin-top: 0;
	font-size: 10px;
	color: #999;
	border-top:solid 1px #ccc;
	padding-top:4px;
	margin-bottom: 8px;
}
.post-info a img{
	border:none;
}
.post-content img {
	padding: 4px;
	border: 1px solid #DFDFDF;
}
.post-content ul {
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}
.post-content ol{
	margin-left:20px;
	padding-left:0px;
}
.post-content ul li {
	list-style:square;
}

.postcontent{
margin:8px 0;
padding:0;
}
.post-content ul {
	margin-left: 30px;
	padding-left:0px;
	list-style-type: none;
}
.post-content ol{
	margin-left:30px;
	padding-left:0px;
}
.post-content ul li {
	list-style:square;
}

.post-info-co {
	background-image:url(images/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
}


#trackbacks {}
#comments {}
#comment-preview {}

#trackbacks, #comments, #comment-preview {margin : 0 ;}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	border :1px solid #999;
	display : block;
	margin-left : 5px;
	padding : 5px 5px;
	font-style : normal;
	color : #000;
}


#trackbacks .comment-info {}

#comments .comment-info {margin-left :0px;}

#comments .comment-number {
	margin-left: 5px;
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.0em;
}
#comments .comment-number a {text-decoration : none; }

/* Error messages ------------------------------------------------------------------------------ */
.error {	border : 1px solid #c00; background : #fee;	padding : 0.5em;}
.error ul {padding-left : 20px;}
.error li {list-style : square;}


/* Interactions --------------------------------------------------------------------------------- */
fieldset {display : block; border : none; margin : 0; padding : 0;}

input, textarea {
	border : 1px solid #999;
	background-color: #ddd;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.8em;
	border-width : 1px;
	-moz-border-radius:  4px
}

input[type], textarea[name] {background: #f1f0ed;}

input[type=submit], input[type=reset] {background : #ccc;	color : #000;}

input[type=submit]:hover {background : #598F9A;color : #fff;}

textarea {	width : 95%;}

p.field {margin : 0.5em 0 0 1em;}

p.field label {display : block; font-weight : bold;	font-size : 0.85em;}

.form-help {}

#comment-form {}
input.preview {}
input.submit {}

#c_nom {}
#c_mail {}
#c_site {}
#c_content {}
#c_remember {border : 1px solid #999;}

/* Extra blocks --------------------------------------------------------------------------------- */
#block1 {}
#block2 {}
#block3 {}
#block4 {}
#block5 {}
#block6 {}
