@charset "utf-8";
/* CSS Document */
/* DETERMINE LES PROPRIETES DES TABLEAUX DE LA PAGE D'ACCUEIL */
#table-accueil{
	background-color:#c0c0c0;
	color:#0b3b87;
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 588px;
	margin-bottom: 10px;
	}
#table-accueil td{
	vertical-align: top;
	background-image: url(bg_tb-accueil3.jpg);
	background-position:right top;
	}		
#table-accueil a:hover{
text-decoration:none
}

/* DETERMINE LES PROPRIETES DES TABLEAUX DES BODY DES PRINCIPALES PAGES -VOIR PLUS BAS POUR LES TABLEAUX PARTICULIER */
#table-index{
	background-color:#c0c0c0;
	color:#0b3b87;
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 588px;
	margin-bottom: 10px;
}
#table-index td{
	background-image: url(bg_tb-accueil.jpg);
	background-position:right
		}

#table-index a:hover{
text-decoration:none
}

/* DEBUT DES PROPRIETES DES TABLEAUX DES EQUIPES */
#table-equipes{
	background-color:#4CA1CA;
	border: 1px solid black;
	width: 588px;
	margin-bottom: 10px;
}
#table-equipes th{
	color:#FFFFFF;
	text-align:center;
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 588px;
	margin-bottom: 10px;
	background-image: url(bg_footer.jpg);
}
#table-equipes td{
	background-color:#FFFFFF;
	color:#0b3b87;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
}
#table-equipes caption{
	color:#0b3b87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* DEBUT DES PROPRIETES DES TABLEAUX DE DESCRIPTION DES NIVEAUX MAGH ET ATOME */
#table-niveau{
	background-color:#FFFFFF;
	color:#0b3b87;
	border: 1px solid black;
	width: 588px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
	
}
/* FIN DES PROPRIETES DES TABLEAUX DES EQUIPES */
/* DEBUT DES PROPRIETES DES TABLEAUX PAGES DES LIENS */
#table-liens{
	background-color:#4CA1CA;
	border: 1px solid black;
	width: 500px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#table-liens a:hover{
	text-decoration:none
}
#table-liens th{
	color:#FFFFFF;
	background-color:#0b3b87;	
	padding:5px;
	text-align:center;
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
		
}
#table-liens td{
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
	}
	/* DEBUT DES PROPRIETES DU TABLEAU PAGE TEMPORAIRE */
#table-TEMP{
	background-color:#4CA1CA;
	border: 1px solid black;
	
}