/* =============
  BARRE NAVIGATION SECONDE
============= */

#searchbox {
	float: left;
	padding: 5px 10px 0;
	font-family:"Trebuchet MS",Verdana;
	font-size: 11px;
}
#searchbox input {
	padding:0px;
	margin:0px;
}
#searchbox input#s , #searchbox input#choix {
	border: 1px solid #ddd;
	padding-top: 3px;
	background: #fff;
}
#searchbox input#searchsubmit {
	height: 21px;
}

#navigation_second {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
font-size: 12px;
height: 32px;
background-image: url(../images/menu_second_fonds.gif);
background-repeat: repeat-x;
border-top: 1px solid white;
border-bottom: 1px solid white;
position: relative;
top: 0;
left: 0;
z-index:100;
width: 100%;
}
#navigation_second dl {
float: right;
width: 10em;
margin: 0 0px;
}
#navigation_second dt {
cursor: pointer;
text-align: center;
font-weight: normal;
border-left: 1px dotted gray;
}
#navigation_second dt a {
color: #505050;
font-weight: bold;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding-top: 7px;
padding-bottom: 7px;
}
#navigation_second dt a:hover {
background-image: url(../images/menu_second_fonds_inverse.gif);
background-repeat: repeat-x;
font-weight: bold;
color: #505050;
}