div.module#accueil{
	border: 1px solid #ffcc33;
	background-color: #ffffcc;
	margin-bottom: 0;
}

div.module#accueil ul.menu_top{
	background-color: #ffcc33;
}

div.module#tableau{
	border: 1px solid #339900;
	background-color: #ffffff;
}

div.module#tableau h1{
	background-color: #339900;
}

dl input.annee{
	display: inline;
	width: 30px;
}

dl input.jour{
	display: inline;
	width: 15px;
}

dl input.mois{
	display: inline;
	width: 15px;
}

dl input.text{
	font-family: Arial;
	font-size: 12px;
	width: 250px;
}

dl select{
	width: 255px;
}

dl textarea{
	font-family: Arial;
	font-size: 12px;
	height: 100px;
	width: 250px;
}

dl.actions_possibles {
	background-color: #E0E0E0;
	border: 1px solid #A3A3A3;
	float: right;
	margin: 30px 100px 10px 10px;
	padding: 5px 0 0;
	width: 200px;
}

/* end hack */
dl.actions_possibles dd {
	float: right;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	width: 30px;
}

dl.actions_possibles dt {
	float: left;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	text-align: right;
	width: 150px;
}

/* hack de commentaire avec un antislash pour ie5 mac \*/
dl.actions_possibles dt {
	clear: both;
}

dl.details_document {
	float: left;
	margin: 0;
	padding: 0;
	width: 415px;
}

/* end hack */
dl.details_document dd {
	float: left;
	margin: 0 0 0 0;
	padding: 5px;
	width: 200px;
}

dl.details_document dt {
	float: left;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 5px;
	text-align: right;
	width: 80px;
}

/* hack de commentaire avec un antislash pour ie5 mac \*/
dl.details_document dt {
	clear: both;
}

dl.niveaux {
	background-color: #E0E0E0;
	border: 1px solid #A3A3A3;
	float: right;
	margin: 30px 100px 10px 10px;
	padding: 5px;
	width: 260px;
}

/* end hack */
dl.niveaux dd {
	float: right;
	margin: 5px;
	padding: 0;
	width: 140px;
}

dl.niveaux dt {
	float: left;
	font-weight: bold;
	margin: 5px;
	padding: 0;
	text-align: right;
	width: 100px;
}

/* hack de commentaire avec un antislash pour ie5 mac \*/
dl.niveaux dt {
	clear: both;
}


img{
	border: 0;
}


fieldset.formulaire{
	margin: 20px;
	padding 0;
	width : 250px;
	float: left;
}