/* ------------------- généralités --------------------------- */
/* couleurs
	fond (gris bleu)   43444f
    beige texte	DBC8B9
    vert (liens)	A5BD52
    vert titre	D0ED60
    intertitre 	7e8fa5
    footer	596a7e

*/
body,
html {
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:  #DBC8B9;
}
a, a img {
	color: #A5BD52;
    cursor: hand;
    text-decoration: none;
    border: none;
}
p {
	margin-left:15px;
	margin-bottom:15px;
}
.spip_surligne{
	background-color:yellow;
}

/* ------------------- formulaires --------------------------- */
fieldset{
    border-color: #43444f;
}
fieldset legend{
     color:  #DBC8B9;
}
input {
    color:#43444f;
    background-color:#DBC8B9;
    padding:0px;
}

/* ------------------- header --------------------------- */
.typo-header-site {
    font-size: 28px;
    text-align: right;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    letter-spacing: 5px;
    color:  #D0ED60;
}
.typo-header-miettes {
    font-family: "Courier New", Courier, mono;
    margin-left: 25px;
    font-size: 15px;
    color:  #D0ED60;
}
.typo-header-menu {
    font-family: "Courier New", Courier, mono;
    margin-left: 25px;
    color:  #D0ED60;
}
.typo-header-titre {
    font-size: 24px;
    text-align: left;
    color:  #D0ED60;
}
.typo-header-liens {
    font-size: 15px;
    text-align: right;         
    color:  #D0ED60;
}

/* ------------------- middle --------------------------- */
.intertitre
{
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color:  #7e8fa5;
    margin-top: 10px;
    margin-bottom: 5px;
    padding:0px;
    font-size: 15px;
}
.texte-retrait{
	margin-left:15px;
	text-indent:-15px;
}
.signature{
    text-align: right;
    font-size: 10px;
    margin-right: 5px;
}
.evenement{
    text-align: right;
}
/* ------------------- forum */
.typo-forum-titre{
    font-size: 15px;
    margin-left:3px;
}
.typo-forum-signature{
    text-align: right;
}
/* ------------------- sidebar --------------------------- */
.typo-sidebar-texte {
    font-size: 12px;
    margin:0px;
    font-weight: normal;
}
.typo-sidebar-titre {
    font-size: 14px;
    font-weight: bold;
    margin-left: 3px;
    color:  #D0ED60;
}

/* ------------------- logout */
.typo-sidebar-logout  {
    font-size: 11px;
}
.typo-sidebar-logout p  {
    margin:0px;
    padding:0px;
    width:100%;
    font-size: 11px;
}
.typo-sidebar-logout input  {   
    font-size: 11px;
}

/* ------------------- footer --------------------------- */
.typo-footer {
    text-align: center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 9px;
    margin:0px;
    color:#596a7e;
}