body  {
	background-color:#222222;
	width:auto;
	height:1000px;
	margin: 0 auto 0 auto;
	border:1px none blue;
	}

div.corps {
   margin: 0;
   width:1020px;
   height:auto;
   margin:0px auto 0 auto;
/*   overflow-y:auto; */
   border: 1px none red;
}

  div.entete {
	  position:relative;
	  width:1018px;
	  height:85px;
      border: 1px none blue;
  }
    div.entete h1 {
		font-family:Arial;
		font-size:21px;
		color:#cccccc;
		text-align:center;
		margin:15px auto 0 auto;
	}

  div.ligne_entete_jours {
	  position:relative;
      background-color:#666666;
	  width:1018px;
	  height:30px;
	  margin-bottom:4px;
	  z-index:1;
	  border:1px solid #999999;
  }
	div.ligne_entete_photo_jours {
	    position:relative;
		float:left;
		width:160px;
		height:28px;
		text-align:center;
		margin:0;
		border:1px none red;
	}
	  div.ligne_entete_texte_jours {
	      position:relative;
		  float:left;
	      width:121px;
	      height:28px;
		  text-align:center;
	      border:1px none blue;
		  }
        div.ligne_entete_texte_jours h1 {
		    font-family:Arial;
		    font-size:17px;
		    color:#ffffff;
		    text-align:center;
		    margin:10px auto 0 auto;
	    }
  
  div.ligne {
	  position:relative;
	  width:1020px;
	  height:100px;
	  margin-bottom:5px;
	  border:1px solid #999999;
  }
    
	div.ligne_photo {
	    position:relative;
		float:left;
		background-color:#be699e;
		background-image:url(images/affiche_horaire/bg_photo.png);
		width:150px;
		height:98px;
		text-align:center;
		margin:0;
		border:1px none blue;
	}

	div.ligne_photo_nom {
	    position:relative;
		float:left;
		background-color:#be699e;
		width:150px;
		height:20px;
		text-align:center;
		border:1px none blue;
	}
    div.ligne_photo_nom h1 {
	    font-family:Arial;
	    font-size:17px;
	    color:#7b3561;
		color:#000000;
	    text-align:center;
		margin:0;
	    }

	div.ligne_photo_img {
	    position:relative;
		float:left;
		background-color:#be699e;
		background-image:url(images/affiche_horaire/bg_photo.png);
		width:150px;
		height:78px;
		text-align:center;
		margin:1px 2px 0 0px;
		border:1px none red;
	}
      div.ligne_photo_img img {
		  margin-top:1px;
		border:1px solid #ffffff;
	  }
	
	div.ligne_principal {
	    position:relative;
		float:left;
	    width:864px;
	    height:58px;
		margin:20px 0 0 4px;
	    border:1px none red;
	}

	  div.ligne_principal_box {
	      position:relative;
		  float:left;
		  background-color:#CCCCCC;
		  background-image:url(images/affiche_horaire/bg_plein.png);
	      width:121px;
	      height:56px;
	      border:1px solid #333333;
		  }
        div.ligne_principal_box h1 {
		    font-family:Arial;
		    font-size:17px;
		    color:#000000;
		    text-align:center;
		    margin:10px auto 0 auto;
	    }
		
	  div.ligne_principal_box_vide {
	      position:relative;
		  float:left;
		  background-color:#333333;
		  background-image:url(images/affiche_horaire/bg_vide.png);
	      width:121px;
	      height:56px;
	      border:1px solid #333333;
		  }

  div.ligne_bottom {
	  position:relative;
	  width:1018px;
	  height:40px;
	  text-align:center;
	  border:1px none #999999;
  }
 
  div.retour {
	  position:relative;
	  float:right;
	  background-image:url(images/affiche_photos/btn_retour.png);
	  width:40px;
	  height:40px;
	  border:1px none red;
  }

  div.retour:hover {
	  position:relative;
	  background-image:url(images/affiche_photos/btn_retour_over.png);
	  width:40px;
	  height:40px;
	  border:1px none blue;
  }
