@media screen {


/* GLOBAL */

body {
  margin: 20px;
  background: #000;
  text-align: center;
  color: #fff;
  font-family: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

img {border: none;}

hr {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  margin-top: 0;
}

h2, h3 {
  margin-bottom: 15px;
}

h4 {
  margin: 0 0 4px 0;
}

a {
  text-decoration: none;
  color: #dcc;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

#base {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header, #middle {
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  text-align: left;
}


/* HEADER */

#header {
  border-top: 1px solid #444;
  background-image: url("../images/etienne-header.jpg");
  background-position: -30px 0;
  background-repeat: no-repeat;
  height: 185px;
  text-align: right;
}

#header img {
  margin: 67px 50px 0 0;
}

#header h1 {
  display: none;
}


/* MIDDLE */

#middle {
  /* height: 400px; */
  background: url("../images/etienne-middle.jpg") no-repeat;
  background-position: -30px 0;
  padding: 10px;
}


/* PRINCIPAL */

#principal {
  color: #fff;
  margin-right: 160px;
  padding: 10px;
  background: url("../images/etienne-principal.jpg") no-repeat -40px -10px;
}

#principal p {
  margin: 0 0 10px 0;
}

#news {
  margin-top: 25px;
  border-top: 1px solid #444;
  padding-top: 10px;
}

#news h4 {
  display: inline;
}

#news p {
  margin-top: 5px;
}

.last_news {
  margin-bottom: 20px;
  border-bottom: 1px solid #222;
}


/* GALERIES */

img.cat_vignette {
  float: left;
  padding: 3px;
  margin: 0 8px 15px 0;
  border: 1px solid #fff;
}

a.categories p {
  font-weight: normal;
  color: #fff;
}

img.vignette {
  padding: 4px;
  margin: 5px 10px 5px 10px;
  border: 1px solid #fff;
  background: #000;
}

td.liste_vignette {
  vertical-align: bottom;
  text-align: center;
}

span.new_img {
  color: #f00;
  font-weight: bold;
/*  text-decoration: blink;*/
}


/* MAINTENANCE */

#maintenance {
  color: #fff;
  padding: 10px;
  background: url("../images/etienne-principal.jpg") no-repeat -40px -10px;
  text-align: center;
}

#maintenance p {margin: 0 0 10px 0;}

#maintenance p.fin-page {margin: 0;}


/* MENU */

#menu {
  width: 150px;
  float: right;
  background: #222;
}

#menu ul {
  list-style-type: none;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px;
  padding: 0;
}

#menu ul.sous_galeries {
  font-size: 0.8em;
  list-style-type: circle;
}

#menu li {
  border-top: 1px solid #333;
  margin: 5px 5px 0px 5px;
  padding: 5px 10px 0px 10px;
  color: #999;
}

#menu li:hover {
  color: #ccc;
}

#menu li.sous_galeries {
  border: none;
  margin: 0 0 3px 20px;
  padding: 0 2px;
}

#menu a {
  color: #999;
  text-decoration: none;
}

#menu a:hover {
  color: #ccc;
}


/* FOOTER */

#footer {
  text-align: center;
  color: #666;
  font-size: 0.8em;
}

#footer p {
  margin: 0;
  padding: 15px;
}

#footer a {
  color: #999;
  font-weight: normal;
  text-decoration: underline;
}

}
