/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_2 {
	height:20px;

}
/* couleur, bordure*/
TD.menu_2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	cursor: crosshair;
	padding-top: 7px;
	padding-bottom: 2px;
	width: 200px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.5em;















}
TD.menu_2:hover {
	cursor: hand;
	background-color: #FFFFdd;






}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_2 {
	cursor: hand;
	border-left: thin dotted #bb0033;
	background-color: #FFFFdd;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #bb2030;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #bb0033;
	text-align: center;







}
/*hauteur des liens couleur*/
A.menu_2 {
	font-size: 12px;
	color:#990000;
	text-decoration : none;
	letter-spacing: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;



 }
A.menu_2:hover {
	cursor: hand;
	color:#FF9933;



  }
