/* ***** BEGIN LICENSE BLOCK *****
 * Copyright (c) 2006 Taloma. All rights reserved.
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):  Eric Massot emt-concept
 */
/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/
 body {font-size: 0.7em; margin: 0em auto; padding: 0px; font-family: arial, tahoma, verdana, sans-serif; background: url(img/background.gif) top center repeat-y; color:#333333;}
.page-container {width: 770px; margin: 0px auto; padding: 0px; border-left: solid 1px rgb(125,125,125); border-right: solid 1px rgb(125,125,125); border-bottom: solid 1px rgb(125,125,125); background-color: rgb(255,255,255);}

/**********************/
/* SECTION 2 - HEADER */
/**********************/
/*--------------------------------------*/
/* Section 2.1 - Global navigation menu */
/*--------------------------------------*/
.nav-global-container {position: absolute; z-index: 3; width: 770px; top: 5px; background-color: transparent;font-size: 0.8em;}
.nav-global {float: right; width: 750px; margin: 0px 5px 0px 0px; padding: 0px; background-color: transparent;} 
.nav-global ul {float: right; display: inline; list-style: none; margin: 0px; padding: 0px;}  
.nav-global li {display: inline; white-space: nowrap; text-transform: none;}
.nav-global li a {display: inline; margin: 0px; padding: 0px 4px 0px 4px; border-left: solid 1px rgb(100,100,100); color: rgb(150,150,150); font-weight: bold; text-decoration: none; font-size: 110%;}
.nav-global a:hover {background-color: rgb(255,255,255); color: rgb(0,0,0); text-decoration: underline;}
.img-flag {display: inline; vertical-align: text-bottom; height: 1.0em; margin: 0px; padding: 0px; border: solid 1px rgb(0,0,0);}

/*-----------------------------------*/
/* Section 2.2 - Sitename and Banner */
/*-----------------------------------*/
.site-name  {clear: both; float: left; position: absolute; z-index: 2; width: 700px; top: 29px; margin: 0px; padding-left: 90px; background-color: transparent; color: rgb(255,255,255); font-weight: bold; font-size: 26px;}
.site-name a {color: rgb(255,255,255);}
.site-name a:hover {color: rgb(255,255,255);}
.site-name a:focus {color: rgb(255,255,255);}
.site-name a:active {color: rgb(255,255,255);}
.site-slogan  {float: left; position: absolute; z-index: 1; width: 700px; top: 2em; left: 91px; margin: 0px; padding: 0px 0px 0px 3px; background-color: transparent; color: rgb(204,216,228); font-weight: bold; font-size: 14px;}
.site-slogan a {color: rgb(204,216,228); }
.site-slogan a:hover {color: rgb(204,216,228); }
.site-slogan a:focus {color: rgb(204,216,228); }
.site-slogan a:active {color: rgb(204,216,228); }
.img-header {clear: both; float: left; width: 770px; height: 100px; margin: 0px; padding: 0px;}

/*------------------------------------*/
/* Section 2.3 - Main navigation menu */
/*------------------------------------*/
.nav-main {clear: both; float: left; width: 770px;  min-height: 2.0em; height: auto !important; height: 2.0em; line-height: 2.0em; margin: 0px; padding: 0px; border-top: solid 1px rgb(84,111,144); border-bottom: solid 1px rgb(84,111,144); background-color: rgb(159,182,213);} /* Use background-color: rgb(176,207,106);  for green */
.nav-main ul {list-style: none; margin: 0px; padding: 0px; font-weight: bold;}  
.nav-main li {float: left; white-space: nowrap; background-color: inherit;}
.nav-main li a {margin: 0px; padding: 0px 10px 0px 10px; border-right: solid 1px rgb(255,255,255); color: rgb(255,255,255); text-decoration: none; font-size: 110%;}
.nav-main a:hover, .nav-main a.selected {background-color: inherit; color: rgb(75,75,75); text-decoration: none;}
.nav-main li strong a  {color: rgb(0,0,0); }
.nav-main form {float:right;margin-right:5px; }

/*************************************/
/* SECTION 3 - SIDEBANNER FRONT PAGE */
/*************************************/
.sidebanner-frontpage {clear: both; float: left; width: 160px; margin: 0px; padding: 0px;}
.img-sidebanner {width: 160px; margin: 0px; padding: 0px; border: none;}


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 : #039; text-decoration : none;}
a:hover, a:focus, a:active {color: #039;}

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 colonne des billets -----------------------------------------------------------------------*/
#main {float: left; width: 555px;}
#main blockquote{
  display : block;
  margin : 10px;
  padding : 1px 1em;
  font-style : italic;
  border-left: 1px dotted #598F9A;
  border-right: 1px dotted #598F9A;
  border-top: 1px dotted #598F9A;
  border-bottom: 1px dotted #598F9A;
}
/* Le conenu d'un billet ------------------------------------------------------------------------*/
#content {width:555px; 
/*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;
    padding-bottom: 5px; padding-top: 0px; 
    margin: 5px;
    margin-top: 10px;
    }
/* Barre verticale -  Titre */
#sidebar h2
    {
    text-align : center;
    font-weight : bold;
    font-size: 1em;
    color : #4B4B4B;
    display: block; 
    margin: 0px 0px 2px 0px; 
    padding: 2px 5px 3px 5px; 
    font-weight: bold; 
    }
#gal
    {
    font-weight : bold;
    font-size: 1em;
    color : #4B4B4B;
    display: block; 
    margin: 0px 0px 2px 0px; 
    padding: 2px 5px 3px 5px; 
    font-weight: bold; 
    }
#gal a
    {
    color : #4B4B4B;
    }
/* Barre verticale - Titre rubrique liens --------------------------------------------------------*/
#sidebar h3 a
    {
    font-weight : bold;
    font-size: 1em;
    color : #4B4B4B;
    margin-left: 10px;
    margin-top: 0.15px;
    }


#sidebar ul {padding-left : 0; margin : 0 0 0 0;  list-style : none;}
#sidebar li {display : block; margin-top : 0.15em; padding-left : 5px; color : #4B4B4B;}

#sidebar a {  color : #4B4B4B; text-decoration : none;}

#sidebar a:hover { text-decoration : underline;}


/* Contacts ------------------------------------------------------------------------------------*/
#contacts {
  border: solid 1px rgb(200,200,200);
  background-color: #DEDCF2;
  margin-bottom: 5px;
}

