*{
    margin: 0px;
    padding: 0px;
}

body{
  font-family: verdana, arial, trebuchet, sans-serif;
    font-size: 12px;
    background: url("img/backgroundUp.png") top left no-repeat;
   /* background-color:#ccc7c1;*/
  /* background-color:#290707;*/
  background-color:#07051F;
}

h1 {
    position: absolute;
    z-index: 60;
    right: 0;
    top: 70px;
    width: 672px;
    height: 132px;  
}

dl#navPrincipal{  
   position: relative;
   margin-right: 0;
    z-index: 120;
    text-align: right;    
}

 #navPrincipal dt{
    position: relative;
    z-index: 80;
   display: inline;
 }
 
.hidden{
    visibility: hidden;      
}   
 
/* navigation */
 dt a{
    text-decoration: none;
}

 dt a.home { /* definition of the "image" class in the <a> tag */
   
    float: right; 
    display: block; /* a tag must be a block */
    width: 68px; /* width of reactive image */
    height: 71px; /* height of reactive image */
    background-image: url("images/home.png"); /* source for start image */
}

dt a.home:hover { /* definition of the "image" class for <a> tag when hovered onto */
    
    width: 68px; 
    height: 71px;
    background-image: url("images/homeOver.png"); 
} 
 
 dt a.bio {
    float: right;
    display: block; 
    width: 138px; 
    height: 71px; 
    background-image: url("images/biography.png"); 
    background-repeat: no-repeat;
}
	 
dt a.bio:hover { 
    width: 138px; 
    height: 71px;
    background-image: url("images/biographyOver.png"); 
}

dt a.music{ 
    float: right;
    display: block; 
    width: 83px; 
    height: 71px; 
    background-image: url("images/music.png"); 
    background-repeat: no-repeat;
}
	 
dt a.music:hover { 
    width: 83px; 
    height: 71px;
    background-image: url("images/musicOver.png"); 
}

dt a.video{
    float: right;
    display: block; 
    width: 81px; 
    height: 71px; 
    background-image: url("images/video.png"); 
    background-repeat: no-repeat;
}
	 
dt a.video:hover { 
    width: 81px; 
    height: 71px;
    background-image: url("images/videoOver.png"); 
}

dt a.gallery { 
    float: right;
    display: block; 
    width: 107px; 
    height: 71px; 
    background-image: url("images/gallery.png"); 
    background-repeat: no-repeat;
}
	 
dt a.gallery:hover { 
    width: 107px; 
    height: 71px;
    background-image: url("images/galleryOver.png"); 
}

dt a.press { 
    float: right;
    display: block; 
    width: 85px; 
    height: 71px; 
    background-image: url("images/press.png"); 
    background-repeat: no-repeat;
}
	 
dt a.press:hover { 
    width: 85px; 
    height: 71px;
    background-image: url("images/pressOver.png"); 
}

dt a.contact { 
    float: right;
    display: block; 
    width: 109px; 
    height: 71px; 
    background-image: url("images/contact.png"); 
    background-repeat: no-repeat;
}
	 
dt a.contact:hover { 
    width: 109px; 
    height: 71px;
    background-image: url("images/contactOver.png"); 
}

img{
    border: 0;
}


 
 a{
    color: #ef9c00;
   
}
 
 a:hover{
    color: #e3372e;
 }
 
 a:visited{
    color: #7AA187;
 }
 
 .NoUnderline{
    text-decoration: none;
    font-weight: bold;
    color: #ef9c00;
    
 }
 
.listConcerts{
margin-bottom: 15px;
}
 
 .concerts{
 	margin-top: 10px;
 	margin-left: 30px;
 }

 .clearing{
    clear: both;
    line-height: 0px;
 }

#backgroundImage{
    position: fixed;
    z-index:40;
    bottom:0;
    left: 0;
    width:  488px;
    height: 700px; 
    background-image: url("img/cover1.png");
}

#guitarNeck{
    position: fixed;
    z-index: 30;
    bottom: 0;
    right: 0;
    width: 403px;
    height: 600px;
    background-image: url("img/guitar_neck.png");   
}

p{
    margin: 9px;
}

.min{
    font-size: 11px;
}





/*css index------------------------*/

