@import url("/styles/joliclic-page.css");

#content li {
  margin-bottom: 1em;
}
#menu {
  /*margin-left: 20em;*/
  padding: 0;
  margin: 0.4em;
}
#menu li {
  display: inline;
  margin: 0 0.5em;
  text-indent: 0;
}
.news {
  background-color: #FFFDEA;
  border: 1px #FFF5B1 solid;
}
.section li {
  line-height: 1.5em;
}

.screencastContainer {
   text-align: center; 
}

.install {
  /*display: -moz-inline-box;
  display: inline-block;*/
  min-height: 22px;
  padding-right: 26px;
  padding: 0.4em 22px 0.4em 0.4em;
  background: url("images/fleche-download.png") no-repeat right center;
  border: 1px #F9FAFC solid;
  color: blue;
  text-decoration: underline;
}
.install:hover {
  border: 1px #001477 solid;
  background: #DAE6FC url("images/fleche-download-over.png") no-repeat right center;
  text-decoration: none;
  font-weight: bold;
}
.pubNew {
  color: #c00;
  font-weight: bold;
  margin: 0 0 0.2em 2em;
}

#screenshots h4 {
  margin-top: 1.6em;
}

.screenshotContainer img {
  border: 1px #001477 solid;
  margin-bottom: 1em;
}
