@import url(style.css);

/* hide stuff */
h1, #pied, #menu, #preview-message, .alternate, #validity {
  display: none;}

/* be print-friendly */
body {
  border:none;
  font-size:.9em}
body,
footer ul {
  padding-bottom: 0;
  margin-bottom: 0}


/* hide links */
a,
a:link,
a:visited,
a:hover,
a:active,
.help,
a abbr[title] {
  color: black;
  text-decoration: none;
  border: none;}

/* hide html helpers */
abbr[title],
acronym[title] {
  border-bottom-width: 0;}

h2 {
  font-size: 1.2em;
  margin: 1em 0 .5em 0;
  color: #595934;}
h3 {
  margin: 0;
  color: #000;}
ul {
  margin-top: .7ex;}


#page {
  padding-top: 1em;
  width: auto;
  margin: 0;}
#objectif {
  font-size: 1.1em;
  background: none;
  border: 1px solid black;}
#contact h2 {
  display: block;}


/* extended links and abbreviations */

/*abbr[title]::after,
acronym[title]::after {
  content: ' (' attr(title) ')';
  font-size: .8em;}
abbr[lang=en][title]::after,
acronym[lang=en][title]::after {
  font-style: italic;} 

a[href]::after {
  content: ' (' attr(href) ')';
  font-size: .8em;}
a[title][href]::after {
  content: ' (' attr(title) ' : ' attr(href) ')';
  font-size: .8em;}*/

/* except for the vcard */

/*.vcard abbr[title]::after,
.vcard acronym[title]::after,
.vcard a[href]::after,
.vcard a[title][href]::aft er {
  display: none;}*/


