
.imgGroupCont {
	position:relative;
	height: 350px;
  	width: 100%;
}
.imgGroup {
	position:absolute;
	top:0px;
	padding:10px;
	height:300px;
}
.siteSide {
	position:relative;
	float:left;
}
.siteContent {
  position: relative;
  float: left;
  width: 800px;
  height: 620px;
  padding-top: 20px;
  overflow: auto;  
}
span.siteMenu {
    font: 18px Arial, Helvetica, sans-serif;
    /* color: #000000; */
}
a.siteMenu {
    font: 18px Arial, Helvetica, sans-serif;
    /* color: #000000; */
}
.siteEntete {
	width:100%;
}
img.plaquette {
	max-width: 700px;
	max-height: 400px;
}
#audioReader {
	position:absolute;
	left:150px;
	top:40px;
	text-align:center;
	width:500px;
}

.audioReader {
	position:absolute;
	left:150px;
	top:80px;
	text-align:center;
	width:500px;
}

#videoReader {
	border:10px solid transparent;
	-webkit-border-image:url(images/border_orange.png) 10 10 10 10 stretch; /* Safari 5 */
	-o-border-image:url(images/border_orange.png) 10 10 10 10 stretch; /* Opera */
	border-image:url(images/border_orange.png) 10 10 10 10 stretch;
	position:absolute;
	top:0px;
	left:0px;
}    

#viewer {
	height:350px;
	width:400px;
	position:relative;
	text-align:center;
}

#reader {
	height:104px;
	width:500px;
	position:relative;
	overflow:hidden;
	border:black 2px solid;
	background:url(images/fondGalerie.png) repeat-x;
}

#titrebanner {
	position:absolute;
	top:130px;
	left:130px;
	width:400px;
	height:40px;
	background:url(images/titre.png) no-repeat;
	z-index:100;
	
}
.banGoLeft:hover {
	background:url(images/goLeft_over.png) no-repeat center;
}
.banGoLeft.actif:hover {
	background:url(images/goLeft2_over.png) no-repeat center !important;
}

.banGoLeft {
	min-height:100px;
	min-width:50px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:110;
	cursor:pointer;
	background:url(images/goLeft.png) no-repeat center;
}

.banGoRight:hover {
	background:url(images/goRight_over.png) no-repeat center;
}
.banGoRight.actif:hover {
	background:url(images/goRight2_over.png) no-repeat center !important;
}

.banGoRight {
	min-height:100px;
	min-width:50px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:110;
	cursor:pointer;
	background:url(images/goRight.png) no-repeat center;
}

.banCommand.pausing:hover {
	background:url(images/banPlay_over.png) no-repeat center;
}
.banCommand.playing:hover {
	background:url(images/banPause_over.png) no-repeat center;
}
.banCommand {
	min-height:50px;
	min-width:50px;
	position:absolute;
	bottom:-10px;
	left:0px;
	z-index:110;
	cursor:pointer;
}
.banCommand.playing {
	background:url(images/banPause.png) no-repeat center;
}
.banCommand.pausing {
	background:url(images/banPlay.png) no-repeat center;
}
#mainbanner {
	overflow:hidden;
}
.mainbanner {
	position:absolute;
	top:0;
}
.namebanner {
	position:absolute;
	left:5px;
	bottom:5px;
	background:rgba(255,255,255,0.5);
	color:#000066;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	font-size:10px;
}
.nameviewer {
	position:absolute;
	left:4px;
	top:2px;
	width:98%;
	height:15px;
	background:rgba(255,255,255,0.5);
	color:#000066;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	font-size:10px;
}
.siteMenu {
	text-align:center;
	display:block;
	font-weight:bold;
	text-decoration:none;
	border-top:1px solid;
	border-left:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
	color: #f4f5ab;
	background-color:rgba(236,138,34,0.3);
	cursor:pointer;
}

.siteMenu:hover {
	background-color: rgba(128,128,255,0.3);
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	color:#FF0000;
}

.cursor {cursor:hand;cursor:pointer}

td.groupe {
	vertical-align:top;
	background-color:rgba(236,138,34,0.3);
	color:#f4f5ab;
	padding:5px;
	text-align:center;
	text-decoration:none !important;
	cursor:pointer;
}
img.groupe {
	height:250px;
	text-decoration:none !important;
}
a.groupe {
	color:#f4f5ab !important;
	font-weight:bold;
	
}
.LDTitre {
	font-size:24px;
	font-weight:bold;
	color:#f4f5ab;
}
.contains {
  text-align: center;
  width: 600px;
  color: #f4f5ab !important;
  /*background-image: url(http://www.lamarmite.fr/jamabilly/bagfond.png);*/
  background-color: rgba(0,0,0,0.7);
  background-repeat: no-repeat;
  background-size: 600px 1000px;
  padding: 40px;
}
.entete {
	background-color:rgba(200,200,200,0.63); 
	padding:10px;
}
body {
	background-color: black;
}
.bodyfond {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-blend-mode: hard-light;	*/
}	
