
body {
  font-family:  Tahoma, Arial, Helvetica, sans-serif;
  color: #1c1c1c;
}

#main
{
    max-width: 900px;
    margin: auto;
    min-width: 320px;
}

#entete {
  padding: 0 2em 0 0;
}

#entete h1 {
  float: left;
  margin: 0;
}

#entete h1 a:link, #entete h1 a:visited {
 color: #000;
 text-decoration: none;
}

#entete h1 a:hover{
 color: #000;
 text-decoration: underline;
}

 /*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
#entete:before,
#entete:after {
  content:"";
  display:table;
}

#entete:after {
  clear:both;
}

#nouvelle dt {
  font-weight: bold;
  padding: 0.5em 0;
  border-top: 1px solid #CCC;
}

#nouvelle dd {
  margin: 0;
}

#enqueue {

}

/*menu*/

a.menu {
    float: right;
    color: #fff;
    background: #4e4e4e;
    text-decoration: none;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
 
a.menu:hover,
a.menu:focus {
    color: #1c1c1c;
    background: #ccc;
}
 
#navigation ul {
    list-style: none;
    background: #4e4e4e;
    padding: 5px 0;
}
 
#navigation li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #383838;
}
 
#navigation li:last-child a {
    border-bottom: none;
}
 
#navigation li a:hover,
#navigation li a:focus {
    color: #1c1c1c;
    background: #ccc;
}
 