body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
table {
	font-size: 12px;
}

a{
	text-decoration: none;
	style: none;
	font-weight: bold;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}
#ablanc a{
	text-decoration: none;
	style: none;
	font-weight: normal;
	color: #FFFFFF;
}
#ablanc a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
#ablanc h3{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;

}



.gauche {	
	position: absolute;
	left:50px;
	top: 350px;
	z-index: 2;
}
.menu {
	position: relative;
	color: #FFFFFF;
	background-color: #B6003B;
	width: 100px;
	font-size: 12px;
}

.cheval {
	position: absolute;
	top: 360px;
	left: 135px;
	z-index: 1;
}

.contenu {
	position: absolute;
	z-index: 3;
	top: 400px;
	left: 250px;
	width: 600px;
}
.formalites {
	position: relative;
	width: 200px;
	z-index: 2;
	font-size: 9px;
}
.bulle {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
	background-color:#FFFFFF;

}
.nom {
	position: relative;
	text-align: right;
}
	

