/********************************************** 
Feuille de style RT09
************************************************/



/********************************************** 
Body
************************************************/

html, body {

             margin: 0px;
             background: url(../webdesign/background-body.jpg) repeat-y;
           
           
           }


 
/********************************************** 
Gauche
************************************************/

#gauche { 
	
	     float: left;
	     width: 342px;
	     height: 700px;
	     background: url(../webdesign/affiche-rt09.jpg) no-repeat;
	     padding: 0px 8px 0px 0px
	
	    
	    }
	    
	    
	    
#menu {


		 font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
		 font-size: 25px;
		 margin-top: 150px; 
		 text-align: right;        	
		 list-style-type: none;

	

      }
	  
#menu a {

         text-decoration: none;
		 color: #FF0000;
		 
		 }
		 
#menu a:hover {


              color: #FFF;

            
			}



/********************************************** 
Droite
************************************************/
	 
	 
#droite {
		 
		 
	     margin-top: 20px;
	     float: left;
	     margin-left: 10px;
	     width: 480px;
	     margin-bottom: 50px;
	     
	     
         }
         
#contenu {
	
	     margin-top: 50px;
	     padding: 0px 20px 0px 20px;
	     font-family: Arial, Helvetica, sans-serif;
		 font-size: 12px;
		 letter-spacing: 1px;
		 text-align: justify;
         
         
         }
         
#contenu a{
	
	color:#000000;
	
}

#contenu a:hover{
	
	color: #ff0000;	
	
}

#contenu img {

	margin-left: auto;
	margin-right: auto;
	display: block;	
	
}

/********************************************** 
Programme
************************************************/

.programme-titre {
	
	display: block;
	width: 100%;
	background: url(../webdesign/background-programme.png);
	padding: 5px 0px 5px 5px;
	margin: 10px 0px 0px 0px;
	color: white;
	font-weight: bold;	
	
}

.programme-piece {
	
	margin: 0px 0px 20px 0px;	
	
}

.programme-piece .troupe {
	
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding:0;
}

.programme-piece .titre {
	
	font-size: 13px;
	margin: 2px 0px 0px 0px;
	padding: 0;	
	
}

.programme-piece .infos {

	font-size: 11px;
	margin: 1px 0px 0px 0px;
	padding: 0;	
	
}

/********************************************** 
Informations
************************************************/
 
.tabelle-prix {
	
	width: 100%;	
	
}

.tabelle-prix .libelle {

	width: 80%;
	font-weight: normal;
}

.informations-liste li {
	
	margin: 5px 0px 0px 0px;	
	
}

/********************************************** 
Réservations
************************************************/

.form-table-shows {
	
	width: 100%;	
	
}

.form-table-shows .form-infos {
	
	width: 60%;
	
}

.form-table-shows .form-price {
	
	width: 20%;
	text-align: center;	
}

.form-table-shows .form-select {
	
	width: 20%;
	text-align: right;	
	
}

.form-table-shows .form-status {
	
	width: 20%;
	text-align: center;	
	
}

.form-table-shows .form-select2 {
	
	width: 20%;
	text-align: center;	
	
}

.personal-infos {
	
	margin-left: 20px;	
	
}



 
/********************************************** 
Class
************************************************/

.form_box {
	
	width: 90%;
	padding: 10px;
	/*background: url(../webdesign/soft-yellow.png);*/
	background-color:#E2E2E2;
	padding: 5px 5px 5px 5px;
	margin: 1px 0px 15px 0px;
	
}

.green_box {
	
	width: 90%;
	padding: 10px;
	background: url(../webdesign/soft-green.png);
	padding: 5px 5px 5px 5px;
	border: 1px solid #66cc33;
	margin: 1px 0px 15px 0px;
	
}

.red_box {
	
	width: 90%;
	padding: 10px;
	/*background: url(../webdesign/soft-red.png);*/
	background-color:#667169;
	padding: 5px 5px 5px 5px;
	border: 1px solid #cc3333;
	margin: 1px 0px 15px 0px;
	
}

.border_bottom_1 {
	
	border-bottom: 1px solid black;	
	
}

.border_bottom_2 {
	
	border-bottom: 2px solid black;	
	
}

.h_title { /* heading title */

	margin-bottom: 15px;
	
}

.h_title span  { /* heading title */
	
	font-size: 22px;	
	
}

.h_subtitle { /* heading subtitle */

	font-size: 15px;	
	
}
 
.h_text { /* heading text */
	
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	
}


.h_bottom {
	
	margin-bottom: 15px;	
	
}

.t_cast { /*table cast*/
	
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	
}


.t_cast th, td {

	padding-top: 12px;
	width: 50%;
	
}
                

.t_cast th { /*table cast*/

	vertical-align: top;

}

.text_center {
	
	text-align: center;
	
}        
        





