.indentmenu{
	color:#FFF;
	font-size:13px;
	text-shadow:0 0 2px #152f3c;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
width:121px;
color: white; /*text color*/
text-decoration: none;
height:37px;
text-align:center;
background:url(../images/block-fonce-onglet-2.gif) bottom;
padding-top:6px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
background:url(../images/block-fonce-onglet-2.gif) top;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
height:235px;
}

@media print {
.tabcontent {
display:block !important;
}
}
