body {
  min-height: 300px;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 14px;
  background: url('img/pink.png') repeat-x 0 128px;
}

body > #left-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 200px;
  background-color: white;
}

body > #tout {
  position: relative;
  margin: 0 auto;
  width: 920px;
  min-height: 500px;
  padding: 0;
  background: url('img/manifestants.jpg') no-repeat 520px 0;
}

#pink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url('img/pink.png') no-repeat 200px 128px;
}

h1#logo {
  position: absolute;
  top: 17px;
  left: 35px;
  width: 400px;
  height: 200px;
  margin: 0;
  background: url('img/logoVP-A-340.png') no-repeat 0 0;
}

h1#logo span {
  display: none;
}

h1#solidaires {
  position: absolute;
  top: 133px;
  right: 2px;
  margin: 0;
  padding: 0;
  text-align: right;
  font-family: "Bitstream Vera Sans";
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
}

h1#international {
  position: absolute;
  top: 168px;
  left: 152px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "Bitstream Vera Sans";
  font-weight: bold;
  font-size: 21px;
}

#menu {
  position: absolute;
  top: 166px;
  left: 0;
  width: 140px;
}

#page {
  position: absolute;
  top: 250px;
  left: 155px;
  width: 420px;
  padding: 15px 0;
  min-height: 200px;
  margin-bottom: 10px;
}

#after-page {
  position: absolute;
  top: 410px;
  left: 600px;
  width: 320px;
  padding: 0;
}

/*===== Languages: ====================*/

ul#languages {
  position: absolute;
  top: 160px;
  left: 410px;
  width: 100px;
  height: 50px;
  padding: 0;
}

ul#languages > li {
  list-style: none;
  position: absolute;
  padding: 0;
}

ul#languages > li > a {
  text-decoration: none;
  color: #777;
  font-size: 80%;
}

ul#languages > li.this_lang > a {
  color: #600;
}

ul#languages > li#language_en { top: 0; left: 0; }
ul#languages > li#language_it { top: 18px; left: 0; }
ul#languages > li#language_fr { top: 0; left: 70px; }

/*===== Menus: ====================*/

  /*---- Généralités: ----*/

#menu {
  color: #600;
}

#menu ul {
  padding: 0;
}

#menu li {
  list-style: none;
}

   /*---- Articles de premier niveau: ----*/

#menu > ul > li {
  display: none; /* remis à «inline» pour l'article cité dans dir_$lang/lang.css */
  position: static;
  font-size: 100%;
}

   /*---- Articles normaux: ----*/

#menu > ul {
  margin: 60px 0 0 0;
}

#menu > ul ul {
  margin: 0;
}

#menu > ul > li li {
  font-size: 90%;
  padding: 0.5ex 0.8em;
  margin: 0.5ex 0;
}

#menu > ul > li li > ul > li {
  font-size: 90%;
  padding: 0.5ex 0.8em;
  margin: 0.5ex 0;
}

#menu li a {
  text-decoration: none;
}

#menu li a:hover {
  color: #600;
}

#menu a:link, #menu a:visited, #menu a:active {
  color: #777;
}

  /*---- Ligne à gauche premier niveau: ----*/

#menu > ul > li > ul {
  xxborder-left: 1px solid #800;
}

#menu > ul > li { }
#menu > ul ul > li { background-color: #F4F4F4; border: 1px solid #CCC; }
#menu > ul ul ul > li { background-color: #EEE; border: 1px solid #BBB; }

  /*---- Articles particuliers: ----*/

#menu li span.voirPageDiscrete {
  font-style: italic;
}

#menu li span.voirBrouillon:before {
  content: url(img/wip.png);
}

#menu li span.voirRedirection {
  font-size: 70%;
}

/*===================================*/

#page {
  border-bottom: 1px dotted black;
}

#page h1 {
  margin: 0;
  border-bottom: 1px dotted black;
  color: #800;
  font-size: 130%;
  font-weight: bold;
  line-height: 135%;
}

#page h1 span.soustitre {
  font-size: 85%;
}

#page h1 span.signature {
  display: block;
  text-align: right;
  font-size: 75%;
}

#page h2 {
  margin: 2ex 0 2ex 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
}

#page h3 {
  margin: 2ex 0 2ex 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 120%;
}

#page h4 {
  margin: 2ex 0 2ex 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
}

#page p, #page li {
  line-height: 165%;
}

#page p, #page li, #page dd {
  text-align: justify;
}

#page blockquote {
  margin: 2ex 8%;
}

#page blockquote p, #page blockquote li, #page blockquote dd {
  font-size: 90%;
  line-height: 160%;
}

#page .encadre {
  margin-bottom: 3ex;
  background-color: #BCD;
  padding: 0.5ex 1.2em;
  border: 1px solid #9AB;
  font-size: 85%;
}

#page a:link, #page a:visited, #page a:active {
  color: #040;
}

#page a:hover {
  color: #271;
}

#page a.external {
  padding: 0 13px 0 0;
  background-image: url(img/external.png);
  background-repeat: no-repeat;
  background-position: center right;
}

#page a.email {
  padding: 0 15px 0 0;
  background-image: url(img/email.png);
  background-repeat: no-repeat;
  background-position: center right;
}

#page div.vsp {
  height: 2ex;
}

#page img {
  display: block;
  margin: 0;
  border: none;
}

#page sup {
  font-size: 75%;
  vertical-align: 50%;
  line-height: 100%;
}

#page sub {
  font-size: 75%;
  vertical-align: -50%;
  line-height: 100%;
}

#page em.bold {
  font-style: inherit;
  font-weight: bold;
}

#page .imgdiv p {
  margin: 5px 0 0 0;
  text-align: right;
  font-size: 72%;
}

#page div.mail {
  font-family: monospace;
  font-size: 13px;
}

#page div.mail p, #page div.mail li, #page div.mail dd {
  text-align: left;
}

/*========= #after-page: ===========*/

#after-page img {
  display: block;
  margin: 0;
  border: none;
}

#after-page > div:first-child {
  margin-top: 0;
}

#after-page > .announcement {
  margin: 4ex 0 4ex;
  padding: 1ex 1em;
  font-size: 90%;
  background-color: #F4F4F4;
  border: 1px solid #CCC;
}

#after-page > .after-page-banner {
  margin: 2ex 0;
}

@media print {


}
