#logoXHTMLFR { width:304px;height:35px; border:0; }
#content div { margin: 3px 5px; border: 1px solid black; border-top: 1px solid gray; }

#navtop { margin:0; padding:0; border:none; border-bottom: 1px solid black; }
#navtop p, #navbottom p { margin: 0 0 1em;}
#navbottom { margin:2em 0 0; padding:0; border:none; border-top: 1px solid black;}
span.attr_implied { display: none; }

#main {margin:0; border:0px none; }
#onglet {
	list-style-type:none;
	padding:3px 5px; 
	height:1em;
	margin:6px 0;
}
#onglet li {
	display:block;
	float:left;
	border:1px solid black;
	height:1em;
	padding:4px 10px;
	cursor:pointer;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#onglet li.selected {
	background: #c2dbf9; color:black; 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom: 1px solid #c2dbf9;
}
#main { min-height: 10em;}
