/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: #FF9900; margin-top: 0; margin-left: 10px; margin-right: 10px; }



/*
 * Styles indeson
 */


/* -- liens -- */

/* trop clair: A { text-decoration: underline; color: #FF9409; } */
/* trop clair: A:visited { text-decoration: underline; color: #FF9470; } */

A.cache{ text-decoration: none; color: #FF9900; }
A.cache:hover{ text-decoration: none; color: #FF9900; }
A.cache:visited{ text-decoration: none; color: #FF9900; }

A.Titre_inde { text-decoration: none; color: #FF9900; }
A.Titre_inde :hover { text-decoration: underline; color: #666666 }

A.radio { text-decoration: none; color: #333333; }
A.radio:visited { text-decoration: none; color: #333333; }
A.radio:hover { text-decoration: underline; color: #666666}

A.t_inde { font-weight: bold; text-decoration: none; color: #333333; }
A.t_inde:visited { font-weight: bold; text-decoration: none; color: #333333; }
A.t_inde:hover { font-weight: bold; text-decoration: underline; color: #666666}

A.t_lien { font-weight: bold; text-decoration: none; color: #FFFFFF; }
A.t_lien:visited { font-weight: bold; text-decoration: none; color: #FFFFFF; }
A.t_lien:hover { font-weight: bold; text-decoration: underline; color: #FF9933; }

/* A { text-decoration: none; color: #333333; } */
A { text-decoration: none; color: #333333; }
A:visited { text-decoration: none; color: #333333; }
A:hover { text-decoration: underline; color: #333333; }



/* -- polices -- */
.cache, .Titre_inde, .Tg_inde, .surT_inde, .ssT_inde, .t_lien, .t_inde, .Tradio, .radio, .auteur, .spip, .forum-chapo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.Titre_inde2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* -- gras, italique... -- */
.t_lien, .Titre_inde, .Tradio, .Tg_inde {
	font-weight: bold;
}
.auteur {
	font-style: italic;
}
TD.auteur {
	text-align: right;
	font-style: italic;
}
.surT_inde {
	font-variant: small-caps;
}



/* -- taille police -- */

.cache{
	font-size: 0em;
}

.Titre_inde, .Tg_inde, .surT_inde, .ssT_inde {
	font-size: 1em;
}
 h3.spip {
	font-size: 0.8em;
}
.t_lien, .Tradio, .t_inde, p.spip, .forum-chapo {
	font-size: 0.7em;
}
.radio, .auteur {
	font-size: 0.6em;
}


/* -- couleur police -- */
.Tg_inde, .surT_inde, .ssT_inde, h3.spip {
	color: #666666;
}

.cache {
	color: #FF9900;
}


/* -- positionnement -- */
h3.spip {
	text-align: center;
}



/*
 * Autres styles
 */
img {
	border-width: 0;
}

/* -- forums -- */

/* 
 * Habillage des forums
 */

ul.forum-total {
        display: block;
        padding: 0px;
        margin: 0px;
        list-style: none;
}
.forum-fil {
        margin-top: 3em;
}
.forum-fil ul {
        display: block;
        margin: 0px;
        margin-left: 2em;
        padding: 0px;
        list-style: none;
}
.forum-titre {
        font-weight: bold;
}
ul ul .forum-titre {
        font-weight: normal;
}
.forum-item {
        margin: 0px;
        padding: 1em;
        padding-top: 0.5em;
        padding-bottom: 0em;
        text-align: justify;
        /*color: #303030;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.forum-item .spip {
        font-size: 10pt;
}
.forum-repondre-message {
        text-align: right;
}

/* Boite d'un forum */

ul .forum {
        border: 1px solid #909090;
        padding: 0px;
        margin: 0px;
        margin-bottom: 1em;
}


/* Boite de titre d'un forum */

ul .forum-chapo {
        border: 0px;
        margin: 0px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 3px;
        padding-bottom: 2px;
        background: #ffecd6;
}


