body {
  background: #E3E8EE url(images/body-bg.gif) repeat-x scroll left top;
  color: #343434;
  font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
  font-size: 75%;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0.6em 0 .5em;
  color: #17496D;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial;
}
a, a:link, a:visited {
  color: #3284B3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#logo {
  display: block;
  background: url(logo.png) no-repeat;
  overflow: hidden;
  text-indent: -3000px;
  width: 137px;
  height: 45px;
}
#espace-client-login,
#espace-client-projets {
  margin: 60px auto;
  width: 200px;
}
#espace-client-projet {
  margin: 60px auto;
  width: 800px;
}
#espace-client-login h1,
#espace-client-projets h1 {
  font-size: 1.2em;
}
#espace-client-login form,
#liste-projets {
  background: #fff;
  padding: 20px;
  border: 1px solid #ececec;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#espace-client-login .label,
#espace-client-login input {
  display: block;
  margin: 2px 0;
  width: 100%;
}
#projet {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #ececec;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#liste-fichiers {
  float: left;
  width: 450px;
}
#projet-info {
  float: right;
  width: 280px;
}
#projet-info p {
  clear: both;
}
#projet-info p img {
  padding: 4px;
}
ul {
  padding-left: 15px;
}
li {

}
.small {
  font-size: .82em;;
}
div.clear {
  clear: both;
}
