/* Sert pour faire des coins ronds */

.roundedCornersTopRed { 
  padding-bottom:2px;
  padding-top:2px;
  padding-left:12px;
  padding-right:12px;
}

.roundedCornersTopGrey { 
  padding-bottom:2px;
  padding-top:2px;
  padding-left:12px;
  padding-right:12px;
}

.roundedCornersBottom { 
  padding:0px;
}

.roundedCornersBottomText { 
  padding-top:0px;
  padding-bottom:12px;
  padding-right:12px;
  padding-left:12px;
}

.roundedCornersBottomTextTopPadding { 
  padding-top:10px;
  padding-bottom:10px;
  padding-right:10px;
  padding-left:10px;
}

.roundedCornersNoTop { 
  padding:9px;
}

.roundedCornersCaption { 
  padding:12px;
}

/*
.roundedCornersCaptionPicture { 
	color:white;
	font-size:1.5em;  //equivalent to 150% of the parent(body)
	font-family:arial,helvetica,sans-serif;
	letter-spacing: 0.1em;
	font-weight:500;
	padding:6px;
}
*/

.roundedCornersCaptionTime{
	color:white;
	font-size:0.75em;  
	font-family:arial,helvetica,sans-serif;
	letter-spacing: 0.1em;
	font-weight:500;
	padding:3px;
}

.roundedCornersNoTopNoDegrade { 
  padding:12px;
}

.lineRoundedCorners { padding:5px; margin:0px auto; color:#000; }

.sb, .sbi, .sb *, .sbi * { position:relative; z-index:0; }
* html .sb, * html .sbi { height:1%; }
/*.sb-inner { background:#ddd; }*/
.sb-inner { background:#fff; }
.sb-shadow { background:#000; }
.sb-border { background:#bbb; }
