/****************************************************/
/* CSS Calque des breves 							*/
/*	- Rubriques => _r 								*/
/*	- Editions speciales/dossiers => _es			*/
/****************************************************/

/****************************************************/
/* Conteneurs principaux 							*/
/****************************************************/
div.bloc_calque_breve_r,
div.bloc_calque_breve_es {
	width:290px;
	height:auto;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	cursor:move;
	z-index:98;
}
/* Fonds et bordures */
div.bloc_calque_breve_r {
	background-color:#A12D24;
	border:1px solid #FFFFFF;
}
div.bloc_calque_breve_es {
	background-color:#FFFFFF;
	border:1px solid #A12D24;
}
/****************************************************/

/****************************************************/
/* Contenu											*/
/****************************************************/
/* Picto "Fermer" */
div.bloc_calque_breve_r div.calque_breve_fermer,
div.bloc_calque_breve_es div.calque_breve_fermer {
	float:right;
	margin-right:5px;
	margin-top:5px;
}
div.bloc_calque_breve_r div.calque_breve_fermer a,
div.bloc_calque_breve_es div.calque_breve_fermer a {
	background:url(../img/icone_fermer.gif) no-repeat;
	width:20px;
	height:20px;
	display:block;
	text-decoration:none;
	border:none;
}
/* Titre */
div.bloc_calque_breve_r div.calque_breve_titre,
div.bloc_calque_breve_es div.calque_breve_titre {
	width:250px;
	float:left;
	margin-top:15px;
	margin-left:10px;
}
div.bloc_calque_breve_r div.calque_breve_titre h1,
div.bloc_calque_breve_es div.calque_breve_titre h1 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	font-variant: small-caps;
	line-height:15px;
	color:#FFFFFF;
}
div.bloc_calque_breve_r div.calque_breve_titre h1 {
	color:#FFFFFF;
}
div.bloc_calque_breve_es div.calque_breve_titre h1 {
	color:#A12D24;
}
/* Image */
div.bloc_calque_breve_r div.calque_breve_image,
div.bloc_calque_breve_es div.calque_breve_image {
	width:280px;
	height:auto;
	float:left;
	margin-top:15px;
	margin-left:10px;
}
/* Pictos */
div.bloc_calque_breve_r div.calque_breve_icones,
div.bloc_calque_breve_es div.calque_breve_icones {
	width:280px;
	height:auto;
	float:left;
	margin-top:15px;
}
div.bloc_calque_breve_r div.calque_breve_icones a.lien_imprimer,
div.bloc_calque_breve_r div.calque_breve_icones a.lien_envoyer,
div.bloc_calque_breve_r div.calque_breve_icones a.lien_reagir,
div.bloc_calque_breve_es div.calque_breve_icones a.lien_imprimer,
div.bloc_calque_breve_es div.calque_breve_icones a.lien_envoyer,
div.bloc_calque_breve_es div.calque_breve_icones a.lien_reagir {
	width:25px;
	height:25px;
	display:block;
	float:right;
	margin-left:1px;
}
div.bloc_calque_breve_es div.calque_breve_icones a.lien_imprimer {
	background:url(../img/icone_breve_imprimer.gif) no-repeat;
}
div.bloc_calque_breve_r div.calque_breve_icones a.lien_imprimer {
	background:url(../img/icone_breve_imprimer_r.gif) no-repeat;
}
div.bloc_calque_breve_es div.calque_breve_icones a.lien_envoyer {
	background:url(../img/icone_breve_envoyer.gif) no-repeat;
}
div.bloc_calque_breve_r div.calque_breve_icones a.lien_envoyer {
	background:url(../img/icone_breve_envoyer_r.gif) no-repeat;
}
div.bloc_calque_breve_es div.calque_breve_icones a.lien_reagir {
	background:url(../img/icone_breve_reagir.gif) no-repeat;
}
div.bloc_calque_breve_r div.calque_breve_icones a.lien_reagir {
	background:url(../img/icone_breve_reagir_r.gif) no-repeat;
}
/* Texte */
div.bloc_calque_breve_r div.calque_breve_texte,
div.bloc_calque_breve_es div.calque_breve_texte {
	width:auto;
	height:auto;
	float:left;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	color:#FFFFFF;
}
div.bloc_calque_breve_r div.calque_breve_texte {
	color:#FFFFFF;
}
div.bloc_calque_breve_es div.calque_breve_texte {
	color:#A12D24;
}
/* Date */
div.bloc_calque_breve_r span.calque_breve_date,
div.bloc_calque_breve_es span.calque_breve_date {
	font-size:9px;
	color:#B5D4EC;
}
/****************************************************/