/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */

html
{

  /* setting border: 0 hoses ie6 win window inner well border */
  padding: 0;
background-color: #F4F4F4;

}

body
{

  /* setting border: 0 hoses ie5 win window inner well border */
  padding: 0;
 font-family: Arial,helvetica;
  font-size: 14px;
  width:100%;
background-color: #F4F4F4;



}

form { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
  margin-top: 10px;
  margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
  clear: both;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
margin: 0 auto;
  line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block;margin: 0 auto; }
/* */


/* page layout */

body { text-align: left;} /* center on ie */

#container
{
  position: relative;
  margin: 0 auto; /* center on everything else */
  width: 1000px;
  text-align: left;
background-color: #F4F4F4;
border: 2px groove black; 
}
#container-inner { position: static; width: auto; }

#banner { position: relative; width:100%; }
#banner-inner { position: static; }

#pagebody { width: 100%; 
 }
#pagebody-inner { position: static; width: 100%;

 }

#alpha, #beta, #gamma, #delta
{
  display: inline; /* ie win bugfix */
  position: relative;
       margin: 0 auto;
       text-align:left;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
  position: static;
        margin: 0 auto;
}


/* banner user/photo */

.banner-user
{
  float: left;

  width: 64px;
  margin: 0 15px 0 0;
  border: 0;
  padding: 0;
  text-align: center;
}

.banner-user-photo
{
  display: block;
  margin: 0 0 2px 0;
  border: 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none !important;
}

.banner-user-photo img
{
  width: 64px;
  height: auto;
  margin: 0;
  border: 0;
  padding: 0;
}


/* content */

.content-nav
{
  margin: 10px;
  text-align: center;
}

.date-header,
.entry-content
{
  position: static;
  clear: both;
  width:505px;
}

.entry,
.trackbacks,
.comments,
.archive
{
  position: static;
  
  clear: both;
  margin-left: 0px;
  margin-bottom: 20px;
  width:100%;
  text-align: left;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
  clear: both;
  margin: 5px 10px;
  width:100%;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
clear: both;
text-align: left;
background-color: #F4F4F4;

}


.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
  clear: both;
  margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
  width: 240px;
}

#comment-bake-cookie
{
  margin-left: 0;
  vertical-align: middle;
}

#comment-post
{
  font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
  float: left;
  width: 115px;
  margin: 0 10px 10px 0;
}

.image-thumbnail img
{
  width: 115px;
  height: 115px;
  margin: 0 0 2px 0;
}


/* modules */

.module
{
  position: relative;
  
  width: 100%;
}

.module-content
{
  position: relative;
  margin: 5px 5px 20px 10px;
width:180px;
}



.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
  border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
  width: 14%;
  text-align: left;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }



/* positioniseverything.net/easyclearing.html */

* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
/* .typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
  float: left;
  min-width: 60px;
  width: 60px;
  /* no ie mac \*/width: auto;/* */
  margin: 0 5px 0 0;
  text-align: center;
  vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
  margin: 0;
  padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
  margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
  display: block;
  height: 1%;
  margin: 0;
  border: 0;
  padding: 0;
  list-style: none;
list-style-position: inside;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */



.module-recent-photos .module-list-item img
{
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
  width: 14%;
  height: 75px;
  text-align: left;
  vertical-align: top;
}

.day-photo
{
  width: 54px;
  height: 54px;
}

.day-photo a
{
  display: block;
}

.day-photo a img
{
  width: 50px;
  height: 50px;
}


/*
name: The Late Show
designer: Liz Lubowitz
designer_url: http://killsmedead.com
description: because the movie blog is always a popular choice
layouts: one-column, two column, three column
*/


/* -------------------------- */
/* ---------- misc ---------- */
/* -------------------------- */

a { color: black; text-decoration: none;}
a:visited { color:black; }
a:hover { color: black; }


h1, h2, h3, h4, h5, h6 {margin: 5px 0px;}

blockquote {
  margin: 10px 30px; 
  padding: 10px 10px 10px 35px; 
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  background: #111111 url(images/blockquote.gif) 0px 10px no-repeat;
  color: #000000;
  font-size: 12px;
font-family: Arial,helvetica;
  }

blockquote p {margin: 0px;}

input, textarea {
  margin: 2px 0px; 
  border: 1px dotted #666666;
  background: white;
  color: black;
  }

