.selected_tab {
	padding:3px;
	background-color:#eeeeee;
	border-left : 1px solid black;
	border-top : 1px solid black;
	border-right: 1px solid black;
}

.unselected_tab {
	padding : 3px;
}

.tab_body {
	background-color:#eeeeee;
	border : 1px solid black;
	margin-top:2px;
}

#test_cle {
	display : block;
	width : 350px;
	min-height : 50px;
	left : 50%;
	margin-left : -175px;
	top : 200px;
	position : absolute;
	background-color : #ffffff;
	border : 1px solid #000080;
}

#test_cle h3 {
	background-color : #000080;
	color : #ffffff;
	padding : 2px;
	margin : 0px;
}

#test_cle p.fermer {
	padding : 2px;
	text-align : right;
}
