html 
{ 
	position:absolute;
    left:0%;
	width : auto;
	height :auto;
	background-image: url(../images/fond_pierre_2.jpg);
}
body 
{
	width : 100%;
	min-height: 100%;
	height : auto;
	background-color: #0F1112;
	color: #eee;
	
}
header 
{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1005;
	width : 100%;
	padding: 0px;
	text-align: left;
	color: white;
	height :135px;
	border-radius: 4px 4px 0px 0px;
	clear: both;
	background-color: white;
	border: 1px solid  #2C2E33;
	overflow: hidden;
	background-image: url(../images/fond_metal_1.jpg); /*s4.png); */
	
}
	
.divColumn_entete 
{
	 display:inline-block;
	 height:100px; 
	 margin-top: 15px;
}
#Colonne_1 
{
	 width :12%;float : left;
}
#Colonne_2 
{
	 width :60%;float : left;
}
#Colonne_3 
{ 
	 width :15%;float : left;
}	 
#Colonne_4 
{ 
	 width :12%;float : left;
}

div#image_pathe 
{
  background-image: url(../images/pellicule_agfa_s.png); 
  background-repeat: no-repeat;
  width:  120px;
  height: 110px ;
  margin-left: 20px;
  padding: 0;
  float : left;
  text-align: center;
  vertical-align:middle;
}	
div#image_titre 
{
  background-image: url(../images/affiches_cinema.png);
  background-repeat: no-repeat;
  width: 850px;
  height: 90px;
  padding: 0;
  float : left;
  text-align: center;
  vertical-align:middle
}
div#image_aniversal
{
  background-image: url(../images/aniversal_3.png);
  background-repeat: no-repeat;
  margin-top: 17px;
  width: 150px;
  height: 80px;
  padding: 0;
  float : right;
}	

.form
{
		/*margin-top : 0px;*/
		margin-bottom : 10px;
		margin-left : 20px;
		float: left;
		height : 50px;
		width :95%;
		/*display:inline-block;*/
		text-align: center;
	    vertical-align:middle;
		display: table;
}
#F0 {
	margin-top : 145px;
}

img{
    height: 200px;
	margin-left : 20px;
	margin-top : 10px;
	

}
img:hover{
	
	border : 1px solid #272A30;
}




@supports (-ms-ime-align:auto) {
	/* Edge */
     input, entete_colonne{
        width : 100px; 
		font-size:11px;
    }
	.container, header{
        width : 95%;
    }
	form, body{
		
		font-size:11px;
		
	}	
}

@-moz-document url-prefix() {
    *{    /* firefox */
        /*color: red;*/
    }
}