ul {list-style-type: none;
list-style-position: inside;}

ul li {
  margin: 0px; padding-left:4px;

width: 180px;
  }

ul li ul li {
  margin: 0px; padding: 0px 0px 0px 0px;
  background: url(images/libg.gif) 0px 8px no-repeat transparent;
  position: relative;
  left: 8px;
  }

/* --------------------------------- */
/* ---------- page layout ---------- */
/* --------------------------------- */

html {margin: 0px; padding: 0px;}

body {
  margin: 0px; 
  color:  #000000;
background-color: #F4F4F4;
  font-size: 12px;
font-family: Arial,helvetica;
/*
  line-height: 22px;*/
  text-align: left; 
  } 



#pagebody {
  width: 1000px;
  margin: 0px;
  padding: 0px;
  }
/*
#alpha, #beta, #gamma {
  display: inline; 
  position: relative; 
  float: left;
  }*/
  
  

/* ---------------------------- */
/* ---------- header ---------- */
/* ---------------------------- */

#banner {
  background: #EE1B26;
  margin: 0px;
  padding: 0px;
        text-align:center;
  }
#banner-description{
        text-align:center;
        color:#000000;
        font-weight: bold;
}

#banner-inner {
  height: 45px;
  width: 1000px;
  margin: 0px auto;
  padding: 0px;
  background:#ee1b26;
 background-repeat: repeat-x ;
text-align:center;
  }

#banner h1 {
  margin: 0px;
  padding: 00px 0px 0px 0px;
  font-size: 30px;
font-family: Arial,helvetica;
  line-height: 30px;
text-align:center;
  }

#banner h1 a, #banner h1 a:link {
  text-decoration: none;
text-align:center;
  }

#banner h1 a:hover {color: #333333; text-align: center;}

#banner h2 {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  font-size: 10px;
  text-transform: uppercase;
        text-align: center;
  }

/* ----------------------------- */
/* ---------- content ---------- */
/* ----------------------------- */

.content-nav {margin: 0px; padding: 5px 0px;}

.content-nav a:link, 
.content-nav a:visited, 
.content-nav a:active {
  text-decoration: none;
  }

.content-nav a:hover {
  text-decoration: underline;
  }

.date-header {
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
font-family: Arial,helvetica;
  }

.entry {

  padding: 0px;
  background-color: white;
  }

.entry a{

  padding: 0px;
        color: #000000;
  }

.entry-header {
  padding: 3px 10px;
/*  border-bottom: 1px solid  #000000;*/
  color: #000000;
  font-size: 17px;
font-family: Arial,helvetica;
background-color: #F4F4F4;
}
.entry-header h2, .entry-header h2 a, h2{
  color: #000000;
font-family: Arial,helvetica;
        font-weight: bold;
font-size: 18px;

}

.feed {
text-align:center;
}
.entry-content {

  clear: both;
  padding: 2px 2px 2px 2px;
color:black;
  }

.entry-content li {margin: 10px 0px; }

.entry-body { 
width: 560px;
  padding: 4px 4px 4px 4px;
border-bottom: 1px solid #000000;
  }

.entry-body a {
  padding-bottom: 2px;
        color:black;
  text-decoration: underline; 
  }

.entry-body a:hover {
  padding-bottom: 2px;
  background:  #EADBC0;
  color: black;
  text-decoration: none; 
  }

.entry-body img {
border: 1px solid white;
max-height: 400px;
max-width: 300px
}

.entry-userpic {
  display: none;
  width: 100px;
  height: 100px;
  float: right;
  margin: 10px 0px 0px 0px;
  }

.entry-userpic img,
.comment-userpic img
{
    display: none;
    margin: 0 auto;
}

p.entry-footer,
p.comment-footer { 
  margin: 0px 0px 0px 0px;
  padding: 10px;
  border: 1px dotted #666666;

  color: #888888;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
  }

p.entry-footer a, 
p.entry-more-link a,
.comment-footer a {
  padding: 0px !important;
  text-decoration: none !important; 
  border: 0px !important;
  color: #888888 !important; 
  text-decoration: none !important;
  }

p.entry-footer a:hover, 
p.entry-more-link a:hover,
.comment-footer a:hover {
  color:  #EADBC0 !important;
  background: #111111 !important;
  text-decoration: none; 
  border: 0px !important;
  }

