/* Mes propres styles pour le squelette. Complémente spip_style.css */

/* Styles principaux de polices etc. */

body {
  font-family: sans-serif;
  font-size: 14px;
}

/* Styles pour articles.html */

/* Hack !!! Hack !!! */

table {
  margin-left: auto;
  margin-right: auto;
}

.top_print {
  display: none;
}

.floatright {
  float: right;
}

form.floatright {
  padding-right: 10px;
}

form.floatright input {
  vertical-align: middle;
}

div.menu_left { 
  width: 186px;
  float: left; 
  padding: 0;
  margin-top: 25px;
  border: 0;
  background-image: url(img/menu_fond.jpg);
  background-repeat: repeat-y;
  overflow: true;
  font-size: 12px;
}

div.global {width: 753px; margin-left: auto; margin-right: auto; }

div.top { width: 753px; margin-left: auto; margin-right: auto; margin-bottom: 0; padding:0; border:0; }

p.top { margin: 0; padding: 0; border: 0;
        background-color: #670000;}

p.deco_top { margin: 0; padding: 0; border: 0; height: 15px; }

p.menu_left { padding:0 ; margin: 0; border: 0;}

a.menu_left { padding:0 ; margin: 0; border: 0;}

div.menu_articles { margin-right: 30px;}

p.menu_articles {
  text-align: right;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 0px; 
  border: 0; 
  margin: 1px;

}

p.menu_articles_on { 
  background-image: url(img/nav_on.gif);
  background-repeat: no-repeat;
  background-position: right;
}

p.menu_articles_off {
  background-image: url(img/nav_off.gif);
  background-repeat: no-repeat;
  background-position: right;
}

div.article_outer {
  padding: 9px;
  margin: 0 0 0 160px;
  background-color: #670000;
}

div.article {
  margin: 0;
  padding: 16px;
  background-image: url(img/main.jpg);
  background-repeat: repeat;
  background-color: #660000;
  border: 1px;
  border-style: solid;
  border-color: #FFFFFF;

}

.menu_bottom {
  text-align: center;
  font-size: 11px;
  font-color: #222222;
}

a.menu_bottom:link {
  color: #222222;
}

a.menu_bottom:visited  {
  color: #333333;
}

a.menu_bottom:activated  {
  color: #444444;
}

a.credits:link {
  color: #222222;
}

a.credits:visited  {
  color: #333333;
}

a.credits:activated  {
  color: #444444;
}



.credits {
  text-align: center;
  font-size: 10px;
}


/* Styles supplémentaires pour SPIP. */

h1.spip { 
  color: white; 
  clear: right;
  font-size: 16px;
  border-bottom: 2px solid white;
}

h2.spip{
  color: white;
  font-size: 15px;
  clear: right;
  border-bottom: 1px solid white;
}

h3.spip {
  color: white;
  clear: right;
  text-align: left;
  width: 90%;
  border-bottom: 1px dotted white;
  font-size: 14px;
}

p.spip {
  color: white;
  font-size: 12px;
}

p.hiera {
  color: white;
  font-size: 10px;
}

p.auteurs {
  text-align: right;
  font-size: 10px;
  color: white;
}

/* Hack pour avoir les rubriques vides à la taille du menu... 
   voir squelette "rubriques.html" et "articles.html" */

p.spacer {
  clear: both;
}

a:link {
  color: white;
}

a:visited {
  color: #EEEEEE;
}

a:activated {
  text-decoration: none;
}

a.menu_articles:link {
  color: blue;
}

a.menu_articles:visited {
  color: purple;
}

a.menu_articles:activated {
  color: purple;
}

div.formulaire_recherche {
  background-color: #670000;
  padding-left: 10px;
  margin: 0;
}

li {
  color: white;
}

.err {
  font-size: 16px;
  color: red;
}

.spip_surligne {
  background-color: #BBBBBB;
}

.spip_doc_titre {
  color: white;
}

.spip_doc_descriptif {
  color: white;
}

.article .spip_logos {
  margin: 5px;
}

/* Liens des articles */

.article a:link {
  color: #66FF99; 
}

.article a:hover {
  color: #66FF33;
}

.article a:active {
  text-decoration: underline;
}

.article a:visited {
  color: #99CC99;
}
