body{
  margin: 0px;
  padding-top: 2em;
  background: url('./upper-bar.jpg') repeat-x;
  font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
}

/*** HEADER ***/
#titre, #desc{
  text-align: center;
  margin: 0px auto;
  width: 17em;
}#titre{
  margin-top: 0.4em;
  font-size: 24pt;
}
#desc{
  font-size: 20pt;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
#liens{
  position: absolute;
  right: 0;
  top: 3em;
  margin-right: 0.4em;
  text-align: right;
}

/*** MENU ***/
ul{
  text-align: center;
}
#navigation{
  //margin: 0 9em;
  display: block;
  height: 5em;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}
#navigation li{
  display: inline;
}
#navigation img{
  border: 1px solid #000;
  vertical-align: middle;
  margin: 10px;
}

/*** LINKS ***/
ul#navigation li a:hover{
  text-decoration: none;
  color: #000;
}
ul#navigation li a:link{
  text-decoration: none;
  color: #ccc;
}
ul#navigation li a:visited{
  text-decoration: none;
  color: #ddd;
}

/*** HR ***/
hr.hr1 {
  color: #999;
  background-color: #fff;
  height: 1px;
  width: 75%;
  margin: 1em auto 0px auto;
}

/*** PORTFOLIO ***/
.even, .noteven{
  margin: 1em 5em;
  border: 1px solid #ddd;
  min-height: 130px;
  padding: 0.4em;
  overflow: auto;
}

/** MIN HEIGHT FOR IE -- IGNORED BY ANY OTHER BROWSER **/
/*\*/
* .even, .noteven {
height: 130px;
}
/**/

.even .desc, .noteven .desc{
  text-align: justify;
  text-indent: 3em;
}

/* EVEN */
#portfolio .even{
  min-height: 150px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
#portfolio .even .title{
  margin: 0em;
  font-weight: bold;
  font-size: 110%;
  border-bottom: 1px solid #ddd;
}
#portfolio .even img{
  position: relative;
  top: -1em;
  float: right;
  width: 150px;
  height: 113px;
  margin: 0.2em;
  border: 1px solid #000;
}
/* NOT EVEN */
#portfolio .noteven{
  min-height: 150px;
}
#portfolio .noteven .title{
  margin: 0em;
  font-weight: bold;
  font-size: 110%;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
#portfolio .noteven img{
  position: relative;
  top: -1em;
  width: 150px;
  height: 113px;
  margin: 0px 0.4em 0.4em 0px;
  float: left;
  border: 1px solid #000;
}

/*** PROJET ***/
#projet{
  background-color: #eee;
  margin: 1em 5em;
  border: 1px solid #ddd;
  padding: 0.4em;
}
#projet .title{
  margin: 0.4em 0em;
  font-weight: bold;
  font-size: 110%;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
#projet #images{
  align:center;
  margin: 1em auto;
  padding: 1em;
  width: 90%;
  text-align: center;
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#projet #images li{
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

/*** FOOTER ***/
#footer{
  color: #999;
  padding: 1em 5em;
}

