
body, #navigation, #entete, #menu_gauche, .encart, .formulaire_spip {
	font-family: Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel { font-family: Georgia, Times, serif; }


img, table { margin: 0; padding: 0; border: none; }

body {
       background: #FFFFFF;
       margin: 10px;
       text-align: left;
       font-size: 1em;
       color: #333;
}

#page_std {
       width: 780px;
       text-align: center;
}

#entete { 
        position: absolute;
        top: 0px;
        left: 10px;
	width: 780px;          
        text-align: left;
        background-color: white;
}

/******************************* Menu entete ***********************/

#menu_entete { 
               table-layout: fixed;
               border-collapse: separate;
               border-spacing: 3px;
               text-align: center; 
               margin-left:180px;
}

#menu_entete td a { 
        font-size: 0.70em;
        color: white;
        font-weight: bold;
        text-decoration: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

#menu_entete td {
        width: 150px;
        padding: 0px;
}


/******************************* Menu gauche ************************/

#menu_gauche {
               position: absolute;
               font-size: 0.70em;
               left: 10px;
               top: 115px;
               width: 150px;
}

.item_menu_gauche { 
        margin-top:10px;
        padding: 2px 10px 3px 2px;
        text-align: right;
        background: #ec008c;
        width: 140px;
}

.item_menu_gauche a {
        color: white;
        font-weight: bold;
        text-decoration: none;
}
.petit_item_menu_gauche { 
        font-size: 0.85em;
        font-weight: bold;
        text-decoration: underline;
        text-align: right;
}

/*********************************** Contenu *********************************/

#contenu { 
/*           position: absolute;
           left: 160px;
           top: 140px; 
           width: 620px;*/
           margin-left: 180px;
           margin-top: 130px;
           text-align: left;
           font-family: Georgia, Times, serif;
/*           font-family: "Trebuchet MS", Helvetica, sans-serif;*/
}


/*********************************** Formulaire **********************************/

.texte_formulaire { 
    font-size: 0.80em;
    font-weight: bold;
}

.texte_formulaire_erreur { 
    font-size: 0.80em;
    font-weight: bold;
    color: red;
}


.item_formulaire { 
    font-size: 0.80em;
}


/*********************************************************************************/

.titre {
              font-size: 1.4em; 
              font-weight:bold; 
              padding-bottom: 10px;
}


.article-std-texte, .article-std-doc { 
    font-size: 0.95em;
    text-align: justify;
}
