/* ***** 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: 800px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size:76%;
  background-image: url(./img/MediumVierge.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 : #996666;}
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: #fff; border: 1px solid #99CCFF;}

/* L'entête --------------------------------------------------------------------------------------*/
#top  {background : #FFFFFF url(./img/haut.gif) repeat-x; height: 55px;}
#top h1   {margin: 0; padding: 0; padding-left: 10px; font-size: 2.5em; color: #99CCFF;}
#top a  {color : #99CCFF; text-decoration : none;}

/* Menu - Décoration  et comportement --------------------------------------------------- */
#menu   {float : both;   border-bottom: 1px dashed #ddd; height : 50px; }
#menu ul    {list-style-type: none; white-space: nowrap; display: block; float: right; list-style: none outside; padding-right: 5px;}
#menu li    {font-family: "Trebuchet MS", sans-serif; display: block; width: 100px; float: left; list-style-type: none;}
#menu a     {background: #fff;
             width: 100px;
       height: 2em;
       border-top: 1px solid #ddd;
       border-left: 1px solid #ddd;
       border-bottom: 1px solid #ddd;
       border-right: 1px solid #ddd;
       padding: 0;
       margin: 0 0 10px 0;
       color: #996666;
       text-decoration: none;
       display: block;
       text-align: center;
       /*font-weight: normal;*/
       letter-spacing: 1px;
       line-height: 2em;
       /*font-size:    xx-small;      */
       voice-family: "\"}\"";   
       voice-family: inherit;   
       /*font-size:    x-small;     */
       /*font-weight: bold;*/
      }
#menu ul li strong a,#menu a.current ul li strong a:hover {background-color: #e9f1fb;  color: #996666; font-weight : bold;}
#menu a:link, #menu a:visited {text-decoration:none; color: #996666;font-weight: normal;}
#menu a:hover{text-decoration: none;background-color: #e9f1fb; color: #996666;font-weight: normal;}


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

/* La colonne des billets -----------------------------------------------------------------------*/
#main {float: left; width: 580px;}
#main blockquote{
  display : block;
  margin : 10px;
  padding : 1px 1em;
  font-style : italic;
  border-left: 1px dotted #99CCFF;
  border-right: 1px dotted #99CCFF;
  border-top: 1px dotted #99CCFF;
  border-bottom: 1px dotted #99CCFF;
}
/* Le conenu d'un billet ------------------------------------------------------------------------*/
#content {width:570px; 

/*padding : 5px 5px 5px 5px;*/

			padding-bottom: 5px; padding-top: 5px; 
			margin-bottom: 10px; margin-left: 5px; margin-right:0px;
			margin-top: 5px;

}

/* Barre verticale de navigation  ------------------------------------------------------------*/
#sidebar 
    {
    float : right;  
    width : 190px;
    border: 1px solid #ddd;
    padding-bottom: 5px; padding-top: 5px; 
    margin-bottom: 10px; margin-right: 5px; margin-left:0px;
    margin-top: 10px;
    }
/* Barre verticale -  Titre */
#sidebar h2
    {
    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;
    }
/* 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 : 0; margin : 0 0 0 0;  list-style : none;}
#sidebar li  {display : block; margin-top : 0.15em; padding-left : 15px; color : #e2d6ad;}

#sidebar a {  text-decoration : none;}

#portrait {  padding-left: 15px; }

/* Calendrier ------------------------------------------------------------------------------------*/
/*
#calendar { height : 130px; }
#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 a {font-weight : bold; color : #c00;}
#calendar a {font-weight : bold; border: 1px solid #996666; background:#99CCFF}
*/
#calendar{
}

#calendar table{
  font-size: 0.8em;
  text-align: center;
  margin: 0 auto;
  border-collapse: collapse;
  width: 100px;
}

#calendar table caption{
  margin: 0 auto;
}

#calendar table th{
  color: #598F9A;
  background: transparent;
}

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

#calendar table td a{
  display: block;
  background: #e9f1fb;
  color: #996666;
  font-weight: bold;
  text-decoration: none;
}

#calendar table td a:hover{
  color: #ff9933;
}

/* Search form -----------------------------------------------------------------------------------*/
#search {}
#q{
  padding-left: 18px;
  background: #fff url(img/q.png) no-repeat 4px center;
}

/* Categories box-------------------------------------------------------------------------------- */
#categories {}

/* Archives box ----------------------------------------------------------------------------------*/
#archives {}

/* Links box --------------------------------------------------------------------------------------*/ 
#links {}

/* Syndication box ------------------------------------------------------------------------------*/
#syndicate { }

/* Enpied de page   ----------------------------------------------------------------------------- */
#footer 
  {
  clear: both;
  height: 40px;
  color: #ddd;
  border-top: 1px dashed #ddd;
  background: transparent url("./img/bas.gif") repeat-x bottom;
  margin :0px;
  font-size: 0.8em;
  text-align: center;
  line-height: 2.0em;
  }
#footer a {
  color : #ddd;
  text-decoration: none;
}


/*Détail d'un billet  --------------------------------------------------------------------------- */
.post { margin:5px; 
        padding-bottom : 30px;
        border: 1px solid #ddd;
        text-align: justify;
					background : transparent url(./img/titre.jpg) no-repeat top right ;
        }
/*.post:hover {
        background: #fff none;
}*/
.day-date {
  margin-right : 5px;
  margin-top : 5px;
  padding-bottom : 5px;
  font-size : 1.0em;
  font-weight : bold;
  text-align : right;
  color : #99CCFF;
  }

.post-title {margin-left : 5px; font-size: 1.5em; color : #99CCFF; padding-left : 5px; }
.post-title a {margin-left : 5px; color : #99CCFF; text-decoration : none;}
.post-info {margin-left : 5px; font-size : 0.85em; color : #666; text-align: left;}
.post-chapo {margin-left : 5px; text-align : justify; padding:10px; padding-bottom : 0px;}
.post-content {margin-left : 5px; text-align: justify; padding:10px; padding-top : 0px; line-height : 1.3em;}
.post-info-co {margin-left : 5px; font-size : 0.85em; color : #99CCFF; }
.post-info-co a { padding-left: 15px; background: transparent url(img/bulle.png) no-repeat left center;}



#trackbacks {}
#comments {}
#comment-preview {}

#trackbacks, #comments, #comment-preview {margin : 0 ;}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
  border :1px solid #99CCFF;
  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 #99CCFF;
  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 : #99CCFF;  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 #99CCFF;}

/* Extra blocks --------------------------------------------------------------------------------- */
#block1 {}
#block2 {}
#block3 {}
#block4 {}
#block5 {}
#block6 {}