#contacts h2 {
  background-color: #9FB6D5;
}

/* Selection ------------------------------------------------------------------------------------*/
#selection {
  border: solid 1px rgb(200,200,200);
  background-color: #F8D8D3;
  margin-bottom: 5px;
}

#selection h2 {
  background-color: #EE9D90;
}

/* Syndication ------------------------------------------------------------------------------------*/
#syndicate {
  border: solid 1px rgb(200,200,200);
  background-color: #F8D8D3;
  margin-bottom: 5px;
}

#syndicate h2 {
  background-color: #EE9D90;
}

/* Archives ------------------------------------------------------------------------------------*/
#archives {
  border: solid 1px rgb(200,200,200);
  background-color: #FFFFFF;
  margin-bottom: 5px;
  text-align:center;
}

#archives h2 {
  background-color: #ECECEC;
}

/* Galleries ------------------------------------------------------------------------------------*/
#galleries {
  border: solid 1px rgb(200,200,200);
  background-color: #DCEECC;
  margin-bottom: 5px;
}

#galleries h2 {
  background-color: #A7D37F;
}

/* Links ------------------------------------------------------------------------------------*/
#links {
  border: solid 1px rgb(200,200,200);
  background-color: #FDF6B9;
  margin-bottom: 5px;
}

#links h2 {
  background-color: #F9E95D;
}

