/* Pour info : enveloppe_mails = -1 */

/* Specifie des paires de guillemets sur plusieurs niveaux pour chaque langue */
/* Cf.: http://www.yoyodesign.org/doc/w3c/css2/generate.html#quotes-specify */
q { quotes: '"' '"' "'" "'" }
/* Guillemets selon la langue du texte */
:lang(fr) q { quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D" "\2018" "\2019"; }
:lang(en) q { quotes: "\201C" "\201D" "\2018" "\2019" }
:lang(es) q { quotes: "\00AB" "\00BB" "\201C" "\201D"; }
:lang(it) q { quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D"; }
:lang(de) q { quotes: "\00BB" "\00AB" ">" "<" }
:lang(no) q { quotes: "\00AB\A0" "\A0\00BB" "<" ">" }
/* Insere des guillemets avant et apres le contenu d'un element Q */
q:before { content: open-quote; }
q:after { content: close-quote; }
/* IE */
* html q { font-style: italic; }
*+html q { font-style: italic; }

	
	
	

.blocs_titre {
	background: transparent url(prive/images/deplierhaut.svg) no-repeat scroll left center;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 4px;
	padding: 0pt 0pt 0pt 26px;
	margin-bottom: 0.1em;
	clear: left;
	cursor: pointer;
}

.blocs_replie {
	background: transparent url(prive/images/deplier-right.svg) no-repeat scroll left center;
}

.blocs_title{
	display: none;
}