<style type="text/css">

H1 {font-family: Arial; font-size: 14pt; text-align: left}
H2 {font-family: Arial; font-size: 13pt; text-align: left}
H3 {font-family: Arial; font-size: 12pt; text-align: left}
.txtContent {font-family: Arial; font-size: 12pt; text-align: left}
.txtTitlePlayer {font-family: Arial; font-size: 10pt; text-align: left}


LI {
	list-style-image: url(../images/fleche-simple.gif);
}

.img-shadow {
 float:right;
 background: url(IMG/trans-shadow.gif) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #000; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

.alpha-shadow {
  background: url(img/trans-shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url(img/trans-shadow.png) no-repeat left top !important;
  background: url(img/trans-shadow.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #000;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	width: 452px;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
	width: 450px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/	
}

</style>
