/*
	CSS pour TCHFM - Page texte (Éléments commun au site complet et site mobile)
	Emilie - egzakt.com
	2011/10/21
*/

.editeur h3 {
	font-size:1.29em;
	line-height:1.1em;
	font-weight:normal;
	color:#0088FF;
	text-transform:uppercase;
	margin:0 0 5px 0;
}

.editeur h4 {
	font-size:1.14em;
	line-height:1.1em;
	font-weight:bold;
	color:#1E1E1E;
	margin:0 0 5px 0;
}

.editeur .colore {
	color:#ED1C2E;
}

.editeur .encadre {
	background-color:#f0f0f0;
	padding:16px 20px;
	font-size:0.86em;
	line-height:1.5em;
}

.editeur span.highlight {
	display:inline-block;
	padding:10px 20px;
	background-color:#F0F0F0;
	color:#0088FF;
	font-weight:bold;
	font-size:0.86em;
	line-height:1.1em;
}

.editeur ul {
	padding-left:15px;
}

.editeur ul li {
	padding:3px 0 3px 11px;
	background:url(../images/ul/icones/fleche_liste.gif) no-repeat left 10px;
}

/* Blocs déroulants */
.bloc_deroulant {
	margin:15px 0;

}

a.lien_deroulant {
	display:block;
	width:575px;
	color:#454545;
	text-decoration:none;
	background:url(../images/ul/boutons/deroulant.gif) no-repeat left top;
}

a.lien_deroulant .padding {
	display:block;
	padding:11px 25px 7px 18px;
}

a.lien_deroulant .bas {
	display:block;
	width:575px;
	height:4px;
	line-height:4px; /* Pour IE6-7 */
	font-size:1px; /* Pour IE6-7 */
	background:url(../images/ul/boutons/deroulant_bas.gif) no-repeat left top;
}

a.lien_deroulant:hover {
	background-position:left -200px;
}

a.lien_deroulant:hover .bas {
	background-position:left -8px;
}

.bloc_deroulant_selected a.lien_deroulant,
.bloc_deroulant_selected a.lien_deroulant:hover {
	background-position:left -100px;
}

.bloc_deroulant_selected a.lien_deroulant .bas,
.bloc_deroulant_selected a.lien_deroulant:hover .bas {
	background-position:left -4px;
}

.zone_deroulante {
	width:537px;
	padding:12px 18px;
	border:1px solid #BFBFBF;
	border-top:0;
	background-color:#F7F7F7;
}

.zone_deroulante ol {
	padding-left:40px;
}


/* Templates */
.tmpl_hebergement {
	width:549px;
	padding:15px 26px 7px 0;
	border-bottom:1px solid #D9D9D9;
	overflow:hidden;
}

.tmpl_hebergement .logo {
	float:right;
	margin-top:6px;
}

.tmpl_hebergement h3 {
	font-size:1.29em;
	line-height:1.1em;
	font-weight:normal;
	color:#1E1E1E;
	margin:0 0 5px 0;
}

.tmpl_hebergement .infos {
	font-size:0.86em;
	line-height:1.4em;
}


/* Lien fichiers */
a.fichier {
	display:inline-block;
	padding:2px 0 0 22px;
	margin:2px 0;
}
a.fichier_pdf {
	background:url(../images/ul/icones/pdf.gif) no-repeat 0 3px;
}
a.fichier_doc {
	background:url(../images/ul/icones/doc.gif) no-repeat 0 3px;
}