body {
	font: normal 13px/18px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #515E6C;
}
strong {
	font-weight: bold;
}
.content-content h2 {
	letter-spacing: -1px;
	font-size: 30px;
	font-weight: lighter;
	line-height: 1.3em;
	margin-bottom: .25em;
}
p {
	margin-bottom: 1em;
}

/* Links */
a { color: #5A85AC; text-decoration: none;}
a:hover { text-decoration: underline;}

.align-center { text-align: center;}
.align-right { text-align: right;}
.small { font-size: 11px; line-height: 17px;}
.large { font-size: 1.4em; line-height: 1.4em;}

ul {
	margin: 0 0 1em 1.5em;
}

.grandespuces {
	list-style-image: url('../img/puce_violette_big.png');
}
	.grandespuces li {
		margin-bottom: 4px;
	}
.petitespuces {
	list-style-image: url('../img/puce_violette_small.png');
	margin-left: 15px;
	padding-left: 6px;
	margin-top: 6px;
}
	.petitespuces li {
		margin-bottom: 6px;
		
	}
	
	