#containerIndex{
    position: absolute;
    max-width: 580px;
    min-height: 300px;
    z-index: 60;
    top: 250px;
    right: 0;
    border: solid 1px #000;
    border-right: none;
    background:url("images/backWhite.png");
}

#accroche{
    padding:21px;
    line-height: 150%;
    font-size: 14px;
    color: #fff;
}

/*css Bio------------------------*/

#containerBio{
    position: absolute;
    max-width: 720px; 
    z-index: 60;
    top: 220px;
    right: 0;
    border: solid 1px #000;
    border-right: none;
}

#textBio{
    padding:21px;
    background:url("images/backBio.png");
    text-align: justify;
    font-size: 13px;
    color: #fff;
}

.colorText{
    font-weight: bold;
    color:#ef9c00;
}

/*css gallery------------------------*/

#containerGallery{
    position: absolute;
    max-width: 680px; 
    z-index: 60;
    top: 220px;
    right: 0;
    border: solid 1px #000;
    border-right: none;
}

#textGallery{
    padding:21px;
    background:url("images/backGallery.png");
    text-align: justify;
    font-size: 13px;
    color: #fff;
}

/*css Music------------------------*/

#containerMusic{
    position: absolute;
    width: 680px; 
    z-index: 60;
    top: 240px;
    right: 0;
    padding: 20px;
    border: solid 1px #000;
    border-right: none;
    background:url("images/backBio.png");
}


h2{
    width: 140px;
    margin-left: 9px;
    font-size: 14px;
    color: #ececec;
}

#prisoner{
    width: 170px;
    float: left;   
}

#before{
    width: 170px;
    float: left;   
}

#blues{
    width: 170px;
    float: left;   
}

#oneManBand{
    width: 170px;
    margin-top: 15px;
    float: left;   
}

#containerMusic img{
  margin: 20px 0 20px 9px;;
  
  border: 1px solid #000;
}

#containerMusic .cds{
    font-size: 12px;
    font-weight: bold;
    color: #7AA187;
}

.listenTo{
    margin-top: 25px;
    
}

.listenToCd2{
    margin-top: 35px;
}

.listenToCd3{
    margin-top: 20px;
}

.listenToMusic{
    margin-top: 30px;
}

/*css Video------------------------*/

#containerVideo{
    position: absolute;
    max-width: 680px; 
    z-index: 60;
    top: 220px;
    right: 0;
    border: solid 1px #000;
    border-right: none;
}

#textVideo{
    padding:21px;
    background:url("images/backVideo.png");
    text-align: justify;
    font-size: 13px;
    color: #fff;
}

/*css Press------------------------*/

#containerPress{
    position: absolute;
    max-width: 680px; 
    z-index: 60;
    top: 220px;
    right: 0;
    border: solid 1px #000;
    border-right: none;
}

#textPress{
    
    background:url("images/backPress.png");
    text-align: justify;
    font-size: 13px;
    color: #fff;
}

#textPress p{
    margin:15px 0 5px 0;
    text-align: left;
}

#col1{
    width: 190px;
    padding: 15px;
    float: left;
}

#col2{
    width: 190px;
    padding: 15px;
    float: left;
}

#col3{
    width: 190px;
    padding: 15px;
    float: left;
}


.important{
    
    font-weight: bold;
   /* color:#ef9c00; */
}

.criticsSmall{
    
    font-size: 12px;
    text-align:justify;
    
}

.pressMin{
  
    text-align: left;
    font-size: 11px;
    
}
.pressMin a{
    text-decoration: none;
}

address{
   position: absolute;
   bottom: -40px;
    right: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    color: #fff;
}

/*css page cd prisoner------------------------*/

#containerPrisoner{
    position: absolute;
    width: 640px; 
    z-index: 60;
    top: 240px;
    right: 0;
    padding: 10px;
    border: solid 1px #000;
    border-right: none;
    background:url("images/backContact.png");
}

#prisonerCd img{
    padding: 10px;
    
}

h2#prisoner{    
    font-size: 14px;
    color: #ececec;
}

#prisonerCd{
    width: 150px;  
    padding: 10px;
    float: left;
    border-right: dotted #000 1px;
}

