/* CSS Document */
/* BALISES */

body
{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #003399;
}

h3
{
	color: #a50a16;
}


/* BLOCS */

.std-invisible
{
	display: none;
}

.std-conteneur
{
	background: white;
	position: absolute;
	width: 773px;
	left: 50%;
	top: 2px;
	margin-left: -386px;
	border: 0px solid #a50a16;
	text-align: center;
}

div.std-text-main
{
	margin: 0px;
	padding: 0px;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	border: 0px solid #003399;

}

div.footer
{
	font-size: 9px;
	text-align: center;
	border: 0px solid #003399;

}


