/* Style Fred */

/* Logo entete */
.site_logo {
	background-image: url("./images/site_logo.png");
	width: 150px;
	height:150px;
	left: 100px;
}

/* Menu Style */

.solidblockmenu ul{
	margin: 0;
	padding: 0;
	text-align: center;
	font: bold 11px Arial;
	width: 100%;
	border-width: 1px 0;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	text-align: center;
	color: #000040;
	padding: 4px 10px;
	text-decoration: none;
	border-right: 1px solid #3B3D3E;
	background-color:#f5ff00;
	border-radius: 10px 0px 10px 0px;
}

.solidblockmenu li a:visited{
	color: red;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: #FFFFFF;
	background-color:#000040;
	/*background: transparent url(./images/blockactive.gif) center center repeat-x;*/
}


.tabcontainer{
	clear: center;
	width: 95%; 
	height: 1.5em; 
}

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

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

.tabcontent{
	display: none;
}

.linklist i {
    color: #000000;
    text-shadow: 2px 2px 3px #ffffff;
}
