/************************A****** GENERAL ******************************/
*{padding: 0; margin: 0;}
body{
	background-color: #EBEBED;
	font-size: 12px;
}
a {
	color: #bd0000;
	text-decoration: none;
	cursor: pointer;
}
.clear {
	clear: both;
}
/** alertes **/
div#alerts {
	padding-left: 40px;
	font-size: 11px;
	width: 380px;
}
div.fatal, div.error, div.warning, div.notice, div.log {
	margin-bottom: 5px !important;
	padding: 1px !important;
}
div.fatal {
	border: 1px solid #590232; 
	background: #BD0000;
	color: #FFF;
}
div.error {
	border: 1px solid #BD0000; 
	background: #7D7D7D;
	color: #FFF;
}
div.warning{
	border: 1px solid #BD0000; 
	background: #FFF;
	color: #BD0000;
}
div.notice{
	border: 1px solid #7D7D7D; 
	background: #fff;
	color: #7D7D7D;
}
div.log{
	border: 1px solid #C4C4C4; 
	background: #EEEEEE;
}
a#arrow_down{
	display: block;
	background: transparent url(images/icone_fleche_bas.jpg) no-repeat 50% 0%;
	height: 18px;
	text-indent: -5000em;
	cursor: pointer;
}
a#arrow_up{
	display: block;
	background: transparent url(images/icone_fleche_haut.jpg) no-repeat 50% 0%;
	height: 18px;
	text-indent: -5000em;
	cursor: pointer;
}
input.text, textarea{
	font-size: 11px;
	font-style: italic;
	color: #424242;
	margin: 3px;
	border: #666 solid 1px;
}
p#player {
	z-index: 1;
}
div#TB_window {
	z-index: 1000;
}