/*
 * Feuille de style pour la Guilde. Mise en page sans tableaux.
 */

/* Style pour l'ensemble de la page. */
body {
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    color: #336633; background-color: white;
    margin-left: 10%; margin-right: 10%; border: none
}
a:link, a:visited, a:active, a:hover { text-decoration: underline }
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover { text-decoration: none }
a:link { color: #336633 }
a:visited { color: #660066 }
a:hover { background-color: #ccffcc }
a:active { color: #ccffcc; background-color: #668866 }
h1 a:link { color: #ccffcc }
h1 a:visited { color: #ffccff }
h1 a:hover { color: #ccffcc; background-color: #99cc99 }
h1 a:active { color: #668866; background-color: #ccffcc }

img {border:0}
 
/* Il faut moins de marges sur les albums photo. */
body.album { margin-left: 5%; margin-right: 5% }

/* Barre de navigation. */
div.navbar { text-align: center }

/* Attention! */
.warning { color: red; font-weight: bold }

/* Texte centré. */
.center { text-align: center }

/* Titres. */
h1 {
    font-size: 160%; font-weight: bold;
    text-align: center; text-transform: uppercase;
    color: white; background-color: #668866;
    background-image: url(/images/fg-green.jpeg);
    background-repeat: no-repeat; background-position: 2% 0%;
    padding: 5px 35px; margin-top: 0; border: none
}
h2 {
    font-size: 120%; font-weight: bold;
    margin-top: 2ex;
    border-bottom: solid #99cc99 10px
}

/* dl est le contenu des pages d'accueil des rubriques. */
dt { padding-top: 15px; float: left; width: 25% }
dd { padding-top: 15px; margin-left: 30% }
dd p { margin-top: 0 }
dd ul { margin-bottom: 1.5ex }

/* En-têtes de tableaux, mêmes couleurs que h2. */
th {
    font-weight: normal;
    color: #333333; background-color: #99cc99
}

/* Extraits de code HTML, shell... */
code { background-color: #e4e4e4 }

/* classe compact : pour faire des paragraphes sans trop d'espace entre eux */
.compact:first-child {
	margin-bottom:0;
	padding-bottom:0;
}


.compact {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
/* annonces de la page d'accueil*/

div#new {
  	border: 1px solid red; margin: 0; padding: 0 5px;
       	background-color: #ccffcc
}

/* Pour le wiki ActionAttach */
.attach_margin05em { margin: 0.5em;}             /* marge de 0.5 em autour de l'image*/
.attach_margin1em { margin: 1em;}                /* marge de 1em autour de l'image*/
.attach_left {float: left;}                      /* bloc flottant à gauche */
.attach_right {float: right;}                    /* bloc flottant à droite */
.attach_noborder {border-width: 0px;}            /* pas de bordure */
.attach_vmiddle {vertical-align: text-bottom;}   /* alignement vertical au milieu */

/* Configuration du selecteur de fichier du wiki */

.tableFM {border: thin solid Black; width: 100%;  }
.tableFM THEAD { background-color: Silver; font-weight: bold; text-align: center;   }
.tableFM TFOOT { background-color: Silver; font-weight: bold; text-align: left;   }
.tableFM TBODY TR { text-align: center;  }
.tableFMCol1 { background-color: Aqua; }
.tableFMCol2 { background-color: Yellow; }

