/****************************************************/
/* CSS Calque des editos et points de vue 			*/
/*	- Edito => _edito								*/
/*	- Point de vue => _pdv							*/
/****************************************************/

/****************************************************/
/* Conteneurs principaux 							*/
/****************************************************/
div.bloc_calque_edito,
div.bloc_calque_pdv {
	width:600px;
	height:738px;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	background-color:#FFFFFF;
	cursor: move;
	z-index:99;
}
div.bloc_calque_edito {
	background:url(../img/fond_edito.gif) no-repeat;
}
div.bloc_calque_pdv {
	background:url(../img/fond_pdv.gif) no-repeat;
}

/* Lien pour fermer le calque */
div.bloc_calque_edito a,
div.bloc_calque_pdv a {
	background:url(../img/icone_edito_fermer.gif) no-repeat;
	width:20px;
	height:20px;
	margin-top:5px;
	margin-right:5px;
	display:block;
	float:right;
	text-decoration:none;
	border:none;
}

/* Contenu */
div.bloc_calque_edito div.bloc_contenu_epdv,
div.bloc_calque_pdv div.bloc_contenu_epdv {
	width:449px;
	height:643px;
	margin-left:120px;
	margin-top:70px;
	clear:left;
	text-align:left;
}
/* Photo */
div.bloc_contenu_epdv div.cont_photo_epdv {
	width:90px;
	height:122px;
	float:right;
	margin-right:5px;
}
/* Titre */
div.bloc_contenu_epdv div.cont_titre_epdv {
	width:330px;
	margin-top:80px;
	height:auto;
	float:left;
}
div.cont_titre_epdv h1 {
	font-size:20px;
	color:#ba5612;
text-transform:uppercase;
	line-height:22px;
}
/* Texte */
div.bloc_contenu_epdv div.cont_texte_epdv {
	width:389px;
	height:410px;
	margin-top:20px;
	float:left;
	text-align:justify;
	overflow:auto;
}
div.cont_texte_epdv span {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#ba5612;
        text-align:justify;
}
/* Pictos */
div.bloc_contenu_epdv div.cont_icones_epdv {
	width:350px;
	height:auto;
	margin-top:50px;
	float:left;
	overflow:hidden;
}
div.cont_icones_epdv a {
	width:20px;
	height:20px;
	margin-right:2px;
	display:block;
	text-decoration:none;
	border:none;
	float:left;
}
div.cont_icones_epdv a.lien_imprimer {
	background:url(../img/icone_edito_imprimer.gif) no-repeat;
}
div.cont_icones_epdv a.lien_envoyer {
	background:url(../img/icone_edito_envoyer.gif) no-repeat;
}
div.cont_icones_epdv a.lien_reagir {
	background:url(../img/icone_edito_reagir.gif) no-repeat;
}
div.cont_icones_epdv a.lien_agrandir {
	background:url(../img/icone_edito_agrandir.gif) no-repeat;
}
div.cont_icones_epdv a.lien_reduire {
	background:url(../img/icone_edito_reduire.gif) no-repeat;
	display:none;
}
