/* @override http://www.culture-bio.net/blog/themes/theme-xolson-1.2/style.css */

/* @override http://www.culture-bio.net/blog/themes/theme-xolson-1.2/style.css */

/* ***** 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 -----------------------------------------------------------------*/
.cacher	{
	display: none;
}
.normal{
	
}
#rechercheForm{
	width : 166px;
	border: 1px solid #999;
	padding: 5px;
	margin-left: 3px;
	background-color: #90bd00;
}

#rechercheForm input[type=text]{
	color: #608d00;
	width: 162px;
}

#rechercheForm input[type=submit]{
	color: #ac2000;
	font-size: x-small;
	font-weight: bold;
	background: transparent url(./img/fondCouleurTransparent.png) repeat;
	margin-left: 36px;
}
#rechercheForm input[type=radio]{
	position: relative;
	display: inline;
	top: 1px;
}
#rechercheForm label{
	color: #608d00;
	background: transparent url(./img/fondCouleurTransparent.png) repeat;
	padding-right: 2px;
	padding-left: 14px;
	margin-left: -19px;
}

body {
	width: 800px;
	margin: 10px auto;
	font-family: Verdana,Arial,sans-serif;
	font-size:76%;
	background-image: url(./img/vert3Web.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	background-color: #698d00;		
}

p { 
	margin : 0;
	padding: 3px;
}
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;
	margin: 0;
}
h2{	font-size: 1.0em;
	margin: 0;
}
h3{	font-size: 1.0em;
	margin: 0;
}
h4{	font-size: 1.0em;
	margin: 0;
}
h5{	font-size: 1.0em;
	margin: 0;
}
h6{	font-size: 1.0em;
	margin: 0;
}

code,pre {
	font-family : "Courier New",monospace;
	font-size : 1em;
}

q { font-style : italic; }

a {color : #ac2000;}
a:hover, a:focus, a:active {color: #0373A1;}


table {font-size : 1em;}

/* Affichage d'une lettrine dans un billet ou un commentaire -----------------------*/
.lettrine 	{
			float: left; 
			font-size: 2.5em; /* 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: 0px solid #990000; /* définition d'une bordure autour de la lettrine*/
			background-color: #FFFFFF; /* couleur d'arriere plan de la lettrine */
			line-height: 0.8em; /* Hauteur du cadre de la lettrine */
			margin-top : 5px; /* Marge haute avec la ligne de dessus*/
			margin-right: 3px; /* marge droite avec caractéres  de droite*/
			}

/* La page--------------------------------------------------------------------------------------- */
#page {width: 780px; background: transparent repeat-y; border: 1px solid #999;
	padding: 5px;
}

/* L'entête --------------------------------------------------------------------------------------*/
#top 	{background : transparent url(./img/fondCouleurTransparent.png) repeat;
	height: 90px;
}/*
#top h1 	{
}
*/
#top a 	{color : #ffec0c;
	text-decoration: none;
	font-size: 2.5em;
	float: left;
	padding: 8px;
}

/* Menu - Décoration  et comportement --------------------------------------------------- */
/*
#menuFond		{
	background: url(./img/frise-h.png) repeat 0 1px;
	height: 17px;
}
*/
#menu		{
	margin: -17px 0 -1px;
	float: left;
}


#menu ul 		{
	margin: 0;
}

#menu li 		{
	list-style-type: none;
	text-shadow: #000000 0 0 15px;
	margin-right: -1px;
	background-position: 0 1px;
	background-repeat: repeat;
	float: left;
}

#menu a 	{
	width: 80px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-style: solid;
	border-color: #a32900;
	text-align: center;
	font-weight: bold;      
	letter-spacing: 1px;
	font-size: x-small;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;      
	voice-family: "\"}\"";   
	voice-family: inherit;
	line-height: 1.55em;
	float: left;
	background-image: url(./img/fondCouleurTransparent.png);
}
/*
#menu a 	{
	color: #671500;
}
*/
#menu a.current,#menu a.current:hover {	color: #ac2000;}
#menu a:link, #menu a:visited {text-decoration:none;}
#menu a:hover{text-decoration: none; color: #ac2000;}


/* Le prélude c'est à dire l'affichage du menu haut -------------------------------------
#prelude {background: #fff; border-bottom: 0px dashed #999; text-align: right;  padding-bottom:50px;}
#prelude a {color: #999;} 
#prelude a:hover, #prelude a:focus {color : #999;}
*/

/* La colonne des billets -----------------------------------------------------------------------*/
#main 	{
	width: 585px;
	position: relative;
	float: left;
}
#main blockquote{
	display : block;
	font-style : italic;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 5px;
}
/* Le contenu d'un billet ------------------------------------------------------------------------*/
#content {
	position: relative;
	margin-top: 5px;
	float: left;
	width: 585px;
}

