/* CSS Document */

body{
	/*background-image: url('/jazz/style/page/fond_body3.jpg');
	background-attachment:fixed;
/*	background-image: -webkit-gradient(radial,center center,10,center center,480,from(#aedae5),to(black));*/

	
	/* background-image: url("/jazz/style/page/fond_noir.png"); modification toky */
	background-color:#000000;
	
	background-position: top right;
	background-repeat:no-repeat;
	background-attachment:fixed;

}

#hdr{
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 10px;
	text-shadow: 2px 2px 2px #000;
 	
	float:left;*/
/*	background-color:#FFFF00;*/
	color: #FFFFFF;
	/*background-image: url("/jazz/style/page/banner.png");*/
	background-image: url("/jazz/2010/banner.png");

	
 	width:882px;
	height:150px;
	/*padding-top:-10;*/
}

#menubar{
	background-color:#00FF33;

 	width:900px;
	height:30px;
}
#corps{
	width:750px;
	height:800px;
	float:left;



}
#droite{
	width:150px;
	height:800px;
	float:right;
	background-color:#CC00FF;
}

.pgheader{
	background-image: url("/jazz/style/page/header.png");
	height:16px;
}

.pgcorps{
	background-image: url("/jazz/style/page/page.png");
	background-repeat:repeat-y;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: #333333; */
color:#FFFFFF;

}

.pgfooter{
	background-image: url("/jazz/style/page/footer.png");
	height:16px;
}

a {
		color:#FFFFFF;
		font-family:arial, verdana, sans-serif; 
		cursor:pointer;
		text-decoration:underline;

}

p{
	text-align:justify;

}


.cpright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
	text-align:center;
}



.saryartiste {
  background-color: #000000;
  border: 1px double #ffffff;
  margin-right:15px;
  margin-top:4px;
  margin-bottom:5px;
  float: left;
  width:230px;
  text-align: center;
  position:relative;
  overflow:hidden;
/*  max-height:200px;
  max-width:200px;*/
}


.saryprog {
  /*background-color: #000000;*/
  /*border: 0px double #ffffff;*/
  border:0px;
  width:180px;
  height:114px;
  margin-right:12px;
  margin-top:1px;
  float: left;
  text-align: center;
  position:relative;
  /*overflow:hidden;*/
/*  max-height:200px;
  max-width:200px;*/
}



#drB1 {
	/*border-color: #66F;
	border-color:#003399;*/
	border-color:#000033;
}

.drB {
	-webkit-box-shadow: #777 2px 2px 8px;
	background-color: white;
	border: 3px solid black;
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	cursor: move;
	float: left;
	height: 150px;
	margin: 0px 1em 1em 0px;
	text-align: left;
	width: 150px;
}
