
#GNav
{
	width:700px;
}
#GNav ul
{
	list-style:none;
}
#GNav li
{
	list-style:none;
	display:inline;
	margin:0 5px;
}
#GNav li a
{
	color:#B9A03A;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:5px solid #B9A03A;
	cursor:pointer;
	padding:0 0 1px 0;
}
#GNav li a:hover
{
	border-bottom:5px solid #B97B00;
	color:#B97B00;
	text-decoration:none;
}
#GNav li a.current
{
	border-bottom:5px solid #B97B00;
	color:#B97B00;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
				
/* ########################### GRAPHISME BOUTON  #############################""*/

input.Trm
{
	cursor: pointer;
	width: 22px;
	height: 22px;
	font-size: 0px;
	/*color: #...;*/
	background-image: url(../images/bouton/bt_trm.gif);
	border: 0;
}
input.Trt
{
	cursor: pointer;
	width: 22px;
	height: 22px;
	font-size: 0px;
	/*color: #...;*/
	background-image: url(../images/bouton/bt_trt.gif);
	border: 0;
}
input.Sale
{
	cursor: pointer;
	width: 22px;
	height: 22px;
	font-size: 0px;
	/*color: #...;*/
	background-image: url(../images/bouton/bt_sale2.gif);
	border: 0;
}
input.AS
{
	cursor: pointer;
	width: 22px;
	height: 22px;
	font-size: 0px;
	/*color: #...;*/
	background-image: url(../images/bouton/bt_as.gif);
	border: 0;
}
/*########################## LAYER ##################################"*/

.layer1
{
	position: absolute;
	z-index:1;
	top:-23px;
	height:45px;
	width:45px;
	

}

.layer2
 {
	position: absolute;
	z-index:2;
	top:-23px;
	height:45px;
	width:45px;
}

/*########################## TABLEAU ##################################"*/

td.map
{
	/*border: 1px dashed #CE9544;*/
	border-collapse: collapse;
}


td.JTitle /*titre journal */
{
	background-color:#E5DDC8;
	color:#7D5300;
	font-size:18px;
	font-weight:bold;
}
td.JArt /*Article journal */
{
	font-size:15px;
}