body {
	margin: 10px 0 0 10px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
img {
	border: 0;
}

ul {
	list-style-image: url('/images/divers/puce.gif');
}

li {
	margin: 10px 0 0 0;
}

a {
	color: #0093D4;
	font-size: 12px;
}

a:hover {
	color: #39BAFA;
}

td {
	text-align: left;
}


/* Divers */
.fond_titre {
	background-image: url('/images/divers/souligne.gif');
	background-repeat: no-repeat;
	height: 22px;
	width: 600px;
}

.titre_societe {
	font-weight: bold;
	font-size: 13pt;
	color: #0093D4;
	width: 600px;
}

.contenu {
	margin: 40px 30px 0 30px;
	width: 660px;
	text-align: justify;
}

.menu a {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
}


/* Classes diverses */
.centrer {
	text-align: center;
}

.gras {
	font-weight: bold;
}

.vert {
	color: #0093D4;
}

.petit {
	font-size: 9px;
}

.erreur {
	color: #FF0000;
}