html {
		height: 100%;
		/*overflow: hidden;*/
	}
body {
	background-color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	}

#flash {
	height: 100%;
	color: #FFFFFF;
	}
#flash  p {
	margin: 0 auto 0;
	width: 500px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 10px 5px 15px;
	background-color: #EBEBEB;
}
#flash .dernier {
	font-size: 20px;
	color: #333333;
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding:10px 0;
	text-transform: uppercase;
}
#flash .detail {
	display: block;
	margin: 5px 0 20px 0;
	line-height: 14px;
}
#flash .pink {
	font-size: 15px;
	font-weight: bold;
	color: #EBEBEB;
	background-color: #E2007A;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 25px;
	text-indent:10px;
	border-top-width:2px;
	border-top-style: solid;
	border-top-color: #b04;
}
#flash img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#flash a {
	color: #FF0066;
	text-decoration: none;
}
#flash a:hover {
	color: #000000;
	background-color: #FF0066;
}
