/*=============================================================================================
CSS Content ::: Adress Company ::: kdang@advisa.fr
=============================================================================================*/

body {
	background-color: #fff;
}

.free-content ul li,
.free-content ol li {
	margin-top: 7px;
	margin-bottom: 7px;
}

.list-fleche-bleu {
	margin: 12px 0;
	padding: 0;
	list-style: none;
}
	.list-fleche-bleu li {
		margin: 7px 0;
		padding: 0 0 0 20px;
		background: url(../images/fleche_bleu.gif) left 1px no-repeat;
	}
	
	.tab-txt-center td {
		text-align: center;
	}
.tab-border {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 0;
}
	.tab-border th,
	.tab-border td {
		border: 1px solid #ccc;
		padding: 5px;
	}

.tab-equipe td {
	width: 156px;
	vertical-align: top;
	text-align: center;
	padding: 5px;
}
	.tab-equipe .sep td {
		border-bottom: 1px dotted #ccc;
		padding-bottom: 20px;
	}
	.tab-equipe .photos td {
		padding-top: 20px;
	}

.bleu {
	color: #0081CD;
}
.gris-clair {
	color: #666;
}
