body {
	background-image: url("images/bg.gif"); font-family: Verdana;
	/* pour une couleur unie : 
	background-color: #FFFF00;
	*/
}

/* Gestion de l'overflow sur les messages */
#tableau_sujets{width: 100%;}
td.td_message_sujet div{width: 100%; overflow: auto; display: block;}

#ma_pub_google
{	background-color: #f0f0f0;
	border-bottom: 1px solid #000000; 
}

/* Surlignage des mots pour la recherche */
.recherche { background-color: yellow; }

/* DEBUT FSBPORTAIL */
.tableau_portail { border: solid 0px #000000;}
.td_portail_actif{ border: 1px solid #00FF00; margin: 0px; padding: 3px;}
.td_portail_close { border: 1px solid #FF0000; padding: 3px;}
.td_portail { border: solid 0px #000000; margin: 0px; padding: 0px;}

td.td_admin_lien { background-color: #e5e5e5; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_admin_lien:hover { background-color: #5e5e5e;}
/* FIN FSBPORTAIL */

/* DEBUT calendrier */
.tableau_calendrier { border: solid 0px #000000;}
.td_calendrier { border: solid 0px #000000; margin: 0px; padding: 0px;}
th.td_calendrier_entete { text-align : center; border: solid 1px #000000; border-width: 0px 1px 0px 0px; background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px;}
th.td_calendrier_entete_end { text-align : center; border: solid 1px #000000; border-width: 0px 0px 0px 0px; background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px;}
td.td_calendrier_footer{ text-align : center; border: solid 1px #000000; border-width: 1px 0px 0px 0px; background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px;}

td.td_calendrier_current_day { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 1px 0px 0px; overflow: hidden; position: relative; vertical-align: top;}
td.td_calendrier_current_month { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 1px 0px 0px; overflow: hidden; position: relative; vertical-align: top;}
td.td_calendrier_other_month { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 1px 0px 0px; overflow: hidden; position: relative; vertical-align: top;}

td.td_calendrier_current_day_end { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; overflow: hidden; position: relative; vertical-align: top;}
td.td_calendrier_current_month_end { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; overflow: hidden; position: relative; vertical-align: top;}
td.td_calendrier_other_month_end { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; overflow: hidden; position: relative; vertical-align: top;}


div.calendrier_day {position	: relative; display: block; background-color: #F6E7BD; height: auto; border: 0px; vertical-align: middle;} 
div.calendrier_current_day {color: #FF9933; font-weight:bold; background-color: #F6E7BD; height: auto; border: 0px; vertical-align: middle;}
.calendrier_annif {position	: absolute; display: block; color: #FF0000; background-color: transparent; height: auto; border: 0px; vertical-align: top; vertical-align: middle;}


div.calendrier_short_day {background-color: #F6E7BD; height: auto; border: 0px; vertical-align: middle;text-align: center;}
div.calendrier_short_current_day {color: #FF9933; font-weight:bold; background-color: #F6E7BD; height: auto; border: 0px; vertical-align: middle; text-align: center;}
div.calendrier_short_day_event {background-color: #FF6633; height: auto; border: 0px; vertical-align: middle; text-align: center;} 
div.calendrier_short_current_day_event {color: #FF9933; font-weight:bold; background-color: #FF6633; height: auto; border: 0px; vertical-align: middle;text-align: center;}

/* Hover sur les celules */
td.td_calendrier td:hover div{background-color: transparent; height: auto; border: 0px; vertical-align: middle;}

/* FIN calendrier */

/* DEBUT LIENS */

	/* liens généraux */
a { font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #A1780B; }
a:hover { font-family: Verdana, Arial; text-decoration:underline; color: #000000; }

	/* liens du menu */
a.menu { color: #A1780B; font-family: Arial; text-decoration: none; font-weight: bold; }
a.menu:hover { color: #000000; font-family: Arial; text-decoration: underline; font-weight: bold; }

	/* liens vers les profils dans la liste de membres en ligne */
.admin { color: #FF0000; font-weight:bold; }
.modosup { color: #FF9933; font-weight:bold; }
.modo { color: #5500FF; font-weight:bold; }
.membre { color: #305F80; }
.bot { color: green; font-weight:bold; }
.groupe { color: #305F80; font-weight:bold; }

/* FIN LIENS */

/* DEBUT TEXTE */

	/* textes généraux */
font, td { font-family: Verdana; font-size: 12px; color: #000000; }
	
	/* Ecriture en petit */
.petit { font-family: Verdana; font-size: 10px; }

	/* titre du site */
.titre { font-family: Verdana; font-size: 25px; color: #000000; font-weight: bold; }

	/* classes gras, italique et souligné */
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration:underline; }

	/* copyright */
.copyright { font-family: Arial; font-size: 10px; }

/* FIN TEXTE */

/* DEBUT TABLE */

	/* tableaux */
.tableau { border: solid 1px #000000; }
.stats { background-color: #000000; } 

	/* Style des tableaux-reponses de la FAQ */
.reponse_faq { border: solid 1px #000000; background-color: #D7BB71; padding: 7px; }

	/* Styles sur les cellules TD des categories */
td.td_titre { background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px; }
td.td_titre3 { background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_titre2 { background-image: url("images/td_titre2.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_titre4 { background-image: url("images/td_titre2.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 0px 0px; }

	/* Style sur les TD de la page de connexion */
td.td_connex { background-color: #D7BB71; }
td.td_connex1 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_connex2 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 1px; }
td.td_connex3 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 1px; }
td.td_connex4 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD de la page de profil public */
td.td_profil_public { background-color: #D7BB71; }
td.td_profil_public1 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_profil_public2 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_profil_public3 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD de la page d'index des forums */
td.td_forum { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_forum2 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_clair { background-color: #D7BB71; }

td.td_fin_dgd { background-image: url("images/fin_dgd.gif"); background-repeat: repeat-y; background-position: center; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_mid_dgd { background-image: url("images/mid_dgd.gif"); background-repeat: repeat-y; background-position: center; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_fin_dgd2 { background-image: url("images/fin_dgd.gif"); background-repeat: repeat-y; background-position: center; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_mid_dgd2 { background-image: url("images/mid_dgd.gif"); background-repeat: repeat-y; background-position: center; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }

td.td_forum_description { background-color: #F6E7BD; border: solid 1px #000000; border-width: 0px 0px 0px 0px; }

	/* Style sur les TD du bloc de statistiques */
td.td_stats { background-color: #F6E7BD; }

	/* Style sur les TD de la page des sujets */
td.td_message_sujet { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 1px 0px; }
td.td_profil_sujet { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_entete_sujet { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD de la page de message (réponse, nouveau..) */
td.td_revue_message_sujet { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_revue_profil_sujet { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_revue_entete_sujet { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD de la FAQ */
td.td_faq { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_faq2 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD du profil */
td.td_profil_bas { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 1px 0px; }
td.td_profil2_bas { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 1px 1px; }
td.td_profil { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_profil2 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 1px; }

	/* Style sur les TD des pages d'administration */
td.td_admin_bas { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 1px 0px; }
td.td_admin2_bas { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 1px 1px; }
td.td_admin_titre { background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_admin_titre2 { background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_admin { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_admin2 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_admin3 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_admin4 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_admin6 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_admin_cat { background-color: #D7BB71; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_admin_cat2 { background-color: #D7BB71; border: solid 1px #000000; border-width: 0px 0px 1px 1px; }
td.td_admin_forums { background-color: #F6E7BD; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_admin2_forums { background-color: #F6E7BD; border: solid 1px #000000; border-width: 0px 0px 0px 0px; }
td.td_admin2_forums2 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 0px 0px 0px 1px; }

td.td_poster { background-color: #D7BB71; }
td.td_poster1 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_poster2 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_poster3 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 1px; }
td.td_poster4 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_poster5 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_poster_titre { background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_poster_titre2 { background-image: url("images/td_titre2.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD du copyright */
td.td_copy_gauche { background-image: url("images/copy_gauche.gif"); background-repeat: no-repeat; width: 50px; height: 70px; }
td.td_copy_mid { background-image: url("images/copy_mid.gif"); background-repeat: repeat-x; height: 70px; }
td.td_copy_droite { background-image: url("images/copy_droite.gif"); background-repeat: no-repeat; width: 50px; height: 70px; }

	/* Style sur les TD de la liste des membres */
td.td_liste_membres1 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_liste_membres2 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_liste_membres3 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_liste_membres4 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_liste_membres5 { background-color: #F6E7BD; border: solid 1px #000000; border-width: 1px 0px 0px 1px; }
td.td_liste_membres6 { background-color: #D7BB71; border: solid 1px #000000; border-width: 1px 0px 0px 1px; }

	/* Style sur les TD de la barre de navigation */
td.navig_gauche { background-image: url("images/td_navig_gauche.gif"); background-repeat: no-repeat; width: 20px; height: 25px; }
td.navig_mid { background-image: url("images/td_navig.gif"); font-weight: bold; height: 25px; }
td.navig_droite { background-image: url("images/td_navig_droite.gif"); background-repeat: no-repeat; width: 20px; height: 25px; }

	/* Style sur les TD des FScodes */
td.fscode_quote_titre { background-image: url("images/td_quote_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.fscode_quote { background-color: #EBF6E9; font-size: 12px; color: #000000; }
td.fscode_code_titre { background-image: url("images/td_code_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.fscode_code { background-color: #F7EBEB; font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000; }
td.fscode_php_titre { background-image: url("images/td_php_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.fscode_php { background-color: #E3D7AA; font-family: Courier, 'Courier New', sans-serif; font-size: 11px; }

/* FIN TABLE */

/* DEBUT FORM */

input { font-family: verdana; font-size: 12px; }

	/* Style sur les menus déroulants */
select.listing { background-color: #F5F5F5; color: #000000; border: solid 0px #000000; }
select.petite_pagination { background-color: #D7BB71; color: #000000; font-size: 9px; font-weight: bold; font-family: arial; }

	/* Style sur les boutons */
input.boutton { background-color: #F5F5F5; border-color: #FFFFFF; color: #000000; }
input.fscode { background-color: #F5F5F5; border-color: #000000; color: #000000; font-weight: bold; width: 50px; }

	/* Style sur le texte des textarea et input */
input, textarea.texte { background-color: #F5F5F5; border-color: #000000; color: #000000; }
