body {
	padding: 0px;
	margin: 0px;
}
td.fondBleu {
	background-image: url(images/main_bg_menu_gauche.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
td.fondColGauche {
	background-image: url(images/main_bg_col_gauche.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
td.fondMenuDroit {
	background-image: url(images/main_bg_menu_droit.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00A8FF;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.textelien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}