.tab { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	width:320px;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
	height: 35px;
	}
.tabhold { 
	background-color: #e0cbcb;
	background: url(../img/bouton1a.jpg) repeat-x;
	color: #ffffff;
	line-height: 20px;
	}
.tabfocus { 
	background-color: #ffffff;
	background: url(../img/bouton2a.jpg) repeat-x;
	color: #e0cbcb;
	}
.tabcontent { 
	width: 640px;
	height:auto;
	border-style: solid;
	border-color: #5e171c;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	color: #000;
	font-weight: normal;
	}
.tabletab {border: none; margin-top: 20px; width: 640px; margin-left:auto; margin-right: auto;}
.tabletab td {border: none;}
