/* 
    Document   : theme3
    Created on : 20 sept. 2008, 17:20:42
    Author     : paul
    Description:
        This stylesheet is the main design sheet.
        Specific stylesheets are called by this one
*/

/*
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
 * Includes follow
 */

@import url('./menu_gauche.css');
@import url('./menu_droite.css');
@import url('./centre.css');

@import url('./forms.css');

root { 
        display: block;
}

body {
		  background: url('img3/fond.jpg') repeat;
        
        /* Police par défaut */
        font-size: 85%;
        font-family: "Times New Roman", FreeSerif, Times, serif;
        color:#332412;
        
        margin:auto;
        width:997px;
}

/* Polices gauche et droite */
div#menu_gauche, div#menu_droite {
    line-height: 19px;
}


/* Polices du centre */
h1 {
        color: #7b7c36;
        text-align: center;
        font-size: 150%;
}

h2, h3, caption, th {
    color: #5d8783;
    font-weight: bold;
}

h2, caption {
        font-size: 120%;
}

h3, th {
        font-size: 105%;
}

h2, h3 {
        padding-top: 10px;
        padding-bottom: 0px;
}

/* Textes généraux */
.texte_gauche {
    text-align: left;
}

.texte_centre {
        text-align: center;
}

.texte_droite {
        text-align: right;
}

.flottant_gauche {
	float:left;
	width:50%;
}

.texte_tres_petit {
        font-size: 60%;
}

.texte_petit {
        font-size: 75%;
}

.alert {
        color: #b63c60;
        font-weight: bold;
}

.menu_centre {
        text-align: center;
}

.menu_centre .element_selectionne {
    text-decoration: underline;
    color: black;
}

abbr {
      text-decoration:none;
      border: none;
}

abbr:hover {
    cursor: help;
}

/*
* Liens
*/

/* Liens normaux + lien 's'inscrire' */
a, div#menu_gauche a.lien_normal_dans_menu {
        color: #c16303;
        font-weight: bold;
        text-decoration: none;
}

/* Liens des menus de gauche et droite*/
div#menu_gauche a, div#menu_droite a {
        color: white;
        font-weight: normal;
}

/* Liens boutons */
p.menu_admin {
    /* Espacement nécessaire pour que les boutons ne se superposent pas */
    line-height:3em;
    text-align:center;
}

a.bouton {
    border: 1px solid black;
    background-color: #AAAFFF;

    padding: 5px 5px 5px 5px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

a.bouton:hover {
    text-decoration: none;
    background-color: #111111;
}

/* Liens non stylisés spécifiquement */
a.normal {
        color: black;
        font-weight: normal;
}

a:hover {
        text-decoration: underline;
}

/* Images */

div#centre_contenu img {
	max-width:446px;
}

div#centre_contenu table.forum img {
	max-width:340px;
}

a img {
    border:none;
}

.image_centre {
        display: block;
        margin:auto;
}

/* Tableaux forums et messagerie */

table {
        border-collapse: collapse;
        margin-bottom: 20px;
        background-color:transparent;
}

table.forum {
        width:100%;
        margin-bottom : 40px;
}

th {
        vertical-align: top;
        text-align: center;
        padding-bottom: 5px;
        padding-top:5px;
}

tr {
        background-color: #edd2a4;
}

table.forum tr {
        background-color: transparent;
}

tr.barre_separation td, table.forum tr.barre_separation td {
        background-image: url('./img3/barre_forum.jpg');
        background-repeat:repeat-x;
        height: 4px;
        margin:0;
        padding:0;
}

div.barre_separation {
        background-image: url('./img3/barre_separation.jpg');
        background-repeat:repeat-x;
        height: 4px;
        width:70%;
        margin:auto;
}    

table.forum td.infosPosteur {
	padding-top:0px;
        width: 90px;
}

table.forum td h2 {
	padding-top:0px;
}

table.forum tr.forum_post td {
	vertical-align:top;
}

table.forum p.forum_signature {
    font-style: italic;
    margin-top: 40px;
    font-size:95%;
    text-align:center;
}

/* Table administration */

table.admin {
    width: 100%;
    margin:auto;
    border: 1px solid black;
}

table.admin caption {
    font-variant: small-caps;
    margin-top: 20px;
}

table.admin th {
    background-color: #E3B877;
}

table.admin th, tr {
    vertical-align: middle;
}

table.admin tr {
    border: 1px solid black;
}

/* Images */

img.avatar {
        width: 90px;
        height: 140px;
}

img.avatarForum {
        width: 90px;
        height:auto;
}

img.bestiaire_et_herbier {
    max-width:100%;
    max-height:446px;
    margin:auto;
    display:block;
}

div#representation {
        float: right;
}

/* Jeu sur les paddings pour que l'image HRP/RP de la messagerie paraisse verticalement centrée */
td {
        padding-top: 5px;
        padding-bottom: 3px;
}

caption {
        margin-bottom: 10px;
}

table.forum td {
        padding-top:7px;
        margin-bottom:0px;
        padding-left:4px;
        margin-top:0px;
}

table.forum td h2 {
        margin-top:0px;
}

tr.alternate, table.forum tr.alternate, table.forum td.alternate {
        background-color: #d7bc8f;
}

td.forum_description {
        background-color:#d7bc8f;
}

/*
 * Listes
 */

ol.chiffres_romains {
    list-style-type:upper-roman;
}

ol.chiffres_romains li {
    padding-bottom: 5px;
    color:#5d8783;
    font-weight: bold;
}

ol.chiffres_romains li span {
    color:#332412;
    font-weight: normal;
}
