/* CSS content */

body {
	background-color: #fff;
}

.table-equipe {
	margin: 10px 0;
}
	.table-equipe td {
		padding: 0 0 30px 0;
		font-size: 12px;
	}
		.table-equipe img {
			padding: 9px 0 0 9px;
			background: url(../images/puce_arrow_orange.gif) no-repeat;
		}
		.table-equipe strong {
			display: block;
			margin: 9px 0 0 0;
		}
		.table-equipe a {
			color: #fff;
			text-decoration: none;
			padding: 0 12px 0 0;
			background: url(../images/puce_arrow_green.gif) right bottom no-repeat;
		}
		.table-equipe a:hover {
			color: #cc0;
		}

.acces-contact {
	font-size: 10px;
	color: #f90;
	text-decoration: none;
	background: url(../images/puce_readmore.gif) left center no-repeat;
	padding: 2px 0 2px 13px;
	margin: 0;
}
.acces-contact:hover {
	color: #fff;
}

.orange {
	color: #f90;
}
.gris-clair {
	color: #999;
}