#infos p{
    margin-left: 0; 
    font-weight: bold;
    font-size: 11px;
}

#infos dl{
    margin-left: 0;
    line-height: 150%;
    font-weight: bold;
    font-size: 11px;
}

.backTo{
    margin-top: 25px;  
}

#infos{
    width: 160px;  
    padding: 10px;
    padding-top: 23px;
    float: left;
    border-right: dotted #000 1px;  
}

#titlePrisoner{
    width: 190px; 
    padding: 10px;
    padding-top: 33px;
    padding-left: 40px;
    padding-bottom: 40px;
    float: left;
    color: #fff;     
}

/*css page cd before------------------------*/

#containerBefore{
    position: absolute;
    width: 640px; 
    z-index: 60;
    top: 240px;
    right: 0;
    padding: 10px;
    border: solid 1px #000;
    border-right: none;
    background:url("images/backPress.png");
}

#beforeCd img{
    padding: 10px;
    
}

h2#before{    
    font-size: 14px;
    color: #ececec;
}

#beforeCd{
    width: 150px;  
    padding: 10px;
    float: left;
    border-right: dotted #000 1px;
}

#infos p{
    margin-left: 0; 
    font-weight: bold;
    font-size: 11px;
}

#infos dl{
    margin-left: 0;
    line-height: 150%;
    font-weight: bold;
    font-size: 11px;
}

.backTo{
    margin-top: 25px;  
}

#infos{
    width: 160px;  
    padding: 10px;
    padding-top: 23px;
    float: left;
    border-right: dotted #000 1px;  
}

#titleBefore{
    width: 220px; 
    padding: 10px;
    padding-top: 33px;
    padding-left: 40px;
    padding-bottom: 40px;
    float: left;
    color: #fff;     
}


/*css page cd blues straight------------------------*/

#containerBlues{
    position: absolute;
    width: 640px; 
    z-index: 60;
    top: 240px;
    right: 0;
    padding: 10px;
    border: solid 1px #000;
    border-right: none;
    background:url("images/backPress.png");
}

#bluesCd img{
    padding: 10px;
    
}

h2#blues{    
    font-size: 14px;
    color: #ececec;
}

#bluesCd{
    width: 150px;  
    padding: 10px;
    padding-right: 20px;
    float: left;
    border-right: dotted #000 1px;
}

#infos p{
    margin-left: 0; 
    font-weight: bold;
    font-size: 11px;
}

#infos dl{
    margin-left: 0;
    line-height: 150%;
    font-weight: bold;
    font-size: 11px;
}

.backTo{
    margin-top: 25px;  
}

#infos{
    width: 160px;  
    padding: 10px;
    padding-top: 23px;
    float: left;
    border-right: dotted #000 1px;  
}

#titleBlues{
    width: 220px; 
    padding: 10px;
    padding-top: 33px;
    padding-left: 40px;
    padding-bottom: 40px;
    float: left;
    color: #fff;     
}


/*css page one man band------------------------*/

#containerGallery{
    position: absolute;
    width: 640px; 
    z-index: 60;
    top: 240px;
    right: 0;
    padding: 10px;
    border: solid 1px #000;
    border-right: none;
    background:url("images/backGallery.png");
}

#Gallery img{
   
    padding: 10px;
    
}

h2#titleGallery{    
    font-size: 14px;
    color: #ececec;
}

#OneCd{
    width: 150px;  
    padding: 10px;
    float: left;
    border-right: dotted #000 1px;
}

#infos p{
    margin-left: 0; 
    font-weight: bold;
    font-size: 11px;
}

#infos dl{
    margin-left: 0;
    line-height: 150%;
    font-weight: bold;
    font-size: 11px;
}

.backTo{
    margin-top: 25px;  
}

#infos{
    width: 160px;  
    padding: 10px;
    padding-top: 23px;
    float: left;
    border-right: dotted #000 1px;  
}

#titleOne{
    width: 200px; 
    padding: 10px;
    padding-top: 33px;
    padding-left: 40px;
    padding-bottom: 40px;
    float: left;
    color: #fff;
    }
 /*css Music------------------------*/

#containerVideo{
    position: absolute;
    width: 620px; 
    z-index: 60;
    top: 240px;
    right: 0;
    padding: 20px;
    border: solid 1px #000;
    border-right: none;
    background:url("images/backContact.png");
}


