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 :10%;float : left;
}
#Colonne_2 
{
	 width :60%;float : left;
}
#Colonne_3 
{ 
	 width :17%;float : left;
}	 
#Colonne_4 
{ 
	 width :12%;float : left;
}

div#image_pathe 
{
  background-image: url(../images/pere_noel.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/joyeux_noel.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;
}	

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 : auto;
		width :95%;
		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; 
	color : white;
	background : transparent;
	float: left;
	display: inline-block;
	
	
}
.centre_bloc
{
	margin-left: auto;
    margin-right: auto;
	text-align : center;
	font-family:"Times New Roman", Times, serif;  
	font-size: 30px; 
}
.trait_blanc
{
	width : 100%;
	background-color: white;
	border-bottom: 1px solid white;
	border: 1px solid  white;
	/*margin-left : 350px;*/
	margin-top : 10px;
}
.container 
{
  width : 1282px;
  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);
}

.trait_vert 
{
	background: #76b900;
	color: #fff;
	width : 100%;
	text-shadow: none;
	height: 5px;
	border-bottom: 1px solid #272A30;
	background-color: #438700;
	background-size: 100%;
	background-image: linear-gradient(to bottom, #438700 0%, #408400 100%);
	border: 1px solid  #2C2E33;
}






@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;*/
    }
}
