#podcast_form h2 {
	margin-bottom: 6px;
}
.podcast_id {
	font-size: 14pt;
	font-weight: bold;
	background: #fafafa;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 6px;
	width: 90%;
}
.podcast_id .red {
	font-size: 10pt;
}
#form-legend-title, #form-legend-mail {
	margin-top: 40px;
}
#form-legend-desc {
	margin-top: 70px;
}
#step-1 input[name="step1-submit"] {
	margin-left: 10px;
}
#carousel {
	border-top: 1px solid #7F7F7F;
}
#avantages {
	margin-top: 15px;
}

/* Carousel
-------------------------------------------------------- */
#carousel {
	height: 135px;
	border-bottom: 1px solid #7F7F7F;
}
#carousel ul {
	list-style-type: none;
	visibility: hidden;
}
#carousel li {
	width: 320px;
	height: 120px;
	margin-top: 10px;
	margin-right: 10px;
}
#carousel img {
	float: left;
	margin-right: 8px;
}
#carousel h3 {
	color: #558017;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 4px;
}
#carousel p {
	line-height: 150%;
}
#carousel h4 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}
#carousel a {
	color: #6B6B6B;
}
