

.formated h1 {
	background: url(images/heading.png) no-repeat 0 2px;
	padding-left: 50px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 15px;
}

.formated h2 {
	font-size: 13px;
	margin-bottom: 10px;
}

.formated h3 {
	font-size: 11px;
	margin-bottom: 10px;
}

.formated {
  font-size: 11px;
  font-family: Verdana, sans-serif;
  line-height: 1.5em;
}
.formated p {
margin-top: 6px;	
}
.formated p, .formated ul {
  margin-bottom: 1em;
}
.formated ul {
  padding-left: 1em;
  margin-top: 6px;
  margin-left: 6px;
}
.formated li {
  list-style-type: none;
  background: url(images/puce-natixis.gif) no-repeat 0px 6px;
  padding-left: 10px;
  
}
.formated a {
  font-weight: bold;
  color: #581d74;
}
.formated a:hover {
  text-decoration: underline;
}

.formated em {
  font-style: italic;
}

/* lettrine */
.formated p.lettrine:first-letter {
	font-size: 50px;
	float: left;
	margin: 12px 6px 6px 0;
}

/* encadre */
.formated .encadre, .article .encadre {
	border: 1px solid #b290b3;
	background: #ece4f1;
	margin: 10px;
	padding: 10px;
}

/* images */

.formated img, .article img {
  border: 10px solid #E4E4E4;
}

.formated .image-a-gauche, .article .image-a-gauche {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}

.formated .image-a-droite, .article .image-a-droite {
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
}


/* Liens boutons */

.plus {
	margin: 12px 0 12px 0;
}

.plus a {
	border: none;
	padding: 4px 10px 5px 10px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #5d2478;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b194bf), to(#5d2478));
	background: -webkit-linear-gradient(#b194bf, #5d2478);
	background: -moz-linear-gradient(#b194bf, #5d2478);
	background: -ms-linear-gradient(#b194bf, #5d2478);
	background: -o-linear-gradient(#b194bf, #5d2478);
	background: linear-gradient(#b194bf, #5d2478);
	-pie-background: linear-gradient(#b194bf, #5d2478);
	behavior: url(js/PIE.htc);
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
}
.plus a:hover {
  text-decoration: underline;
}


/* legende dans la photo */
.legende-photo {
	position: relative;
	margin: 0 auto;
}

.legende-photo SPAN {
	position: absolute;
	z-index: +1;
	left: 10px; bottom: -10px;
	font-style: italic; color: #fff;
	display: block;
	background: #581d74;
	padding: 4px 0;
	/**/
	opacity:0.75;
  	filter:alpha(opacity=75);
}

/* fleche-lien */
.fleche-lien {
	padding-left: 14px;
	background: url(images/arrow-off.gif) no-repeat 0px 3px;
	display: block;
}