.solidblockmenu ul{
margin: 0;
padding: 0;
margin-bottom: 0px;
float: left;
font: bold 10px Arial;
width:302px;
border: 0px solid #625e00;
border-width: 0px 0;
background-color:#fef0e3;
}

.solidblockmenu li{
display: inline;
width:74px;
font-size:10px;
}

.solidblockmenu li a{
float: left;
color:#2679ab;
text-decoration: none;
border-right: 0px solid white;
margin-bottom: 0px;
}

.solidblockmenu li a:visited{
color:#2679ab;
margin-bottom: 0px;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color:#2679ab;
margin-bottom: 0px;
}

.tabcontainer{
clear: left;
width:302px; /*width of 2nd level sub menus*/
height:135px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background-color:#fef0e3;
margin-bottom: 0px;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0;
margin-bottom:0;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0;
margin-bottom:0;
}

.tabcontent{
display:none;
margin-bottom: 0px;
}
.titre_recherche {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}