body {
    background-color: #FCFCFC;
}

h1, h2, h3, h4 {
  padding: 2px 0;
  margin: 1px;
}

#left h1 {
    font-size: 1.4em;
    color: #777777;
}

#left h1 a {
    text-decoration: none;
}

/* main blocks */

#top, #nav, #content {
  width: 858px;
  margin-left: auto;
  margin-right: auto;
}

#top {
  margin-bottom: 0; padding-bottom: 0;
  border-top : 2px #777777 solid; 
  background-color: white;
}


#topbanner {
  border: 0;
  margin: 0;
  padding:0;
}

#nav {
  margin-top : 0; padding-top: 0.3em;
  margin-bottom: 0; padding-bottom: 0.3em;
/*  border-left : 2px green solid; 
  border-right : 2px green solid; */
  border-bottom : 1px #777777 dashed;
  text-align: center;
}

#nav p {
  margin-top: 0;
  margin-bottom: 0;
}

#nav p a {
  font-weight: bolder;
}

#content {
  margin-top: 0;   
  padding-top: 0.3em;
  border-bottom : 2px #777777 solid; 
}

#nav, #top, #content {
  border-left : 2px #777777 solid; 
  border-right : 2px #777777 solid; 
}


#content h1 {
  margin-top: 0.2em;
}

#content h2.date {
  font-size: small;
}

#content div {
  padding: 5px;
}

#left {
  float: left;
  width: 660px;
  margin : 0 5px 0.3em 0.3em;
/*  border: 1px solid purple; */
/*  border-right: 1px solid #777777; */
  margin-bottom: 50px;
}

#left div.notice {
    border: 1px solid #c9b3d0;
}

#left img {
  background-color: white; 
  margin: 5px;
  padding: 5px;
  border: 1px black solid;
}
  
#left img.floatright {
     float: right;
}


#left div.navigation p,
#left div.photoNavigation p {
    width: 100%;
    position: relative;
    text-indent: 0;
}

#left div.navigation p {
    border: 1px black solid;
}

#left span.previous {
    position: absolute;
    left: 5px;
}

#left span.next {
    position: absolute;
    right: 5px;
}

#left a {
    color: #777777;
    font-weight: bold;
}

/* bookmarks */
ul.bookmarks li {
    list-style-type: none;
    font-size: 0.9em;
}

ul.bookmarks li:before {
	content: "\00BB \0020";
}

/* teaser pages */
#left div.teaser {
    float:left; 
    border-left: 2px solid #dddddd;
    margin: 2px;
    padding: 0;
    width: 280px;
    height: 200px;
    font-size: 0.8em;
  }
#left div.teaser ul  {
	list-style-type: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    line-height: 1.5em;
  }
#left div.teaser ul li {
    text-indent: 0;
    margin-left: 7px;
  }

#left div.teaser img{
    float:left;
    border: none;
    margin: 2px;
    padding: 0;
  }

/* Comments */
#left div.comments {
    font-size: 0.8em;
    border: 1px #CCCCCC solid;
    margin-bottom: 25px;
    background-color: #F8F8F8;
}

#left div.comments ul {
    border-left: 2px #777777 solid;
    padding-left : 5px;
    margin-left: 0;
    background-color: #EEEEEE;
}

#left div.comments ul li {
    list-style-type: none;
}

#left textarea, input {
    border: 1px solid #CCCCCC;

}

/* Photo */

#left div.photoPage {
    text-align: center;
}

#exif {
    margin-left: 30px;
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px #CCCCCC dashed;
    font-size: smaller;
}

#left div.photoComment {
    margin-left: 30px;
    background-color: #CCCCCC;
    border: 1px #777777 solid;
}

#left div.photoComment dl {
  padding : 0;
  margin : 0;
}

#left div.photoComment dt:after {
  content: ":";
}

#left div.photoComment dt {
  float: left;
  clear: both;
  margin-right: 10px;
  font-style: italic;
}

#left div.photoComment dd {
  margin-top : 0;
}

#left div.GalleryToPhoto, #left div.ThumbToGallery {
  float: left;
  text-align: center;
  height: 150px;
  width: 150px;
}

#left div.GalleryToPhoto a,  #left div.ThumbToGallery a {
    text-decoration: none;
    font-size: 0.8em;
}

#left div.wrongResolution {
    background-color: #CCCCCC;
    border: 1px #777777 solid;
}

#right {
  width: 150px;
  float: right;
  margin : 0 0.3em 0.3em 0.3em;
/*  border: 1px solid yellow; */
  border-left: 1px solid #DDDDDD;
}

div.clearall {
  clear: both;
}

#bottom {
  clear: both;
  text-align: center;
  color: #777777;
  font-size: smaller;
  margin: 0;
  padding: 0;
  border-top:  1px solid #DDDDDD;
}

#bottom p {
  margin: 0;
  padding: 0;
}
/* right block style */
#right {
    font-size: 0.8em;
}

#right h2 {
  font-size: 1.1em;
  border-top : 1px solid #DDDDDD;
  margin-top: 20px;
}

#right ul {
  margin: 2px;
  padding: 1px 1px 1px 4px;
}

#right ul li {
  list-style-type: none;
}

/* thanks to http://alistapart.com/articles/taminglists/ */
#right ul li:before {
	content: "\00BB \0020";
}

#right a {
    color: #777777;
    font-weight: bold;
    text-decoration: none;
}

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

#right div.teaser {
    border: dashed  1px #CCCCCC;
    margin-bottom: 20px;
    text-align: center;
}

#right div.teaser h3 {
    font-size: 1em;
}
#right div.teaser ul li {
    font-size: 0.7em;
    font-weight: bold;
    color: #777777;
    text-align: left;
}

#right div.teaser ul li:before {
    content: "";
}

#right div.teaser a img {
    text-decoration: none;
    border: 0;
}

li.nabaztag {
    background-image: url("/resources/images/nabaztag-small.jpg");
    background-repeat:no-repeat;
    padding-top: 55px;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* */
#nav a {
    text-decoration: none;
    font-weight: bold;
    color: #777777;
    margin: 25px;
}

#nav a:hover {
    text-decoration: underline;
    font-weight: bolder;
    margin: 25px;
}


/* backward compat */
div.imgOfTheDay {
    text-align: center;
    float: right;
}

div.imgOfTheDay img {
    padding: 10px;
    border: thin #bbbbbb solid;
    background-color: white;
}

img.enlarge:hover {
    border: 1px #b2b2b2 solid;
    width: 280px;
}
img.enlargey:hover {
    border: 1px #b2b2b2 solid;
    height: 280px;
}
/* Inspiré de karl, marci ! */
blockquote {
    border: 0;
    border-left : 3px solid #b2b2b2;
    padding: 0;
    padding-left: 1em;
    font-size: 0.9em;
    font-style: italic;
    margin: 0;
    margin-left: 0;
}
blockquote:after {
	display: block;
	content: attr(cite);
	text-align: right;
	font-size: 0.8em;
}
blockquote p {
    margin: 0;
    padding:0;
    text-indent: 0;
}

