@charset "utf-8";
/* CSS Document */
#navigation h1 {
	background-color: #FFFFFF;
	height: 126px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(logo_cdt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
#navigation h1 span{
	display: none;
}
#navigation h2{
	margin:0;
	background-color:e6e1e7;
}
#navigation #inputSearchContainer{
	background-image: url(texture_recherche1.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	height:74px;
	width:222px;
	margin-top:5px;
	font-size:.9em;
}
#navigation #inputSearchContainer h3{
	margin:0.3ex 0 0.5ex 1em;
}

#navigation #inputSearchContainer .InputSearchLabelWidget tr{
	background:url(ico_filetPapillon.gif) left top no-repeat;
	height:47px;
	width:39px;	
}
#navigation #inputSearchContainer .InputSearchLabelWidget_TextBox{
	margin-left:39px;
	width:15ex;
	height:1.5em;
}
#navigation #inputSearchContainer .InputSearchLabelWidget_LabelBtn{
	width:2em;
	height:1.5em;
	text-align:center;
	font-weight:700;
	background:#aedf1a;
	color:#FFFFFF;
	margin-left:1ex;
	cursor:pointer;
	padding-bottom:0;
}
#navigation #suggestContainer{
	background-image: url(texture_recherche3.gif);
	background-repeat: no-repeat;
	background-position: top center;	
	height:56px;
	width:222px;
	margin-top:0px;
	font-size:.75em;
}
#navigation #suggestContainer h3{
	margin:0ex 0 0ex 1em;
	padding-top:0.2em;
	font-weight:900;
}
#navigation #suggestContainer ul{
	margin:0ex 1em 0ex 1em;
	height:2.7em;
	overflow:hidden;
	cursor:pointer;
}
#navigation #suggestContainer ul li{
	font-size:1em;
	display:block;
	float:left;
	margin-right:.5ex;
	text-decoration:underline;
	white-space:nowrap;
}
#navigation #suggestContainer ul li:hover{
	background-color:#CCCCCC;
}
#navigation #idfacetContainer #idfacet{
	margin-top:.5em;
	width:222px;
}
#navigation #idfacetContainer #idfacet *{
	color:#685d2b;
}
#navigation #idfacetContainer #idfacet .FacetsStackWidget-FacetTitle{
	background:transparent url(texture_rech_theme.gif) no-repeat left top; 
	height:27px;
	width:213px;	
	padding-top:5px;
	padding-left:5px;
	margin-left:5px;	
	color:#333333; 
	font-weight:700;
}

.gwt-TreeItem, #idFacet img, #navigation #idfacetContainer #idfacet .FacetsStackWidget-FacetTitle{
	cursor:pointer;
}