fieldset {
	border: 1px solid #006;
}
label {
	font-weight: bold;
	float: left;
	width: 200px;
}
legend {
	font-weight: bold;
}	
p {
	padding: 0;
	margin-top: 0px;
}
th {
	vertical-align: top;
	text-align: left;
}
#categories, #compte {
	border: 1px solid #006;
	background-color: #e3e3f2;
	padding-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
#categories ul {
	margin-top: 0;
	list-style: none;
}
#categories li {
	float: right;
	width: 15%;
}
#categories li a {
    color: #006;
}
#bloc-compte {
    background-color: #e3e3f2;
    margin: -10px -1px 0 -9px;
    padding: 5px 5px 0 9px;
    border-bottom: 1px solid #006;
    font-size: smaller;
    text-align: right;
    font-weight: bold;
}
#navbar {
    font-size: smaller;
    margin: 0 -10px 10px -10px;
    padding: 2px;
    color: #fff;
    background-color: #006;
}
#navbar a {
    color: #fff;
}
#tri {
    text-align: center;
    background-color: #e3e3f2;
    padding: 5px;
    margin: 0 -10px 5px -10px;
    border-top: 1px solid #006;
    border-bottom: 1px solid #006;
    color: #006;
}
#tri a {
    color: #006;
}
.aide {
    color: #006;
    text-decoration: underline;
}
.actif-onglet a {
	background-color: #006;
	color: #fff;
	padding-top: 5px;
	text-decoration: none;
}
.attention {
    border: 1px solid #006;
    background-color: #e3e3f2;
    padding: 5px;
    width: 250px;
    float: right;
    font-size: smaller;
    margin-left: 10px;
}
.clear-right {
    clear: right;
}
.flottant-gauche {
    float: left;
    padding-right: 5px;
}
.infobulle {
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    width: 200px;
    text-align: justify;
    padding: 10px;
    font-size: 10px;
    background-color: #006;
    color: #fff;
}
.passif-onglet a {
	background-color: #e3e3f2;
	color: #006;
	text-decoration: none;
	padding-top: 5px;
}
.reference {
    border: 1px solid #006;
    background-color: #e3e3f2;
    padding: 20px;
}
