
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}

#basic-accordian{
	border:3px solid #663300;
	padding:5px;
	width:725px;
	z-index:2;
	margin-left:65px;
	margin-top:50px;
}

.accordion_headings{
	padding:5px;
	background:url(/images/interface/bgo.jpg) top left repeat-x;
	color:#EAF2D7;
	border:1px solid #000;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}

.accordion_headings:hover{
	background:url(/images/interface/bga.jpg) top left repeat-x;
	color:#FFFFFF;
}

.accordion_child{
	padding:15px;
	background:#000;
}

.header_highlight{
	background:url(/images/interface/bg.jpg) top left repeat-x;color:#FFFFFF;
	
}









/*table*/

  
		  table.price{
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
		font-weight: normal;
		font-size: 11px;
		color: #fff;
		width: 700px;
		background-color: #666;
		margin-bottom: 3px;}

	table.price td {
		background-color: #FFFFCC;
		color: #000;
		padding: 4px;
		text-align: center;
		border: 1px #587024 solid;}

	table.price td.titre{
		background-color: #A7C833;
		color: #000;
		padding: 4px;
		text-align: center;
		border-bottom: 2px #000 solid;
		font-size: 12px;
		font-weight: bold;}
	
	table.price th{
		background-color:#FF9933;
		color: #471E64;
		border: 1px #471E64 solid;
		text-align:center;
		font-weight:bold;
		}
		
		
		table.price td.bas{
		background-color: #000;
		color:#FFFFCC;
		padding: 4px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;}