/* Style menu haut */
.menu_coin_haut {
  background-image: url(hautgauche.gif);
  background-repeat: no-repeat;
  background-color: #167666;
}
/* Style menu bas */
.menu_coin_bas {
  background-image: url(basdroit.gif);
  background-repeat: no-repeat;
  background-position: 100% top;
  background-color: #167666;
}


/* corers; text properties for states: normal */
.TM0i0 {
        font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #FFCC33;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* corers; box properties for states: normal */
.TM0o0 {
	background: #167666;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* corers; text properties for states: hover, click */
.TM0i1 {
        font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #167666;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* corers; box properties for states: hover, click */
.TM0o1 {
	background: #0ED6B4;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}


