/* Feuille de Style CSS du site du Toulouse Air Légende */
/* Pour tout contact : web@aatlse.org */

/* ---------------------------------------- */
/* STYLE GENERAUX ------------------------- */
/* ---------------------------------------- */

	/* --- STYLE DE LA PAGE --- */
body {
	background-color: #4A879D;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px; 
}
	/* --- STYLE DES TABLEAUX PAR DEFAUT --- */
table {
	background-color: #4A879D;
}
	/* --- STYLE DES CELLULES PAR DEFAUT --- */
td {
	background-color: #4A879D;
	color: #FFFFFF;
	font-size: 12px;
}
	/* --- STYLE DES IMAGES PAR DEFAUT --- */
img {
	border-width: 0px 0px 0px 0px;
	}

/* ----------------------------------------- */
/* LES LIENS ------------------------------- */
/* ----------------------------------------- */

	/* --- Liens par défaut avec ecriture blanche --- */
a:visited { color: #DDDDDD; text-decoration: none; }
a:link { color: #EEEEEE; text-decoration: none; }
a:hover { color: #DDDDDD; text-decoration: underline; }

	/* --- Liens avec ecriture noire --- */
a.noir:visited { color: #222222; text-decoration: none; }
a.noir:link { color: #111111; text-decoration: none; }
a.noir:hover { color: #222222; text-decoration: underline; }

	/* --- Liens avec ecriture blanche --- */
a.blanc:visited { color: #DDDDDD; text-decoration: none; }
a.blanc:link { color: #EEEEEE; text-decoration: none; }
a.blanc:hover { color: #DDDDDD; text-decoration: underline; }

/* ------------------------------------------ */
/* TABLEAUX --------------------------------- */
/* ------------------------------------------ */

	/* --- Tableaux bords noirs --- */
table.tbnoir {	
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
}
	/* --- Tableaux bords transparents --- */
table.tbtransp {
	border-style: none;
}	

/* ----------------------------------------- */
/* LES CELLULES TITRES --------------------- */
/* ----------------------------------------- */

/* --- Titre --- */
td.titre {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
}
	/* --- Sous-Titre --- */
td.sstitre {
	color: #DDDDDD;
	font-size: 20px;
	font-weight: bold;
}
	/* --- Titre Page Autre --- */
td.titrepageautre {
	background-color: #C9C0A7;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
	/* --- Titre Page 2006 --- */
td.titrepage06 {
	background-color: #A5A996;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
	/* --- Titre Page 2004 --- */
td.titrepage04 {
	background-color: #B39693;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
	/* --- Titre Page 2002 --- */
td.titrepage02 {
	background-color: #A599A6;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

/* ------------------------------------------ */
/* LES CELLULES ----------------------------- */
/* ------------------------------------------ */

	/* --- Texte classique en noir --- */
td.texte {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #4A879D;
}
	/* --- Cellule Retour Site AAT et Stats --- */
td.retour {
	background-color: #3A778D;
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}
	/* --- Cellule 2006 clair --- */
td.clair06 {
	background-color: #D5D9C6;
	color: #000000;
	font-size: 12px;
}
	/* --- Cellule 2006 moyen --- */
td.moyen06 {
	background-color: #A5A996;
	color: #000000;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}
	/* --- Cellule 2006 moyen gras --- */
td.moyeng06 {
	background-color: #A5A996;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
	/* --- Cellule 2006 fonce --- */
td.fonce06 {
	background-color: #454936;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
	/* --- Cellule 2004 clair --- */
td.clair04 {
	background-color: #E3C6C3;
	color: #000000;
	font-size: 12px;
}
	/* --- Cellule 2004 moyen --- */
td.moyen04 {
	background-color: #B39693;
	color: #000000;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}
	/* --- Cellule 2004 moyen gras --- */
td.moyeng04 {
	background-color: #B39693;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
	/* --- Cellule 2004 fonce --- */
td.fonce04 {
	background-color: #733633;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
	/* --- Cellule 2002 clair --- */
td.clair02 {
	background-color: #D5C9D6;
	color: #000000;
	font-size: 12px;
}
	/* --- Cellule 2002 moyen --- */
td.moyen02 {
	background-color: #A599A6;
	color: #000000;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}
	/* --- Cellule 2002 moyen gras --- */
td.moyeng02 {
	background-color: #A599A6;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
	/* --- Cellule 2002 fonce --- */
td.fonce02 {
	background-color: #453946;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
	/* --- Cellule Accueil ou Contact --- */
td.autres {
	background-color: #C9C0A7;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
}
	/* --- Cellule Accueil ou Contact  clair --- */
td.autresclair {
	background-color: #E9E0C7;
	color: #000000;
	font-size: 12px;
	padding: 1px 2px 1px 2px;
}
	/*  --- Cellule petit fond gris --- */
td.ptfondgris {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 10px;
	padding: 1px 1px 1px 1px;
}
