@import url("master.css");


/* GESTION DE LA TRANSPARENCE DES PNG POUR IE6 */
.bloc_edito .border_top {
	behavior:url(/com/js/iepngfix.htc);
}



/*______________________________________________________________________

BLOC EDITORIALE / les styles textes sont également définis en master.css
 _______________________________________________________________________*/

.bloc_edito,
.bloc_edito_avec_bg {
	margin-right:10px;
	margin-bottom:20px;
	width:610px;
	position:relative;
}


.bloc_edito .border_top,
.bloc_edito .border_bottom,
.bloc_edito_avec_bg .border_top,
.bloc_edito_avec_bg .border_bottom {
	width:610px;
	height:8px;
	font-size:0.1em;
	background-repeat:no-repeat;
}

.bloc_edito .border_top {
	background-image:url(../images/border_edito_top.png);
}

.bloc_edito_avec_bg .border_top {
	background-image:url(../images/border_search_top.png);
}

.bloc_edito .border_bottom {
	background-image:url(../images/border_edito_bottom.png);
}

.bloc_edito_avec_bg .border_bottom {
	background-image:url(../images/bborder_search_bottom.png);
}



.bloc_edito .content,
.bloc_edito_avec_bg .content {
	padding:4px 20px;
	line-height:1.4em;
	background-image:url(../images/bg_edito.png);
	background-repeat:repeat-y;	
	min-height:180px;
}

.bloc_edito_avec_bg .content {
	background-image:url(../images/bg_search.png);
}

.bloc_edito h1,
.bloc_edito_avec_bg h1 {
	margin-bottom:8px;
}

.bloc_edito h2,
.bloc_edito_avec_bg h2 {
	margin-top:4px;
	margin-bottom:0;
}


.bloc_edito .bloc_pub,
.bloc_edito_avec_bg .bloc_pub {
	float:right;
	width:300px;
	margin-left:10px;
	margin-bottom:10px;
}

/* INTEGRATION IFRAME DANS BLOC EDITO */

.edito_iframe .content {
	padding:4px 10px;
}

.iframe_edito {
	width: 588px;
	height:620px;
	border:0px solid #FFF;
}

