﻿/* Titre bandeau en coin droit */


.diag-bandeau-tit {
  display: none;
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  right: -5px;
}

.diag-tit {
  font: bold 15px Sans-Serif;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FFAEAE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFAEAE), to(#E10000)); 
  background-image: -webkit-linear-gradient(top, #FFAEAE, #E10000); 
  background-image:    -moz-linear-gradient(top, #FFAEAE, #E10000); 
  background-image:     -ms-linear-gradient(top, #FFAEAE, #E10000); 
  background-image:      -o-linear-gradient(top, #FFAEAE, #E10000); 
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.diag-tit:before {
  left: 0;
}
.diag-tit:after {
  right: 0;
}​
/* fin titre bandeau en coin droit */

.xindic{ /* titre en bord gauche top transparent arrondi */
	float:left;
	position:absolute;
	margin:-4px 0px 0px -4px;
	padding:4px 2px 0px 10px;
	width:120px;height:28px;
	display:block;
	color:#808080;
	font-weight:bold;
	font-size:13px;
	background: rgba(129,165,250, 0.0);
	border-top-left-radius: 2px;
	border-bottom-right-radius: 12px;
    border: 1px solid #DCDCDC;
}