/* Barre verticale de navigation  ------------------------------------------------------------*/
#sidebar
	{	
	width : 184px;
	border: 1px solid #999; -moz-border-radius: 5px;
	background-color: transparent;
	background-image: url(./img/fondCouleurTransparent.png);
	margin-top: 5px;
	float: right;
}
/* Barre verticale -  Titre */
#sidebar h2
		{
		text-transform : uppercase;
		font-weight : bold;
		color : #efd900;
		background : transparent url(img/fleche.png) no-repeat 0 0.15em;
		margin-left: 10px;
		margin-top: 5px;
		margin-bottom: 1px;
		padding-left: 15px;
	font-size: 0.8em;
}
/* 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 {padding-left : 2px; 	list-style : none;
	margin: 0;
}
#sidebar li  {display : block; margin-top : 0.15em; padding-left : 15px; color : #e2d6ad;}

#sidebar a {	text-decoration : none;}

#sidebarPub {	
		width : 184px;
		border: 1px solid #999; -moz-border-radius: 5px;
	background-image: url(./img/fondCouleurTransparent.png);
	float: right;
	margin-top: 8px;
}

#sidebarPub h2	{
		text-transform : uppercase;
		font-weight : bold;
		font-size: 0.8em;
		color : #efd900;
		background : transparent url(img/fleche.png) no-repeat 0 0.25em;
		margin-left: 10px;
		margin-bottom: 1px;
		padding-left: 15px;
		margin-top: 5px;
}


#pubGoogle2	{
		margin-left: 2px;
		margin-bottom: 5px;
		}

#pubGoogle1	{
		margin-left: 13px;
		margin-top: 10px;
		margin-bottom: 10px;
	width: 184px;
}

#pubTop
		{
		float : right;	
		width : 468px;
		border: 1px solid #639300; -moz-border-radius: 5px;
		position: relative;
	top: 4px;
	right: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

#pubTop h2
		{
		text-transform : uppercase;
		font-weight : bold;
		font-size: 0.8em;
		color : #efd900;
		background : transparent url(img/fleche.png) no-repeat 0 0.25em;
		padding-left: 15px;
		margin-bottom: 2px;
	margin-top: -2px;
}

/* @group My Group */



/* @end */
/*
#pubBillet	{
		text-transform : uppercase;
		font-weight : bold;
		font-size: 0.8em;
		color : #598F9A;
		background : transparent url(img/fleche.png) no-repeat 0 0.25em;
		margin-left: 5px;
		margin-top: 15px;
		margin-bottom: 1px;
		padding-left: 15px;
		}
*/
#hooseek	{
		position: relative;
		left: -2px;
		margin-top: 3px;
	padding-bottom: 4px;
	padding-left: 21px;
}

#pubMozy{
	position: relative;
	margin-top: 4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-left: 7px;
}

/* 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;
	color: #999;
	border-top: 1px dashed #999;
	font-size: 0.8em;
	text-align: center;
	line-height: 2.5em;
	height: 20px;
}
#footer a {color : #999;}


/*Détail d'un billet  --------------------------------------------------------------------------- */
.post { 
	border: 1px solid #999; -moz-border-radius: 5px;
	background: transparent url(./img/fondCouleurTransparent.png) repeat;
	padding: 5px;
	margin-bottom: 8px;
}
.day-date {
	padding-bottom : 5px;
	text-align : left;
	color : #00334d;
	font-size: 0.95em;
	background: transparent url(./img/puce.png) no-repeat 9px 2px;
	padding-left: 18px;
	margin-top: 5px;
	left: 2px;
	position: relative;
	line-height: 0.7em;
	display: none;
}

.post-title {
	text-transform : capitalize; color : #ffc10f;
	padding-left: 35px;
	font-size: 1.5em;
	text-align: left;
	line-height: 1em;
	background: url(./img/ico_billet.png) no-repeat;
	height: 40px;
	text-shadow: #698d00 -1px -1px 4px;
}
.post-title a { 
	color : #ffc10f; text-decoration : none;
	background: transparent url(./img/fondVertFonceTransparent.png) repeat;
	position: relative;
	top: 2px;
	padding-left : 5px;
	padding-right : 5px;
	text-shadow: #698d00 -1px -1px 4px;
}
.post-info { color : #001b4c; text-align: left;
	background : transparent url(./img/ico_info.png) no-repeat 0 3px;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
	top: 5px;
	margin-left: 10px;
	float: none;
	text-shadow: #fff3fe 0 0 3px;
}
.post-chapo {
	text-align: justify;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 7px;
	color: black;
	font-size: small;
}
.post-content {
	text-align: justify;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 7px;
	color: black;
	font-size: small;
}
.post-content a{
	
}
.post-info-co { font-size : 0.85em; color : #ccc; text-align : center;
}

#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 {}
