/*EN TETE*/

TABLE.TableLexique{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	margin-top:5px;
}


TH.enteteLexique {
	
	font-family:arial;
	font-size:12px;
	

	
	text-align: center;
	margin:0px;
	padding:5px 0px 5px 0px;
	font-weight:normal;
	background-image: url(../imgs/fond-dhtml-header.gif);
	background-repeat: repeat-x;
	height:28px;

    	
    
    	font-family:Arial;
    	font-size:12px;

	padding:0px;
	margin:0px;
}



TH.enteteLexique#GH {
	border-left: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #EBEBEB;

	padding:0px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}

TH.enteteLexique#DR {
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #EBEBEB;

	padding:0px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}


TH.enteteLexique#CT {
	border-left:  1px solid #FAFAFA;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #EBEBEB;

	padding:0px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	width:100px;
}



TD.tdLexique {
	text-align:left;

	font-family:arial;
	font-size:11px;
	border-bottom:1px solid #EBEBEB;
	padding-top:2px;
	padding-bottom:3px;
}

TD.tdLexique H1 {
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#007DEB;
	
	text-transform:uppercase;
}


TD.tdLexique H1 A {
	color:#007DEB;
	text-decoration:none;
}
TD.tdLexique H1 A:hover {
	color:#000;
	text-decoration:underline;
}





TD.tdLexique#GH {
	border-right: 1px solid #CCC;

	padding-left:10px;
	padding-right:10px;
	text-align:right;
}


TD.tdLexique#DR {
	border-left: 1px solid #FAFAFA;
	
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}


TD.tdLexique#CT {
	border-left: 1px solid #FAFAFA;
	border-right: 1px solid #CCC;
	
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}