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/thermolyse/puce.gif');
}

li {
	margin: 10px 0 0 0;
}

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

a:hover {
	color: #646D9D;
}

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

.titre_societe {
	font-weight: bold;
	font-size: 13pt;
	color: #1D254F;
	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;
}


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

.gras {
	font-weight: bold;
}

.bleu {
	color: #1D254F;
}