/* Importe les éléments généraux pour le corps du texte */
@import url(/ecrire/corps.css);

/* Enlève les marges et espaces à tous les éléments */
* {
    margin: 0;
    padding: 0;
}

/* Définition des paramètres de la page */
body {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12px;
}

/* On place le titre du journal */
h1 {
    font-size: 1em;
    padding: 1em;
    margin-left: 1em;
    margin-top: 1em;
}
h1 a {
    height: 130px; display: block;
    background: url(/datas/templates/rose-rouge/d1_01.jpg) no-repeat;
    padding-left: 170px; padding-top: 50px;
    font-weight: bold; font-size: 3.5em;
    font-style: italic; color: #000; text-decoration: none;
}


/* On donne la largeur de la page et on la centre */
h1,#page { width: 50em; margin-left: auto; margin-right: auto; }

#blocmenu {
    width: 10em; float: left;
    border: 1px solid #cc9;
    padding: 1em; padding-bottom: 7em;
    background: url(rose.png) no-repeat center bottom;
    text-align: center;
}
#menu {
    background: url(butterfly.png) bottom center no-repeat;
    padding-bottom: 11em;
}
#liste_pages { border-top: 1px solid #cc9; border-bottom: 1px solid #cc9; }
#blocmenu ul { list-style-type: none; }
#menu a {
    display: inline-block;
    width: 100%;
    padding: 0.2em;
    text-decoration: underline;
}
#menu a:hover { color: red; }
#menu,#liste_pages { margin-bottom: 1em; }

#liste_pages a,#archives a {
    display: inline-block;
    width: 100%;
    text-decoration: underline;
}
#liste_pages a:hover,#archives a:hover { color: red; }

h2 { border-bottom: 0.1em dashed #cc9; margin-bottom: 1em; }
#corps { float: right; width: 35em; }
#liste_ecrits dd { margin-left: 2em; }
#liste_ecrits dd.date { font-style: italic; }
#liste_ecrits dd.intro { margin-bottom: 1em; }
#liste_ecrits dt { font-size: 1.2em; font-weight: bold; }

#texte_journal {
    border: 2px solid #fcc; background: #fed;
    margin-bottom: 2em; padding: 0.5em;
}

#bas li { margin-bottom: 1em; }
#bas {
    padding-top: 1em; margin-left: 1em;
    list-style-type: none; text-align: center;
    float: left; width: 10em; clear: left;
}
#bas a img { border: none; }

#forum_page .pagination { margin-top: 1em; text-align: right; }
#forum_page .liste { width: 100%; border-collapse: collapse; border: 1px solid #cc9; }
#forum_page th { text-align: left; width: 43%; }
#forum_page th,#forum_page td {  padding: 0.2em;}
#forum_page .titre { border-bottom: 1px solid #cc9; font-weight: bold; }
#forum_page .pair { background: #eeb; }
#forum_page .reponses { text-align: center; width: 15%; }
#forum_page .titre .reponses { font-size: 0.9em; }
#forum_page .auteur { width: 12%; }
#forum_page .dernier { width: 30%; }

#forum_message .reponse h2,#forum_message .reponse .id { display: none; }
#forum_message .auteur { float: left; width: 9em; text-align: right; font-family: Arial, Helvetica, sans-serif; clear: left; }
#forum_message .texte { margin-left: 10em; border: 2px dashed #cc9; padding: 1em; }
#forum_message .reponse h3 { width: 9em; font-size: 0.9em; float: left; clear: left; }
#forum_message .reponse { clear: both; margin-bottom: 2em; }

#fpost { margin-top: 3em; }
#fpost .submit { margin-top: 1em; clear: both;  }
#fpost dl { width: 60%; float: left; }
#fpost input[type=text],#fpost textarea { width: 100%; }
#fpost .tip { margin-top: 12em; margin-left: 65%; width: 20%; }

.rss .btn {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 1px 0;
    border: 1px solid #666;
    margin: 0;
    text-decoration: none;
    background-color: #fff;
}
.rss .btnFront {
    display: inline;
    background-color: #f90;
    color: #fff;
    padding: 0 2px;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0px;
}
.rss .btnText {
    display: inline;
    background-color: #898e79;
    color: #fff;
    padding: 0 2px;
    border: 0;
    border-right: 1px solid #fff;
    margin: 0px;
}