body {
	background-color: #ffffff;
	color: #000000;
	font-family: arial, helvetica, "bitstream vera sans", sans-serif;
	font-size: 1em;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

#cadre {
	background-color: #ffffff;
	width: 100%;
}

#hautdroite, #basdroite {
	float: right;
	font-size: 1px;
	height: 23px; 
	min-height: 23px;
	width: 23px;
	z-index: 100;
}

#hautdroite {
	background-image: url(../images/cadre_hautdroite.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#basdroite {
	background-image: url(../images/cadre_basdroite.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: -23px;
}

#contenu {
	border: #db8413 1px solid;
	padding-bottom: 0.1em;
	padding-left: 2em;
	padding-right: 0.1em;
	padding-top: 1em;
}

#onglet {
	height: 17px;
	margin-top: 20px;
	overflow: hidden;
}

#onglet ul {
	font-size: 0.7em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding-left:5px;
}

#onglet ul li {
	background-color: #db8413;
	background-image: url(../images/cadre_onglet.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	margin-left: 5px;
}

#onglet ul li a {
	
	color: #ffffff;
	float: left;
	height: 17px;
	letter-spacing: 1px;
	text-decoration: none;
	width: 111px;
}

#onglet ul li a:hover {
	text-decoration: underline;
}

#onglet ul li a span {
	color: #ffffff;
	float: left;
	height: 17px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 2px;
}