/* Titre principal */
div#contenu div#details-activites h1 {
	font-weight: bold;
	color: #E95C2E;
	font-size: 18px;
	clear: both;
	text-align: center;
	padding: 15px 10px 15px 0px;
}

div#contenu div#details-activites p {
	clear: both;
}

/* LISTE DES ACTIVITES */

div#details-activites {
	width: 650px;
	float: left;
	border-right: 1px solid #E95C2E;
}

/* Paragraphe intro */
div#details-activites p#texte-intro {
	font-size: 12px;
	text-align: center;
	padding: 15px 10px 10px 0px;
	color: #8B7971;
	font-weight: bold;
}
div#details-activites p#texte-intro acronym {
	font-weight: bold;
}

/* Element de la liste du détail des activités */
div#details-activites ul li {
	vertical-align: top;
	float: left;
	border-top: 1px solid #E95C2E;
	text-align: justify;
	padding: 10px 10px 10px 0px;
}
/* Premier élement de la liste du détail des activités */
div#details-activites ul li.premier {
	border-top: 0px;
}

/* Titre d'une activité */
div#details-activites ul li h2 {
	font-weight: bold;
	color: #E95C2E;
	clear: both;
	font-size: 14px;
	padding: 0px 0px 10px 110px;
}

/* Titre des conseils dans la liste des activités */
div#details-activites ul li h3 {
	font-weight: bold;
	color: #E95C2E;
	text-align: center;
	font-size: 17px;
	padding: 0px 0px 10px 0px;
}

/* Texte description */
div#details-activites ul li p {
	display: inline;
	line-height: 15px;
	font-size: 12px;
}

/* Image d'une activité */
div#details-activites ul li img {
	width: 100px;
	height: 100px;
	float: left;
	padding-right: 10px;
}

/* Lien : en savoir plus */
div#details-activites ul li a.more {
	float: right;
	clear: both;
}

/* LISTE NEWS */
div#liste-news {
	width: 245px;
	float: left;
}

/* Element de la liste des news */
div#liste-news ul li {
	border-top: 1px solid #E95C2E;
	text-align: center;
	padding: 10px 0px 20px 10px;
}
/* Premier élement de la liste des news */
div#liste-news ul li.premier {
	border-top: 0px;
}

/* Image d'une activité */
div#liste-news ul li img {
	padding: 0px 10px 10px 10px;
}

/* Formulaire newsletter */
div#liste-news ul li form fieldset legend {
	display: block;
}

/* Titre des news */
div#liste-news ul li h3, div#liste-news ul li form fieldset legend {
	font-weight: bold;
	color: #E95C2E;
	font-size: 16px;
	padding-bottom: 10px;
}

div#liste-news ul li p {
	text-align: justify;
	line-height: 15px;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
}

div#liste-news ul li p.alignement-gauche {
	text-align: left;
}

/* Lien : en savoir plus */
div#liste-news ul li a {
	float: right;
	clear: both;
}

input#bouton-envoi {
	width: 150px;
	height: 31px;
	border: 0px;
	padding-top: 10px;
}