/* Titre de l'article d'introduction */
#zoneIntroTitre {
	color: #006600;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

/* Cadre de l'article d'introduction */
#zoneIntroCadre {
  border-width: 1px;
  border-style: solid;
  border-color: #990000;
}

/* Titre d'un article */
.articleTitre {
	color: #006600;
	font-weight: bold;
	font-size: 14px;
}
/* Contenu d'un article */
.articleTexte {
	text-align: justify;
	line-height: 15px;
}

/* Titre de la rubrique des news */
#zoneBreveTitre {
	color: #006600;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

/* Cadre de la rubrique des news */
#zoneBreveCadre {
	/*background-image: url(/image/fond1.jpg);*/
  border-width: 1px;
  border-style: solid;
  border-color: #990000;
}

/* Cadre d'une news */
.breveSeparation {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #990000;
	height: 3px;
}

/* Titre d'une news */
.breveTitre {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#zoneOffreInscription {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	background-color: #FFFF33;
	text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #990000;
}

.offreInscriptionCondition {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	line-height: 15px;
	background-color: #FFFF33;
}
