/* M_detail_document */

/* @auteur	Alsacreations, VP  */
/* @cree	2008-07-08         */
/* @modif	2008-07-10         */
/* @gabarit	8                  */
/* @version	2                  */

#M_detail_document {
	margin-bottom: 19px;
	border-bottom: 1px solid #164F80;
}


/* =surtitre, titre et chapeau */
#M_detail_document .surtitre {
	color: #ACB12F;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 0.2em 0;
}

#M_detail_document h3 {
	color: #164F80;
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

#M_detail_document .chapeau {
	font-weight: bold;
	margin: 0 0 6px 0;
}


/* =série de Q/R */
#M_detail_document h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0em;
}

#M_detail_document p {
	font-size: 1.1em;
	margin: 0em 0 1.3em 0;
	padding-left: 1px;
}

#M_detail_document p a {
	color: #164F80;
	font-weight: bold;
}


/* =En rapport avec les listes ol, ul */
#M_detail_document .precede_liste {
	margin-bottom: 0;
}

#M_detail_document ol, #M_detail_document ul {
	margin: 0 0 1.3em 0;
}

#M_detail_document ol {
	margin-left: 22px;
	padding-left: 0;
}

#M_detail_document ol li {
	color: #164F80;
	font-weight: bold;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0;
}

#M_detail_document ol li span {
	color: black;
	font-weight: normal;
}

#M_detail_document ul li {
	list-style-type: none;
	padding-left: 22px;
	background: url(../img/M_detail_document_puce.png) 5px 5px no-repeat;
}

#M_detail_document .auteur {
	color: #ACB12F;
	text-align: right;
	margin: 0.8em 11px 1.9em 0;
}


/* =encadré sur fond coloré (remarque) */
#M_detail_document .attention {
	background-color: #DDE6EC;
	padding: 7px 11px 4px 11px;
}

#M_detail_document .attention .ititre {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}


/* =encadré avec documents à télécharger (ou liens externes) */
#M_detail_document .complement {
	background-color: #F7F8E6;
	border: 1px solid #ACB130;
	margin-bottom: 20px;
}

#M_detail_document .complement p.pdf {
	background: url(../img/picto_document_pdf.png) 9px 5px no-repeat;
	line-height: 1.2;
	margin: 0;
	padding: 6px 0 7px 9px;
}
#M_detail_document .complement .pdf a {
	padding-left: 26px;
}


/* =lien de suite */
#M_detail_document .suite {
	background: url(../img/M_detail_document_fleche.png) left center no-repeat;
	border-top: 1px solid #164F80;
	font-size: 0.9em;
	clear: both;
	margin: 0;
	padding: 2px 7px 3px 0;
}

#M_detail_document .suite a {
	color: black;
	padding-left: 15px;
}