h2{
    width: 140px;
    margin-left: 9px;
    font-size: 14px;
    color: #ececec;
}

#prisoner{
    width: 170px;
    float: left;   
}

#before{
    width: 170px;
    float: left;   
}

#blues{
    width: 170px;
    float: left;   
}

#oneManBand{
    width: 170px;
    margin-top: 15px;
    float: left;   
}

#containerVideo img{
    width: 120px;
    height: 90px;
  margin: 20px 0 20px 9px;;
  
  border: 1px solid #000;
}

.cds{
    font-size: 13px;
    font-weight: bold;
}

.listenTo{
    margin-top: 25px;
    
}

.listenToCd2{
    margin-top: 35px;
}

.listenToCd3{
    margin-top: 20px;
}

.listenToMusic{
    margin-top: 10px;
}

.watchVideo{
    margin-top:25px;
}


/*--------------------------------------------page gallery-----------*/

#containerOne{
    position: absolute;
    width: 640px; 
    z-index: 60;
    top: 240px;
    right: 0;
    padding: 10px;
    border: solid 1px #000;
    border-right: none;
    background:url("images/backGallery.png");
}

#OneCd img{ 
    padding: 10px;   
}

h2#titleGallery{    
    font-size: 14px;
    color: #ececec;
}

#OneCd{
    width: 150px;  
    padding: 10px;
    float: left;
    border-right: dotted #000 1px;
}

#infos p{
    margin-left: 0; 
    font-weight: bold;
    font-size: 11px;
}

#infos dl{
    margin-left: 0;
    line-height: 150%;
    font-weight: bold;
    font-size: 11px;
}

.backTo{
    margin-top: 25px;  
}

#infos{
    width: 160px;  
    padding: 10px;
    padding-top: 23px;
    float: left;
    border-right: dotted #000 1px;  
}

#titleOne{
    width: 200px; 
    padding: 10px;
    padding-top: 33px;
    padding-left: 40px;
    padding-bottom: 40px;
    float: left;
    color: #fff;
    }


/*css contact------------------------*/

#containerContact{
    position: absolute;
    max-width: 680px; 
    z-index: 60;
    top: 270px;
    right: 0;
    border: solid 1px #000;
    border-right: none;
    background:url( "images/backContact.png");

}

#textContact{
    padding:21px;
    background:url( "images/backContact.png");
    text-align: justify;
    font-size: 13px;
    color: #000;
}


form {	
	margin: 10px 0 10px 10px;	
	width: 620px;
	height:295px;
/* 	border: 1px #000 solid; */
	border: none;

}

fieldset {
	margin-bottom: 25px;
	
	border: none;
}

legend {
	margin: 0 0 2px -2px;
	padding: 1px 2px;
	background-color: #fff;
	border: 1px #000 solid;
}

label {
	width: 270px;
	display: block;
	float: left;
	margin-right: 7px;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
        
}

fieldset fieldset {
	margin: 0;
	border: none;	
}

fieldset fieldset input {
	margin-bottom: 2px;	
}

fieldset fieldset label {
	float: none;
	width: auto;
	display: inline;
	padding-bottom: 3px;
	font-weight: normal;	
}

#informationsPersonnelles input, textarea, select {
	width: 200px;
	border: solid 1px #000;
}

input {
	margin-bottom: 4px;
	padding-top: 2px;
}

form br {
	clear: both;
}

#envoi input {
	border: solid 1px #000;
}

#sondage fieldset input {
	margin-bottom: 1px;
}

#commentary{
    



}

/*css confirmation------------------*/

#containerConfirm{
    position: absolute;
    max-width: 680px; 
    z-index: 60;
    top: 420px;
    right: 0;
    border: solid 1px #000;
    border-right: none;
    background:url( "images/backContact.png");
}

#textConfirm{
    padding:21px;
    background:url( "images/backContact.png");
    text-align: justify;
    font-size: 13px;
    color: #fff;
}

#confirm{
   position: absolute;
   bottom: -140px;
    right: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    color: #fff;
}

/* !paypal button */

#button {
text-align: right;
}

#button form{
border: none;
}
