html 
{ 
	position:absolute;
    left:0%;
	width : auto;
	height :auto;
	background-image: url(../images/fond_pierre_2.jpg);
}
body 
{
	font-family: "Lato", sans-serif;
	font-size: 13px;
	width : 100%;
	height : auto;
	background-color: #0F1112;
	color: #eee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
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 :14%;float : left;
}
#Colonne_2 
{
	 width :60%;float : left;
}
#Colonne_3 
{ 
	 width :13%;float : left;
}	 
#Colonne_4 
{ 
	 width :12%;float : left;
}

	


div#image_pathe 
{
  background-image: url(../images/cowboy.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/mysteres_west.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_col_right
{
		display:inline-block;
		float: center;	
}
#f_lm 
{
	width : 330px;
	height : 100px;
	margin : 10px;
	display:inline-block;
}
#f_ts 
{
	width : 130px;
	height : 100px;
	display:inline-block;
}
#lab_lm 
{
	 width: 165px;
     height: 30px;
     padding-top: 0 px; /*permet le centrage vertical*/
     text-align: center;
	 vertical-align:middle;
     color: #1C1C1C;
	 background: #76b900 ;
	 text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
}
img{
	margin-top : 10px;
	height: auto;
	max-width : 375px;
	display: inline-block;
	
	
}
.form
{
		margin-top : 0px;
		margin-bottom : 10px;
		margin-left : 0px;
		float: left;
		height : 30px;
		width :1260px;
		display:inline-block;
		text-align: center;
	    vertical-align:middle;
}
textarea{
	
	/*height:auto;*/
	width : 700px;
	margin-right : 40px;
	margin-left : 30px;
	border: none; /*2px dashed red;*/
	resize: none;
	/*text-align : left;*/
	vertical-align : middle;
	font-family:"Times New Roman", Times, serif;  
	/*font-size: 24px; */
	font-size: 20px; /*jbd*/
	color : white;
	background : transparent;
	float: left;
	display: inline-block;
	text-align: justify;
    white-space: normal;
}
#gras {
	text-align : center;
	font-size: 20px;
	font-weight: bold;
	height : 30px;
	
}
#offset_30 {
	margin-top : 30px;	
}
#offset_100 {
	margin-top : 100px;	
}
#hauteur {
	height : 25px;
}
#hauteur_double {
	height : 50px;
}
.centre_bloc
{
	margin-left: 0px;
    /*margin-right: auto;*/
	text-align : center;
	font-family:"Times New Roman", Times, serif;  
	font-size: 30px; 
	margin-top : 0px;
	margin-bottom : 10px;
}
.trait_blanc
{
	width : 1076px; /*100%;*/
	background-color: white;
	border-bottom: 1px solid white;
	border: 1px solid  white;
	margin-left : 100px;
	margin-top : 20px;
}
.container 
{
  width : 1276px;
  height : auto;
  margin-top : 100px;
  margin-left : 0px;
  margin-bottom : 2px;
  vertical-align:middle;
  /*background-color: transparent;*/
  display:inline-block; 
  padding-top:50px;
  background-image: url(../images/fond_pierre_2.jpg);
}
.fit-picture {
    width: 400px;
	margin-left : 800px;
	
}

.small_picture{
    width: 70px;
	margin-left : 160px;

}
.small_picture_large{
    width: 300px;
	margin-left : 160px;
}
.container > form 
{
	border-left: 2px solid #76b900;
	border-right: 2px solid #76b900;
}

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

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