body {
	font-family : "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	background : white;
}
a {
		text-decoration: none;
}
a:hover {
		text-decoration: underline;
}
a img {
	border : none;
}
h1 {
	margin : 0;
	font-size : 12px;
}
h2 {
	margin : 0;
	font-size : 11px;
}
form {
	margin : 0px;
	margin-bottom : 5px;
	clear : both;
}
form input {
	font-size: 11px;
}
#formulaire #input_texte {
	width : 89%;
	border : solid black 1px;
	background-color : #f0f0f0
	margin-right : 0;
}
#formulaire #input_texte:focus {
	background-color : #ffc;
}
#formulaire #input_envoyer {
	width : 10%;
	margin-left : 0;
	xoverflow : hidden;
}
div#debug {
	position : fixed;
	top : 5px;
	right : 5px;
	border : solid red 1px;
	background-color : #f0f0f0;
	width : 300px;
	height : 400px;
	overflow : scroll;
	display : none;
}
div#debug.debug_visible {
	display : block;
}
div#debug strong {
	padding-left : 10px;
	background : transparent url(http://i.les-forums.com/i/voir_moins.png) no-repeat left center;
	cursor : pointer;
}
div#debug div.debug_hidden strong {
	background-image : url(http://i.les-forums.com/i/voir_plus.png);
}
div#debug blockquote {
	margin : 2px 0px 2px 15px;
	border-left : solid #666 1px;
	padding-left : 5px;
}
div#debug div.debug_hidden blockquote {
	display : none;
}
#inline_help {
	position : absolute;
	top : 53px;
	left : 8px;
	border : solid #c2c2c2 1px;
	background-color : #f6f6f6;
	width : 600px;
	overflow : auto;
	display : none;
}
#inline_help.visible {
	display : block;
}
div#status {
	margin 2px 0;
}
.st_ko {
	color : red;
}
.st_ok {
	color : green;
}
.st_hidden {
	display : none;
}
.st_pending {
	color : red;
}
.st_refresh {
	color : blue;
}
div#aide {
	margin : 3px;
	margin-left : 0;
	padding : 3px;
	border : solid #666 1px;
	float : left;
	background-color : #f7f7f7
}
div#aide ul#aide_heures {
	list-style-type : decimal;
}
span#bouton_voir_aide {
	font-size : smaller;
	font-weight : normal;
	cursor : pointer;
}
div#liste {
	clear : both;
}
div.ligne {
	clear : both;
}
.ligne:hover {
	background-color : #eee;
}
.highlight {
	background-color : #ccf;
}
span.left {
	float : left;
	display : block;
}
span.heure {
	font-weight : bold;
}
span.pseudo {
	margin-right : 0.5em;
	color : #36598e;
}
span.pseudo a {
	padding-left : 0.5em;
	color : #36598e;
}
span.texte {
	display : block;
	margin-left : 130px;
}
strong.time {
	font-weight : normal;
	color : blue;
}
div.new span.left {
	color : red;
}
div.new_date {
	border-top : dashed gray 1px;
}
