/* CSS Document */
body {
	margin: 0; padding: 0;
	background-color:#0e0e0e;
}
body a{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
body a:hover{
	text-decoration: underline;
}

#fond-atimago {
	background: url(im_background.gif) repeat-x 0 114px;
}

#position-flash {
	text-align:center;
	margin-top: 30px;
}

.clear {
	clear: both;
}

