/* DOCUMENT CSS du site internet TAMINA */

/* TYPO */
.TXT
	{
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 14px;
	text-align		: left;
	}

.Enlarge
	{
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 12px;
	text-align		: center;
	}
	
.TxtR
	{
	font-weight		: normal;
	color			: #FF0000;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 10px;
	text-align		: left;
	}
	
.TxtRS
	{
	font-weight		: bold;
	color			: #9D9E99;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 11px;
	text-align		: left;
	}

.TxtB
	{
	font-weight		: normal;
	color			: #FFFFFF;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 10px;
	text-align		: left;
	}

	
/* CELLULE */	
.CellOver {
	BACKGROUND-COLOR: #d5c4ab
}
.CellOut {
	BACKGROUND-COLOR: #FFFFFF
}

.CellOver_minitab {
	BACKGROUND-COLOR: #d5c4ab
}
.CellOut_minitab {
	BACKGROUND-COLOR: #C4BB9D
}


	
/* LINK */	
A.Menu:link
	{
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 14px;
	text-align		: Left;
	}
A.Menu:visited
	{
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 14px;
	text-align		: Left;
	}
A.Menu:active
	{
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 14px;
	text-align		: Left;
	}
A.Menu:hover
	{
	font-weight		: bold;
	color			: #D80101;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 14px;
	text-align		: Left;
	}
	
A.Menu-mini:link
	{
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 10px;
	text-align		: Left;
	}
A.Menu-mini:visited
	{
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 10px;
	text-align		: Left;
	}
A.Menu-mini:active
	{
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 10px;
	text-align		: Left;
	}
A.Menu-mini:hover
	{
	font-weight		: bold;
	color			: #D80101;
	text-decoration	: none;
	font-family     : Arial;
	font-size       : 10px;
	text-align		: Left;
	}

