/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	color: #00415A;
	font: Arial, Helvetica, sans-serif;
}

#total {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	margin-top: 50px;
	border: 2px solid #FF9900;
	padding: 10px;
}

#titre_error {
	width: 100px;
	height: 100px;
	background: url(images/parties/error.jpg) center no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#titre_msg {
	width: 100px;
	height: 100px;
	background: url(images/parties/msg.jpg) center no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#titre_error span {
	display: none;
	visibility: hidden;
}