.txt {  font-family: Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000}
.txtb {  font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000}

.txt11 {  font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: #000000}
.txt11R {  font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #990000}

.txt11b {  font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000}

.txtR {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CC0000}
.Copyright {
font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #000000
}

.pointilles
{
	height:1px;
	background:url(images/point.gif) repeat-x;
}

.pointilles_y
{
	height:1px;
	background:url(images/point2.gif) repeat-y;
}.Copyrightrge {

font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #990000
}



/* __________________ MENU */
body {text-align:center;}


	#menu {	
		text-align:center;
		background-color:#00B9F2;
		background:url(/images/fd_menu.jpg) repeat-x;
		margin-bottom:5px;
		font-family:Verdana,Helvetica,sans-serif;
		font-size:11px;
		text-transform:uppercase ;
		border-left:1px solid #555;
		border-right:1px solid #555;
		width:719px;
		margin:0 auto;
		height:24px;
	}
		#menu ul{
			list-style:none;
			height:24px;
			padding-left: 4px;
			margin:0;
		}		
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:100%;
				line-height:24px;
				margin:0 1px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#000;
					font-weight:bold;
					line-height:24px;
					text-decoration:none;
					padding:0 5px;
					border-left:1px solid #FFFFFF;
				}
					#menu li a:hover{
						background-color:#bbb;
					}	