.entry-more-link {
  padding: 5px 5px 5px 23px;
  border: 1px dotted #666666;
  background:url(images/libg.gif) 10px 12px no-repeat #111111;
  }

.post-footers {
  display: block; 
  }

.separator {display: none;}

.trackbacks {}

.trackback-content {  
  padding: 0px 0px 0px 0px; 
  border-top: 1px solid #444444;  
  }

#trackbacks-info, .trackbacks-content, .comment, .comments-open {  
  padding: 0px 0px 20px 0px; 
  }

.trackbacks-header, h3.comments-header {  
  padding: 3px 20px;
  background: transparent;
  color: #000000;
  font-size: 18px;
font-family: Arial,helvetica;
  }

.trackback-footer {
  padding: 0px 0px 10px 0px; 
  }

.comment {margin: 0px; padding: 0px;}

.comments {margin: 0px; padding: 0px;}

.comment-userpic {
  display: none;
  float: left;
  width: 100px;
  height: 100px;
  }

.comment-content {
  width: auto;
  margin: 0px;
  padding: 0px 15px 0px 15px;
  }

.comment-content p:first-child {margin: 15px 0px;}

.comment-content p {margin: 15px 0px 0px 0px;}

.comments-open-header {
  margin: 0px;
  padding: 5px 0px;
font-family: Arial,helvetica;
  }

.entry,
.trackbacks,
.comments,
.archive {position: static;  clear: both; margin-bottom: 10px;margin-top: 1px; }

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {clear: both; margin: 0px;}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {clear: both;}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer, 
.archive-content {clear: both; margin: 2px;}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {width: 240px;}
#comment-bake-cookie {margin-left: 0px; vertical-align: middle;}
#comment-post {font-weight: bold;}

img.image-full {width: 100%;}
.image-thumbnail {float: left; width: 115px; margin: 0px 10px 10px 0px;}
.image-thumbnail img {width: 115px; height: 115px; margin: 0px 0px 2px 0px;}



/* ----------------------------- */
/* ---------- modules ---------- */
/* ----------------------------- */

.module {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  }

.module-header {
  margin: 0px auto;
        padding-left:10px;
  border-bottom: 1px solid #444444;
  font-size: 17px;
font-family: Arial,helvetica;
  font-weight: bold;
  line-height: 17px;
  }

.module-content {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 180px;
font-size: 14px;
  }

.module-content a { text-decoration: none; font-size: 14px;}
.module-content a:hover { text-decoration: underline;}

.module-search {
  width: auto;
  margin: 0px 0px 20px 0px;
  }

.module-search .module-header {
  padding: 0px 0px 0px 0px;
  border: 0px;
  }

.module-search .module-content {
  margin: 0px;
  padding: 0px;  
  background: transparent;
  }

.module-syndicate {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  border-top: 1px solid #444444;
  }

.module-syndicate .module-content {
  margin: 0px;
  padding: 0px 0px 0px 60px;
  }

.module-powered {
  margin: 0px;
  padding: 10px 0px 0px 0px;  
  }

.module-powered .module-content {
  margin: 0px;
  padding: 0px 0px 0px 60px;  
  }

.module-powered a, .module-powered a:link {font-weight: bold; display: inline;}

.module-list,
.archive-list {  
  margin: 0px; padding: 0px 0px 0px 0px;
  }

.module-list-item {
  margin: 0px;
  width: 180px;

  }

.module-archives .module-header a {color:  #000000; text-decoration: none;}

.module-syndicate a:first-child {
  padding: 0px 0px 0px 15px;
  background:url(images/feed.gif) top left no-repeat transparent;
  }


.module-presence img { vertical-align: middle; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }
.module-calendar .module-content table {border-collapse: collapse;}
.module-calendar .module-content th, .module-calendar .module-content td {width: 14%; text-align: center;}



/* ------------------------------ */
/* ---------- calendar ---------- */
/* ------------------------------ */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }
.module-mmt-calendar th { text-align: left; }
.module-mmt-calendar td {width: 14%; height: 75px; text-align: left; vertical-align: top;}

.day-photo {width: 54px; height: 54px;}
.day-photo a {display: block;}
.day-photo a img {width: 50px; height: 50px;}




/* ----------------------------------- */
/* ---------- three columns ---------- */
/* ----------------------------------- */

.layout-three-column #alpha {


  }

.layout-three-column #beta {
  display: block;


  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  background: url(images/entry.gif) top left repeat-y transparent;
  } 

