body{
	background:url(img/_bois_fond.jpg);
	background-color:#C60;
	
	font-family: Arial, Helvetica, sans-serif;
}
table{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	
	margin-top: 10px;
}

#title{
	text-align: center;	
	font-size: 48px;
	
	background:#FFF;
	color: #630;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;

}

#space{
	height: 20px;;
}

#tbl_pos{
	vertical-align: text-top;
}
select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}

input{
	font-size:16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background:#FFF;
}

#f1 > select, #f2 > select{
position:relative;
animation:mymove .5s;

/* Safari and Chrome */
-webkit-animation:mymove .5s;
}

@keyframes mymove{
from {top:100px; opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */}
to {top:0px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */{
from {top:100px; opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */}
to {top:0px;}
}

#f3{
	text-align: center;
	font-size: 24px;
	
	background:#FFF;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 550px;
	
	padding: 5px;
	
	margin-left: auto;
	margin-right: auto;
}

img#doigt{
	position:relative;
	animation:doigt .5s;
	animation-iteration-count:20;
	animation-direction:alternate;
	
	/* Safari and Chrome */
	-webkit-animation:doigt .5s;
	-webkit-animation-iteration-count:20;
	-webkit-animation-direction:alternate;
}

@keyframes doigt{
0%   {left:0px; top:0px;}
100%  {left:50px; top:0px;}
}

@-webkit-keyframes doigt /* Safari and Chrome */{
0%   {left:0px; top:0px;}
100%  {left:50px; top:0px;}
}

footer{
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 600px;
}

footer > p > img {
	float: left;
}

.tbl_cl{
	background: #FFF;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	padding: 10px;
}

#siding1{
	font-size: 24px;
	width: 130px;

	border-right: 3px solid #666;
}

#js_store_txt{
	text-align: left;
	vertical-align: top;
}

#survey{
	border-top: 1px solid #666;
	text-align: center;
}

#contact{
	background: #FFF;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	padding: 10px;

	position: relative;
	animation:mymov 2s;
	height: 300px;

/* Safari and Chrome */
	-webkit-animation:mymov 2s;
}

@keyframes mymov{
from {top: -300px; opacity:0.1; filter:alpha(opacity=10); /* For IE8 and earlier */}
to {top: 0px;}
}

@-webkit-keyframes mymov /* Safari and Chrome */{
from {top: -300px; opacity:0.1; filter:alpha(opacity=10); /* For IE8 and earlier */}
to {top: 0px;}
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	width: 100%;	
}

.mod_contact{
	color: #000;
	background-color: #CA7A0F;
}

span.contact_span{
	font-size: 24px;
	color: #630;
}
