/*	---------------------------------------------------------------
--
--	Avenir Mutualiste
--	newsletter papier/ecran
--	revision : mai 2007
--	bug a rapporter a aurelien POINT ferlito AT free POINT fr
--
---------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	background-color: white;
	font-size: 12px;
	height: 100%;
}
div#newsWrap { /* conteneur general */
	width: 80%;
	margin: 0 auto;
}
@media print {
div#newsWrap {
	width: 100%;
}
}

/* header
--------------------------------------------------------------- */
div#newsHeader {
	width: 100%;
	background-color: #00668F;
	margin: 0 0 1.4em 0;
	overflow: hidden;
}
@media print {
div#newsHeader {
	background-color: white;
}
}

div#newsHeader p {
	text-align: center !important;
}
div#newsHeader p#difficultes {
	/* rien */
}
div#newsHeader img {
	border: none;
	margin: 1.2em auto .4em;
}
div#newsHeader h1.numeroLettre {
	text-align: center;
	font-size: 1em;
	background-color: #5E86A9;
	letter-spacing: 0.03em;
	color: #fff;
	padding: .5em 0 .5em 1.6em;
	margin: .5em 0 0 0;
}

/* prologue, infos
--------------------------------------------------------------- */
div#newsPrologue {
	margin: 0 0 1em 0;
	padding: 0 2em;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
div#newsPrologue h3 {
	font-size: 1em;
	margin: 0 0 .6em 0;
}
div#newsPrologue p {
	font-size: 1em;
	line-height: 140%;
	color: #000;
	margin: 0 0 .7em 0;
}
div#newsPrologue ul {
	font-size: 1em;
	line-height: 140%;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
div#newsPrologue li {
	margin: 0 0 .2em 0;
}

/* contenu principal
--------------------------------------------------------------- */
div#newsContent {
	/* contenu principal, hors header/prologue/agenda/footer */
}
div#newsContent h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	background-color: #5E86A9;
	color: #fff;
	margin: 2em 0 .5em 0;
	letter-spacing: 0.03em;
	clear: both;
	zborder-left: .6em solid #E2002E;
	padding: .5em 0 .4em 1.5em;
}
div#newsContent > h1 {
	margin: 1.4em 0 .5em 0;
}
div#newsContent h1 a {
	color: #fff;
	text-decoration: none;
}
div#newsContent h2 {
	font-size: 1.16em;
	line-height: 120%;
	color: #5E86A9;
	background: url(../img_layout/news_h2.gif) no-repeat left center;
	padding-left: 2.8em;
	margin: 0 0 .3em 0;
}
div#newsContent h2 a {
	display: block;
	color: #5E86A9;
}
div#newsContent h3 {
	font-size: 1.1em;
	color: #666;
	margin: 1.2em 0 .2em 0;
}
div#newsContent p {
	font-size: 1em;
	line-height: 135%;
	text-align: justify;
	margin: 0 0 .4em 0;
}
div#newsContent p + h2,
div#newsContent ul + h2,
div#newsContent ol + h2 {
	margin-top: 1.5em;
}
div#newsContent p + ol {
	margin: .4em 0 .5em 1.7em;
}
div#newsContent ul {
	line-height: 140%;
	list-style-position: inside;
	margin: 0 0 .4em 1.7em;
	padding: 0;
}
div#newsContent ol {
	line-height: 140%;
	list-style-position: inside;
	margin: 0 0 .4em 1.7em;
	padding: 0;
}
div#newsContent li {
	margin: 0 0 .4em 0;
}
div#newsContent div.hr {
	height: 1px;
	width: 70%;
	margin: 1.9em auto;
	color: #ccc;
	background-color: #ccc;
	border: 0;
	clear: both;
}

/* classes pouvant s'appliquer au contenu / agenda
--------------------------------------------------------------- */
div#newsWrap q {
	line-height: 140%;
	font-style: italic;
	color: #666;
	background: url(../img_layout/news_blockquote.gif) left 5% no-repeat;
	padding: 0 0 1em 5em;
	min-height: 3em;
	display: block;
}
div#newsWrap div.flottantGauche {
	float: left;
	background-color: #fff;
	margin: 6px 15px -5px 0;
}
div#newsWrap div.flottantDroite {
	float: right;
	background-color: #fff;
	margin: 6px 0 -5px 15px;
}
div#newsWrap div.flottantCentre {
	margin: 10px auto;
	background-color: #fff;
}
div#newsWrap p.legendeImage {
	font-size: .8em;
	line-height: 130% !important;
	color: #999;
	width: 95%;
}
div#newsWrap p.legendeImage span.creditImage {
	color: #ccc;
	display: block;
}
div#newsWrap span.couleur2 {
	color: #ed1c24;
}
div#newsWrap span.couleur1 {
	color: #007ac2;
}
div#newsWrap a {
	color: #006699;
}
div#newsWrap a:hover {
	text-decoration: none;
}


/* agenda
--------------------------------------------------------------- */
div#newsAgenda {
	/* rien */
}
div#newsAgenda h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	background-color: #5E86A9;
	color: #fff;
	zborder-left: .6em solid #E2002E;
	padding: .5em 0 .4em 1.5em;
	margin: 30px 0 10px 0;
	letter-spacing: 0.03em;
	clear: both;
}
div#newsAgenda h1 a {
	color: #fff;
	text-decoration: none;
}
div#newsAgenda h2.agendaEvent {
	background-image: url(../img_layout/puces_actualites_page.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.6em;
	font-size: 1.1em;
	line-height: 150%;
	margin: 0;
}
div#newsAgenda p {
	font-size: 1em;
	line-height: 140%;
	margin: 0 0 .4em 0;
}
div#newsAgenda span.agendaDateDetails {
	color: #ed1c24;
	display: block;
	margin: 1.2em 0 0 0;
}
div#newsAgenda span.agendaLieu {
	display: block;
	color: #999;
	margin: 0 0 .4em 0;
}
div#newsAgenda ul,
div#newsAgenda ol {
	font-size: 1em;
	line-height: 140%;
	list-style-position: inside;
	margin: 0 0 .4em 1.7em;
	padding: 0;
}
div#newsAgenda li {
	margin: 0 0 .4em 0;
}
div#newsAgenda p.lireplus {
	background-image: url(../img_layout/news_actualite_toutes.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 3em;
	margin: 1em 0 0 0;
}

/* footer
--------------------------------------------------------------- */
div#newsFooter {
	border-top: 1px dotted #333;
	padding: 1.7em 0;
	margin: 2em 0 0 0;
}
div#newsFooter h3 {
	text-align: center;
	font-size: 1.2em;
	line-height: 130%;
	margin: 0 0 .3em 0;
}
div#newsFooter p {
	text-align: center;
	font-size: 1em;
	line-height: 135%;
}