.layout-three-column #gamma {
  display: block;


  padding: 0px 0px 0px 0px;
  }

.layout-three-column #alpha-inner {

  }

.layout-three-column #alpha .module-powered {
  padding-bottom: 121px;
  background:url(images/body.gif) bottom left no-repeat transparent; 
  }

.layout-three-column #gamma .module {
  display: block;
  width: auto;
  background: transparent;
  }

.layout-three-column #gamma .module-header {
  width: auto;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 10px;  
  }

.layout-three-column #gamma .module-content,
.layout-three-column #gamma .module-search,
.layout-three-column #gamma .module-search .module-header,
.layout-three-column #gamma .module-search .module-content,
.layout-three-column #gamma .module-powered {
  width: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  border: 0px;
  background: transparent;  
  }

.layout-three-column #gamma .module-syndicate {
  width: auto;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  border-top: 1px solid #444444;
  background: transparent;  
  }

.layout-three-column #gamma .module-powered .module-content {
  padding: 0px;
  }

.layout-three-column #gamma .module-powered {padding-top: 10px;}

.layout-three-column #gamma .module-search {
  padding: 0px 0px 20px 0px;
  }

.layout-three-column #beta .separator {display: none;}

/* HENRI */

.menugauche {
  width: 210px;
  
}

.menu-haut {
  height: 22px;
  width:210px;

}
  
.menu-bas {
    height: 22px;
    width:210px;
}

.menu-corps-gauche {
    width:210px;
border-right: 1px solid black;
}

.menu-corps-droit {
    width:210px;
border-left: 1px solid black;
}

/*
#alpha {
  float:right;
positon:relative;
top:-10px;

}

#gamma {
text-align:left;
positon:relative;
top:-6px;
}

#beta {
width: 540px;
}
*/


#gamma {
text-align:left;
margin-left: 10px;
}

.note-cadre {
  border: 1px dotted white;
}

.entry-tags a {
  text-decoration: none;
}
  
a
{
color: black;
font-weight: normal;
text-decoration: none;

}

a:hover 
{
color: black;
font-weight: normal;
text-decoration: none;
}

.entry {
border : 1px solid #F4F4F4;
}


.sidebar1-image {

width:180px;
}

.sidebar1-image a{

width:180px;
}


.sidebar1-image a:hover{

width:180px;
}

.mes-ul-li a{
width: 140px;
}

.nuage {
width:180px;
margin: 4px;
padding-left: 10px;

}

.header2008 {
}
.module-list, .archive-list {
width:160px;

padding-left: 4px;
}

.menu-bottom {
position:relative;top:4px;
}
#mod-left {

}
.inscription a{
text-decoration: underline;

}
.recherche {

}

.entry-footer{
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
background: #F4F4F4;
font-size: 11px;
padding-top: 3px;
}
.entry-footer a{
font-size: 11px;
}

.post-footers{
border-top: 1px solid #DEDEDE;
}

.thumb{ float: left;width:130px;margin:0px 5px 5px 0px;}
.small-img{ width:60px;margin:0px 5px 5px 0px;float: left;}
.sidebar-img{ width:200px;margin:10px;}

.li-module {
font-size: 15px;
}
.feeds {
text-align: center;
margin: 0px;
}
.alain-photo {
text-align: center;
margin: 8px;
}

.links-entries {
font-weight: normal;
}

.inscription {
padding-right: 8px;
}
.recherche {
padding-left: 8px;
}
.archi-list
{
width: 80%;
}
.nuagee {
line-height: 200%;margin: 4px;font-size:12px;
}
.keyword {
180px;
}

.module-list-item {
border-bottom : 1px dotted black;
padding-top: 1px;}

.module-list,
.archive-list
{
  margin: 4px;
  padding: 0;
}

.module-list-item
{
font-size:12px;
}

.typelist-thumbnailed .module-list-item
{
  display: block;
  clear: both;
  margin: 0;
}

.typelist-thumbnailed .module-list-item:after
{
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.module-recent-photos .module-list-item
{
  display: block;
  float: left;
  /* ie win fix \*/ height: 1%; /**/
  margin: 0;
  border: 0;
  padding: 0;
}

.module-recent-photos .module-list-item a
{
  display: block;

  margin: 0;
  border: 0;
  padding: 0;
}
.article_en_rapport {
width: 400px;
}