div.colonne#colonne_principale{
	width: 76%;
	float: right;
}

div.colonne#colonne_secondaire{
	width: 21%;
	float: left;}

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

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

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

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

div.bloc fieldset {
	margin-left: 0;
	margin-right: 0;
}

table.liste{
	width: 100%;
}

table.liste img{
	border: none;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

div.agenda p.infos_top{
	margin-top: 0;
	margin-left: 30px;
	padding-top: 0;
	font-style: italic;
}

div.agenda h1{
	margin-bottom: 0;
}

div.agenda img{
	border: 1px solid grey;
	float: right;
	width: 300px;
}

div.agenda p.infos_bottom{
	font-size: 0.9em;
}

div.commentaire{
	border: 1px solid rgb(223,223,223);
	margin: 20px 0 20px 0;
}

div.commentaire p{
	font-family: "Georgia";
	margin: 10px 10px 10px 10px;
	font-style: italic;
}

div.commentaire img{
	vertical-align: middle;
	border: none;
}

div.commentaire p.infos{
	font-size: 0.9em;
	font-style: normal;
	margin: 10px 10px 10px 10px;
	font-family: arial, sans-serif;
}

div.commenter#agenda{
	margin: 0 20px 20px 0;
	width: 31%;
}


div.searchform{
	margin: 10px;
}

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

dl textarea.grand{
	height: 300px;
}

dl.details_document {
	background: #CDCDCD;
	border: 1px solid #000000;
	float: left;
	margin: 0;
	padding: 0;
	width: 380px;
}

/* end hack */
dl.details_document dd {
	margin: 0 0 0 10px;
	padding: 5px;
	text-align: justify;
	width: 260px;
}

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

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

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

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

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

dl.selection {
	margin: 5px 15px 5px 5px;
	padding: 0;
}

dl.selection a, a:link, a:visited, a:active{
	color: #696969;
}

dl.selection dd{
	margin: 0 0 0 20px;
	padding: 3px 0 0 0;
}

dl.selection dt{
	font-weight: bold;
}

fieldset.commenter{
	margin: 0 0 0 0;
	padding: 10px;
	width: 180px;
}

fieldset.commenter dd{
	margin-bottom: 5px;
	margin-left: 0;
}

fieldset.commenter textarea{
	height: 200px;
	width: 170px;
}

fieldset.invisible{
	border: 0;
}

table.calendrier{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 0;
}

table.calendrier a{
	background-color: #DADADA;
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 25px;
}

table.calendrier a:hover{
	background-color: #F4A460;
	text-decoration: none;
}

table.calendrier td{
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 25px;
}

table.calendrier th{
	background-color: #DADADA;
	border-right: 1px solid #DADADA;
	font-weight: bold;
	height: 25px;
	text-align: center;
	width: 23px;
}

table.details#agenda{
	margin: 20px 0 20px 20px;
	width: 60%;
}

ul.actions_possibles#agenda{
	float: right;
	margin: 20px 20px 20px 0;
	width: 25%;
}

