#texte {
	background: url(/images/fond-texte.gif) no-repeat top left;
	width: 533px;
	padding: 60px 25px 0 25px;
	line-height: 1.5em;
}

#texte p {
	margin: 10px 0 0 0;
}

#texte h2 {
	color : #377EB9;
}

#texte h3 {
	font-style: italic;
	color: #825690;
	margin: 15px 0 5px 0;
}

#texte ul {
	list-style-image: url(/images/puce-verte.gif);
	margin: 0 0 0 50px;
}

#texte a {
	color: #007EBE;
}

/* CSS pour les info-bulles */
#texte a.info {
	text-decoration: none; /* definition du lien qui affichera le "calque" */
	color: #007EBE;
	border-bottom: 1px dashed #007EBE;
}

#texte a.info:hover {
	background: none; /* correction d'un bug IE */
}

#texte a.info span { /* definition de la balise <span> inclue dans <a> */
	display: none;
	font-weight: normal;
}

#texte a.info:hover span { /* definition de la balise <span> au survol */
	display: block;
	position: absolute;
	background: #FAF9FB;
	color: #6776B2;
	padding: 5px;
	visibility: visible;
}

.logo-partenaire img{
	margin: 5px 0 5px 30px;
}

/* CSS pour le fil d'ariane */
p#ariane {
	padding : 15px;
}

/* CSS pour les actualites */
div#texte.date h3 {
	margin: 10px 0 0 0;
}

.date h3 span {
	color: #6776B2;
	font-style: normal;
	font-size: 0.7em;
	font-weight: normal;
}

div#texte.date p {
	margin: 0;
}

div#texte.date p.lien {
text-align: right;
}