/* 
	CSS de Deamon-Space - © Mat@Deamon-Space
	Style Histoire - Enigmes
*/

/*_______________________________________ CORPS ENIGMES _______________________________________*/

.enigmes
{
	background-image: url("/images/fonds/fond_enigmes.jpg");
}

#accroche_com
{
	width:200px;
	padding: 8px;
	-moz-border-radius: 8px;
	text-align:center;
	font-weight:bold;
	background:#FFFF99;
}

#espace_com form input
{
	background: #fff9d9;
	border:solid 1px #333333;
	width:130px;
}

#espace_com form textarea
{
	margin-top:5px;
	margin-bottom:5px;
	width:500px;
	border:none;
	background: #fff9d9;
}

#espace_com form input.bouton
{
	border:none;
	background: #fff9a0;
}

#derniers_com
{
	padding: 8px;
}

.comment_ombre
{
	background-color:#E4E4E4;
	-moz-border-radius: 8px;
	margin-bottom:15px;
}

.comment_enigme
{
	padding: 8px;
	height:100%;
	-moz-border-radius: 8px;
	background:#FFFFC1;
	position: relative;
	top: -5px;
	left: -5px;
}

.comment_enigme span.quote
{
	color:#FF0000;
	font-weight:bold;
	font-size:24px;
}

.comment_enigme div
{
	font-size:12px;
	font-style:italic;
}

