  #entete{
  	width: 900px;
  	height: 30px;
  }
  #info-comm-res{
  	background: #fff;
  	padding: 10px;
  }
  .titre-actif{
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #0081C7;
	width: 300px;
	float:left;
  }
  .titre-inactif{
	font-family: Arial;
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #5E5E5E;
	text-decoration: underline;
	cursor: pointer;
	width: 550px;
	text-align: right;
	float:left;
  }
  .lien{
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #5E5E5E;
	text-decoration: underline;
	cursor: pointer;
  }
  
  #info-comm, #info-res{
  	width: 900px;
  	height: 60px;
  	margin: 10px 0;
  	display:none
  }
  #info-comm{
	background: url( ../pix/panier/bg_commande_info.jpg ) no-repeat;
  }
  #info-res{
	background: url( ../pix/panier/bg_reservation_info.jpg ) no-repeat;
  }
  
  .clear {
  clear: both;
}
