/* Style bbcode sup et message */

.BbcodeSupMessAuto
{
	margin:5px auto;
	padding:10px;
	text-align:center;
	width:480px;
}

.BbcodeResolu
{
	background:#e0ecb4 5px 5px;
	border:1px dashed #bbd167;
}
.BbcodeNosite
{
	background:#ffcc99 5px 5px;
	border:1px dashed #ff6600;
}
.BbcodeRegles
{
	background:#efcbcb 5px 5px;
	border:1px dashed #eea1a1;
}

.BbcodeDeplace
{
	background:#a2cfe6 5px 5px;
	border:1px dashed #469bc6;
}

.BbcodeReponse
{
	background:#9AC1D1 5px 5px;
	border:1px dashed #588294;
}

.BbcodeConnect
{
	background:#EBDFFF 5px 5px;
	border:1px dashed #6C0FFF;
}

.BbcodeSupCb img
{
	max-width:250px !important;
	max-height:120px !important;
	border:none !important;
}

.BbcodeButtonHide
{
	background-image: url(../../../images/site_kwsphp/hide_afficher.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin:10px auto;
	font-variant:small-caps;
	font-size:1.2em;
	width:109px;
	line-height:24px;
	color:black;
	text-align:center;
}

.BbcodeButtonHide:hover
{
	background-image: url(../../../images/site_kwsphp/hide_afficher_hover.png);
	font-size:1.3em;
	font-weight:bold;
}

/* MESSAGE D'ERREUR */
.df_message_info, .df_message_attention, .df_message_erreur, .df_message_question
{
	border:none !important;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top:5px !important;;
	margin-bottom:5px !important;;
}
.df_message_info {background:#AFE6FF !important;}
.df_message_attention {background:#EFD0A4 !important;}
.df_message_erreur {background:#FFAFB4 !important;}
.df_message_question {background:#AAFF8F !important;}
.df_message_titre{font-weight:bold;padding-top:5px;}

.CSF_deroule
{
/* 	margin-left: -50px !important; */
}
.CSF_deroule li
{
/*
	float: left !important;
	margin-left: 10px !important;
*/
}
.CSF_deroule hr
{
/*	display: none; */
}

