/* Police par défaut */
.default_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.color_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #025AC5;
}

/* Propriétés des tableaux */
.top_border {
	background-image: url(design/top_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.left_border {
	background-image: url(design/left_border.gif);
	background-repeat: repeat-y;

}

.right_border {
	background-image: url(design/right_border.gif);
	background-repeat: repeat-y;

}

.bottom_border {
	background-image: url(design/bot_border.gif);
	background-repeat: repeat-x;
}

.table_content {
	background-color: #FFFFFF;
	text-align: center;
	float: none;
}

.black_menu {
	background-color: #000000;
	float: none;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
}

/* Propriétés des angles des tableaux */
.coin_hg {
	background-image: url(design/angle_hg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.coin_hd {
	background-image: url(design/angle_hd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.coin_bg {
	background-image: url(design/angle_bg.gif);
	background-repeat: no-repeat;
}

.coin_bd {
	background-image: url(design/angle_bd.gif);
	background-repeat: no-repeat;
}

