/* fond de page (bandeau haut) : vie hospitaliere par defaut */
body {
	background: #fff url(../images/fond_viehospitaliere.gif) top left repeat-x;
}


/* presentation des images : flottantes en haut a droite */
.illu {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

/* elements de texte */
.surtitre {
	font-size: 2.5em;
	color: #404040;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.titre {
	font-size: 1.7em;
	font-weight: bold;
	color: #00698a;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.soustitre {
	font-size: 1.5em;
	font-weight: bold;
	color: #404040;
	line-height: 1.4em;
	margin: 0;
}
.intertitre1 {
	font-size: 1.5em;
	color: #c60024;
	line-height: 1em;
	margin: 0;
	padding: 0.9em 0 0 1em;
}
.intertitre2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #00698a;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.intertitre3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	margin: 5px 0 0 0;
	padding: 0;
	color: #c60024;
}
.adresses {
	font-style: italic;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
a {
	color: #00698a;
}
.separateur {
	width: 100%;
	border-top: 1px solid #00698a;
	clear: both;
}
li {
	border: 1px none fff;
}
