/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
list-style-type: none;
text-align: left;
margin: 0;
padding: 0;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


.shadetabs li{
display: inline-block;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
color: #fff5f4;
display: inline-block;
width: 200px;
height: 71px;
margin: -11px 0px 0px;
text-align: center;
	float: left;
}

.shadetabs li a:visited{
color: #fff5f4;
}

.shadetabs li a:hover{
text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{
	background: url(design_ressources/bg-alaune-list-over.jpg) center top;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#newsdivcontainer {
	width: 613px;
	height: 310px;
	background-color: #000;
	color: #fff;
	overflow: hidden;
}
