@charset "utf-8";

/**
	Design par Jerome TAMARELLE
	Contact jerome _arobase_ tamarelle.net
	Tous droits reserves.
**/

body {
  font-family: Georgia, Times, Serif;
  background-color: #000;
  color: #eee;
  text-align: center;
}
#container {
  width: 800px;
  margin: 0 auto;
}
ul,li,h1,h2,p {margin:0;padding:0}
a {text-decoration: none}
a img {border: none}
.hidden {display: none;}

/********************
	TOP           **/

h1 {
  text-align: right;
  font-size: 1.4em;
  font-weight: normal;
}
h1 span {
  font-size: 0.8em;
  margin-right: 1em;
}
h1.home {font-size: 1.8em}

/********************
	MENU          **/

#menu {margin-top: 15px;}
#menu a {
  padding: 1px;
  margin: 0 0.3em;
  color: #fff;
  font-variant: small-caps;
  border-bottom: #333 solid 2px;
}
#menu a:hover, #menu a.active {
  border-bottom-color: #fff;
}

/********************
	HOME          **/

#albums {
  list-style: none;
  width: 550px;
  float: left;
  margin-top: 20px;
}
.section {
  list-style: none;
  margin: 8px;
  display: inline;
  float: left;
  font-size: 1.1em;
}
.section a {display: block;}
.section a:hover {background: #fff;}
.section a img {border: #fff solid 8px;}
.section a span {
  display: block;
  height: 30px;
  width: 166px;
  color: #000;
}
div.section /* contact */
{
  float: right;
  margin-top: 100px;
  text-align: center;
}

/********************
	TEXT          **/

#page {margin: 30px 0;}
#page p, #page ul {
  text-align: justify;
  margin: 1.2em;
}
#page li {margin-left: 1.2em;}
#page p.sign {text-align: right;}
#page a {color:#fff;}
#page a:hover {border-bottom: solid 1px;}

#mailed, #mailed h2 {margin-top: 30px;}
#mailed pre{
  text-align: left;
  width: 500px;
  margin: 20px auto;
}

/********************
	FORM          **/

fieldset {
  width: 300px;
  margin: 10px 0 10px 20px;
  padding: 10px;
  border: #fff solid 1px;
  float: right;
}
legend {color:#fff;margin:0 0.3em;font-size:1.2em;}
input {width: 200px;}
textarea {width: 300px; height: 140px;}
input, textarea {
  background-color: #fff;
  border: #fff solid 1px;
}
input, textarea, label {margin-top: 0;}
input[type=submit] {
  text-align:center;
  background-color:#000;
  color: #fff;
}
label {text-align:right;display:block;}
label.message {text-align: left;}

/********************
	FOOT          **/

#footer {
  clear: both;
}
#footer small {
  color: #333;
}
#footer small a {color:#333}
#footer small a:hover {color:#600}
