li
{
	font-size: 14px;
	text-align: left;
	display: list;
}

.content
{
	margin: 5px;
}

.onglets
{
	border: 1px #DDDDAA solid;
	margin-top: 10px;
	background-color: #DDDDAA;
}

img
{
	border: 0px;
}

.liste
{
	border: 1px black solid;
	padding: 5px;
	background-color: #EEEEAA;
}

.couleur1{
	background-color: #DDDDDD;
}
.couleur2{
	background-color: #CCCCCC;
}

.onglets_bugs
{
	margin: 5px;
}

.onglets_pref
{
	margin: 5px;
}

.onglets ul
{
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

.onglets li
{
	display: block;
	float: left;
	border-left: 1px black solid;
}

.onglet
{
	background-image: url("images/onglet_normal.png");
	height: 20px;
	padding: 5px;
}

.onglet:hover
{
	background-image: url("images/onglet_over.png");
}

.selected_onglet
{
	background-image: url("images/onglet_actuel.png");
	height: 20px;
	padding: 5px;
}

.onglet_fin{
	background-image: url("images/onglet_fin.png");
	background-repeat: no-repeat;
	padding: 0px;
	width: 48px;
	height: 30px;
}

.onglet a, .selected_onglet a
{
	color: white;
	font-weight: bold;
}

.liste table
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}

.liste table caption
{
	margin: 5px;
	font-weight: bold;
	text-align: left;
}

.liste table td, .liste table th
{
	/*border: 1px solid black;*/
	padding: 5px;
	text-align: left;
}

.liste table th{
	background-color: #9F9FFF;
}

.admin_actions{
	background-color: white;
	border: 1px solid red;
	float: right;
}

.popup table
{
	border-collapse: collapse;
	max-width: 400px;
}

.popup  th
{
	background-color: gray;
	border: 1px black solid;
	padding: 5px;
	text-align: left;
}

.popup  td
{
	border: 1px black solid;
	padding: 5px;
}