/* Calendrier ------------------------------------------------------------------------------------*/
#calendar {
  border: solid 1px rgb(200,200,200);
  background-color: #FDF6B9;
  margin-bottom: 5px;
}

#calendar h2 {
  background-color: #F9E95D;
}

#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 caption a {
  font-size: 1.0em;
}

#calendar table th{
  color: #4B4B4B;
}

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

#calendar table td a{
  display: block;
  background: #FFFF99;
  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;
  border-top: solid 1px rgb(125,125,125); 
  background-color: rgb(159,182,213); 
  color: rgb(255,255,255);
  margin :0px;
  font-size: 0.9em;
  text-align: center;
  line-height: 1em;
  }
#footer a {color : #ddd;}

/*D?tail d'un billet  --------------------------------------------------------------------------- */
.post { margin:0px; 
        margin-bottom : 5px;
        padding-bottom : 30px;
        border: 1px solid #ddd;
  font-size: 1.1em;
background : transparent url(./img/TalomaFond.gif) no-repeat 10 10 ;        }
/*.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 : #598F9A;
  }

.post-title {margin-left : 5px; margin-right : 5px; font-size: 1em; color : #039; background-color: #DEDCF2;}
.post-title a {pading-left:5px;margin-left : 5px; color : #4B4B4B; text-decoration : none;}
.phead {float: left; background-color: #9FB6D5;width:10px;}
.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-content img {margin : 2px; padding:2px; }
.post-content ul li {text-align: left; }
.post-info-co {margin-left : 5px; font-size : 0.85em; color : #039; }
.post-info-co a { padding-left: 15px; background: transparent url(img/bulle.png) no-repeat left center;}

/* Idem post pour reated(s) -----------------------------------------------------------------*/
.contact {
    margin:0px; 
    margin-bottom : 5px;
    padding: 5px;
    padding-bottom : 30px;
    border: 1px solid #ddd;
}
.contact h2 { font-size: 1em; color : #4B4B4B; background-color: #DEDCF2;}
.contact h2 .phead {float: left; background-color: #9FB6D5;width:10px; margin-right: 5px; }

.sendtofriend {
    margin:0px; 
    margin-bottom : 5px;
    padding: 5px;
    padding-bottom : 30px;
    border: 1px solid #ddd;
}
.sendtofriend h2 { font-size: 1em; color : #4B4B4B; background-color: #DEDCF2;}
.sendtofriend h2 .phead {float: left; background-color: #9FB6D5;width:10px; margin-right: 5px; }

.mailing {
    margin:0px; 
    margin-bottom : 5px;
    padding: 5px;
    padding-bottom : 30px;
    border: 1px solid #ddd;
}
.mailing h2 { font-size: 1em; color : #4B4B4B; background-color: #DEDCF2;}
.mailing h2 .phead {float: left; background-color: #9FB6D5;width:10px; margin-right: 5px; }

.recommand {
    margin:0px; 
    margin-bottom : 5px;
    padding: 5px;
    padding-bottom : 30px;
    border: 1px solid #ddd;
}
.recommand h2 { font-size: 1em; color : #4B4B4B; background-color: #DEDCF2;}
.recommand h2 .phead {float: left; background-color: #9FB6D5;width:10px; margin-right: 5px; }

#toc {
    margin:0px; 
    margin-bottom : 5px;
    padding: 5px;
    padding-bottom : 30px;
    border: 1px solid #ddd;
}
#toc h2 { font-size: 1em; color : #4B4B4B; background-color: #DEDCF2;}
#toc h2 .phead {float: left; background-color: #9FB6D5;width:10px; margin-right: 5px; }

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

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

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
  border :1px solid #598F9A;
  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 #598F9A;
  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 : #e9f1fb;  color : #000;}

input[type=submit]:hover {background : #e9f1fb;color : #c00;}

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 #598F9A;}

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