.lettres-animees-1{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-1 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-1:hover {
	text-decoration: none;
}

.job_description a.closebutton-1 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a, .letter_b, .letter_c, .letter_d, .letter_e, .letter_f,  .letter_g,  .letter_h,  .letter_i, .letter_j, .letter_k, .letter_l, .letter_tiret-m,.letter_tiret-n,
.letter_x-1,  .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-1 .letter_tiret-1 {
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-1 .letter_a {
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-1 .letter_b {
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-1 .letter_c {
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-1 .letter_d {
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-1 .letter_e {
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-1 .letter_f {
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-1 .letter_g {
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-1 .letter_h {
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-1 .letter_i {
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-1 .letter_j {
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-1 .letter_k {
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-1 .letter_l {
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-1 .letter_m {
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}
a.closebutton-1 .letter_n {
	-webkit-animation: black_close_fourteen 4s infinite;
	animation: black_close_fourteen 4s infinite;
}

a.closebutton-1 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-1 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#contactClose-1 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#contactClose-1 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#contactClose-1 {
		font-size: 16px;
	}
	}
	
	
/* /////////////////////////////////////// */

.lettres-animees-2{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-2 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-2:hover {
	text-decoration: none;
}

.job_description a.closebutton-2 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a-2, .letter_b-2, .letter_c-2, .letter_d-2, .letter_e-2, .letter_f-2,  .letter_g-2,  .letter_h-2,  .letter_i-2, .letter_j-2, .letter_k-2, .letter_l-2, .letter_tiret-m-2,.letter_tiret-n-2, .letter_o-2, .letter_p-2, .letter_q-2, .letter_x-1,  .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-2 .letter_tiret-1{
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-2 .letter_a-2{
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-2 .letter_b-2{
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-2 .letter_c-2{
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-2 .letter_d-2{
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-2 .letter_e-2{
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-2 .letter_f-2{
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-2 .letter_g-2{
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-2 .letter_h-2{
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-2 .letter_i-2{
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-2 .letter_j-2{
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-2 .letter_k-2{
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-2 .letter_l-2{
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-2 .letter_m-2{
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}
a.closebutton-2 .letter_n-2{
	-webkit-animation: black_close_fourteen 4s infinite;
	animation: black_close_fourteen 4s infinite;
}
a.closebutton-2 .letter_o-2{
	-webkit-animation: black_close_fifteen 4s infinite;
	animation: black_close_fifteen 4s infinite;
}
a.closebutton-2 .letter_p-2{
	-webkit-animation: black_close_sixteen 4s infinite;
	animation: black_close_sixteen 4s infinite;
}
a.closebutton-2 .letter_q-2{
	-webkit-animation: black_close_seventeen 4s infinite;
	animation: black_close_seventeen 4s infinite;
}

a.closebutton-2 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-2 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#contactClose-2 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#contactClose-2 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#contactClose-2 {
		font-size: 16px;
	}
	}
	
	
/* /////////////////////////////////////// */

.lettres-animees-3{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-3 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-3:hover {
	text-decoration: none;
}

.job_description a.closebutton-3 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a-3, .letter_b-3, .letter_c-3, .letter_d-3, .letter_e-3, .letter_f-3,  .letter_g-3,  .letter_h-3,  .letter_i-3, .letter_j-3, .letter_k-3, .letter_l-3, .letter_tiret-m-3,.letter_tiret-n-3, .letter_o-3, .letter_p-3, .letter_x-1,  .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-3 .letter_tiret-1{
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-3 .letter_a-3{
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-3 .letter_b-3{
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-3 .letter_c-3{
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-3 .letter_d-3{
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-3 .letter_e-3{
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-3 .letter_f-3{
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-3 .letter_g-3{
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-3 .letter_h-3{
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-3 .letter_i-3{
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-3 .letter_j-3{
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-3 .letter_k-3{
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-3 .letter_l-3{
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-3 .letter_m-3{
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}
a.closebutton-3 .letter_n-3{
	-webkit-animation: black_close_fourteen 4s infinite;
	animation: black_close_fourteen 4s infinite;
}
a.closebutton-3 .letter_o-3{
	-webkit-animation: black_close_fifteen 4s infinite;
	animation: black_close_fifteen 4s infinite;
}
a.closebutton-3 .letter_p-3{
	-webkit-animation: black_close_sixteen 4s infinite;
	animation: black_close_sixteen 4s infinite;
}

a.closebutton-3 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-3 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#contactClose-3 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#contactClose-3 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#contactClose-3 {
		font-size: 16px;
	}
	}
	
	
	
	
/* /////////////////////////////////////// */

.lettres-animees-4{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-4 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-4:hover {
	text-decoration: none;
}

.job_description a.closebutton-4 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a-2, .letter_b-2, .letter_c-2, .letter_d-2, .letter_e-2, .letter_f-2,  .letter_g-2,  .letter_h-2,  .letter_i-2, .letter_j-2, .letter_k-2, .letter_l-2, .letter_tiret-m-2,.letter_tiret-n-2, .letter_o-2, .letter_p-2, .letter_q-2, .letter_x-1,  .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-4 .letter_tiret-1{
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-4 .letter_a-4{
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-4 .letter_b-4{
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-4 .letter_c-4{
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-4 .letter_d-4{
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-4 .letter_e-4{
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-4 .letter_f-4{
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-4 .letter_g-4{
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-4 .letter_h-4{
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-4 .letter_i-4{
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-4 .letter_j-4{
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-4 .letter_k-4{
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-4 .letter_l-4{
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-4 .letter_m-4{
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}
a.closebutton-4 .letter_n-4{
	-webkit-animation: black_close_fourteen 4s infinite;
	animation: black_close_fourteen 4s infinite;
}
a.closebutton-4 .letter_o-4{
	-webkit-animation: black_close_fifteen 4s infinite;
	animation: black_close_fifteen 4s infinite;
}
a.closebutton-4 .letter_p-4{
	-webkit-animation: black_close_sixteen 4s infinite;
	animation: black_close_sixteen 4s infinite;
}
a.closebutton-4 .letter_q-4{
	-webkit-animation: black_close_seventeen 4s infinite;
	animation: black_close_seventeen 4s infinite;
}

a.closebutton-4 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-4 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#closebutton-4 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#closebutton-4 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#closebutton-4 {
		font-size: 16px;
	}
	}	
	
/* /////////////////////////////////////// */

.lettres-animees-5{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-5 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-5:hover {
	text-decoration: none;
}

.job_description a.closebutton-5 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a-5, .letter_b-5, .letter_c-5, .letter_d-5, .letter_e-5, .letter_f-5,  .letter_g-5,  .letter_h-5,  .letter_i-5, .letter_j-5, .letter_k-5, .letter_l-5, .letter_tiret-m-5,.letter_tiret-n-5, .letter_o-5, .letter_p-5, .letter_q-5, .letter_x-1,  .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-5 .letter_tiret-1{
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-5 .letter_a-5{
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-5 .letter_b-5{
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-5 .letter_c-5{
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-5 .letter_d-5{
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-5 .letter_e-5{
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-5 .letter_f-5{
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-5 .letter_g-5{
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-5 .letter_h-5{
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-5 .letter_i-5{
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-5 .letter_j-5{
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-5 .letter_k-5{
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-5 .letter_l-5{
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-5 .letter_m-5{
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}
a.closebutton-5 .letter_n-5{
	-webkit-animation: black_close_fourteen 4s infinite;
	animation: black_close_fourteen 4s infinite;
}
a.closebutton-5 .letter_o-5{
	-webkit-animation: black_close_fifteen 4s infinite;
	animation: black_close_fifteen 4s infinite;
}
a.closebutton-5 .letter_p-5{
	-webkit-animation: black_close_sixteen 4s infinite;
	animation: black_close_sixteen 4s infinite;
}
a.closebutton-5 .letter_q-5{
	-webkit-animation: black_close_seventeen 4s infinite;
	animation: black_close_seventeen 4s infinite;
}

a.closebutton-5 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-5 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#contactClose-5 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#contactClose-5 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#contactClose-5 {
		font-size: 16px;
	}
	}
	
	

/* /////////////////////////////////////// */

.lettres-animees-6{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-6 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-6:hover {
	text-decoration: none;
}

.job_description a.closebutton-6 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a-6, .letter_b-6, .letter_c-6, .letter_d-6, .letter_e-6, .letter_f-6,  .letter_g-6,  .letter_h-6,  .letter_i-6, .letter_j-6, .letter_k-6, .letter_l-6, .letter_tiret-m-6,.letter_tiret-n-6, .letter_o-6, .letter_p-6, .letter_q-6, .letter_r-6, .letter_s-6, .letter_t-6, .letter_u-6, .letter_v-6, .letter_w-6, .letter_x-6,  .letter_y-6,  .letter_z-6, .letter_a-a-6, .letter_b-b-6, .letter_c-c-6, .letter_d-d-6, .letter_tiret-e-e-6,.letter_tiret-f-f-6, .letter_g-g-6, .letter_h-h-6, .letter_x-1, .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-6 .letter_tiret-1{
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-6 .letter_a-6{
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-6 .letter_b-6{
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-6 .letter_c-6{
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-6 .letter_d-6{
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-6 .letter_e-6{
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-6 .letter_f-6{
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-6 .letter_g-6{
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-6 .letter_h-6{
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-6 .letter_i-6{
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-6 .letter_j-6{
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-6 .letter_k-6{
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-6 .letter_l-6{
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-6 .letter_m-6{
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}
a.closebutton-6 .letter_n-6{
	-webkit-animation: black_close_fourteen 4s infinite;
	animation: black_close_fourteen 4s infinite;
}
a.closebutton-6 .letter_o-6{
	-webkit-animation: black_close_fifteen 4s infinite;
	animation: black_close_fifteen 4s infinite;
}
a.closebutton-6 .letter_p-6{
	-webkit-animation: black_close_sixteen 4s infinite;
	animation: black_close_sixteen 4s infinite;
}
a.closebutton-6 .letter_q-6{
	-webkit-animation: black_close_seventeen 4s infinite;
	animation: black_close_seventeen 4s infinite;
}
a.closebutton-6 .letter_r-6{
	-webkit-animation: black_close_eighteen 4s infinite;
	animation: black_close_eighteen 4s infinite;
}

a.closebutton-6 .letter_s-6{
	-webkit-animation: black_close_nineteen 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_t-6{
	-webkit-animation: black_close_twenty 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_u-6{
	-webkit-animation: black_close_twenty-one 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_v-6{
	-webkit-animation: black_close_twenty-two 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_w-6{
	-webkit-animation: black_close_twenty-three 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_x-6{
	-webkit-animation: black_close_twenty-four 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_y-6{
	-webkit-animation: black_close_twenty-five 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_z-6{
	-webkit-animation: black_close_twenty-six 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_a-a-6{
	-webkit-animation: black_close_twenty-seven 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_b-b-6{
	-webkit-animation: black_close_twenty-height 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_c-c-6{
	-webkit-animation: black_close_twenty-nine 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_d-d-6{
	-webkit-animation: black_close_thirty 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_e-e-6{
	-webkit-animation: black_close_thirty-one 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_f-f-6{
	-webkit-animation: black_close_thirty-two 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_g-g-6{
	-webkit-animation: black_close_thirty-three 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-6 .letter_h-h-6{
	-webkit-animation: black_close_thirty-four 4s infinite;
	animation: black_close_nineteen 4s infinite;
}

a.closebutton-6 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-6 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_eighteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eighteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nineteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nineteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-one {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-one {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-two {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-two {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-three {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-three {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-four {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-four {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-five {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-five {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_thirty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_thirty-one {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirty-one {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_thirty-two {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirty-two {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_thirty-three {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirty-three {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_thirty-four {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirty-four {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}






@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#contactClose-6 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#contactClose-6 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#contactClose-6 {
		font-size: 16px;
	}
	}
	


/* /////////////////////////////////////// */

.lettres-animees-7{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-7 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-7:hover {
	text-decoration: none;
}

.job_description a.closebutton-7 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a-7, .letter_b-7, .letter_c-7, .letter_d-7, .letter_e-7, .letter_f-7,  .letter_g-7,  .letter_h-7,  .letter_i-7, .letter_j-7, .letter_k-7, .letter_l-7, .letter_tiret-m-7,.letter_tiret-n-7, .letter_o-7, .letter_p-7, .letter_q-7, .letter_r-7, .letter_s-7, .letter_t-7, .letter_u-7, .letter_v-7, .letter_w-7, .letter_x-7,  .letter_y-7,  .letter_z-7, .letter_a-a-7, .letter_b-b-7, .letter_c-c-7, .letter_d-d-7, .letter_x-1, .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-7 .letter_tiret-1{
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-7 .letter_a-7{
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-7 .letter_b-7{
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-7 .letter_c-7{
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-7 .letter_d-7{
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-7 .letter_e-7{
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-7 .letter_f-7{
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-7 .letter_g-7{
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-7 .letter_h-7{
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-7 .letter_i-7{
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-7 .letter_j-7{
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-7 .letter_k-7{
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-7 .letter_l-7{
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-7 .letter_m-7{
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}
a.closebutton-7 .letter_n-7{
	-webkit-animation: black_close_fourteen 4s infinite;
	animation: black_close_fourteen 4s infinite;
}
a.closebutton-7 .letter_o-7{
	-webkit-animation: black_close_fifteen 4s infinite;
	animation: black_close_fifteen 4s infinite;
}
a.closebutton-7 .letter_p-7{
	-webkit-animation: black_close_sixteen 4s infinite;
	animation: black_close_sixteen 4s infinite;
}
a.closebutton-7 .letter_q-7{
	-webkit-animation: black_close_seventeen 4s infinite;
	animation: black_close_seventeen 4s infinite;
}
a.closebutton-7 .letter_r-7{
	-webkit-animation: black_close_eighteen 4s infinite;
	animation: black_close_eighteen 4s infinite;
}

a.closebutton-7 .letter_s-7{
	-webkit-animation: black_close_nineteen 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_t-7{
	-webkit-animation: black_close_twenty 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_u-7{
	-webkit-animation: black_close_twenty-one 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_v-7{
	-webkit-animation: black_close_twenty-two 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_w-7{
	-webkit-animation: black_close_twenty-three 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_x-7{
	-webkit-animation: black_close_twenty-four 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_y-7{
	-webkit-animation: black_close_twenty-five 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_z-7{
	-webkit-animation: black_close_twenty-six 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_a-a-7{
	-webkit-animation: black_close_twenty-seven 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_b-b-7{
	-webkit-animation: black_close_twenty-height 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_c-c-7{
	-webkit-animation: black_close_twenty-nine 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-7 .letter_d-d-7{
	-webkit-animation: black_close_thirty 4s infinite;
	animation: black_close_nineteen 4s infinite;
}

a.closebutton-7 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-7 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_eighteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eighteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nineteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nineteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-one {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-one {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-two {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-two {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-three {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-three {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-four {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-four {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-five {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-five {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_thirty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}





@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#contactClose-7 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#contactClose-7 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#contactClose-7 {
		font-size: 16px;
	}
	}
	
			
	
/* /////////////////////////////////////// */

.lettres-animees-8{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-8 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-8:hover {
	text-decoration: none;
}

.job_description a.closebutton-8 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a-8, .letter_b-8, .letter_c-8, .letter_d-8, .letter_e-8, .letter_f-8,  .letter_g-8,  .letter_h-8,  .letter_i-8, .letter_j-8, .letter_k-8, .letter_l-8, 
.letter_tiret-m-8, .letter_x-1,  .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-8 .letter_tiret-1{
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-8 .letter_a-8{
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-8 .letter_b-8{
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-8 .letter_c-8{
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-8 .letter_d-8{
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-8 .letter_e-8{
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-8 .letter_f-8{
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-8 .letter_g-8{
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-8 .letter_h-8{
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-8 .letter_i-8{
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-8 .letter_j-8{
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-8 .letter_k-8{
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-8 .letter_l-8{
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-8 .letter_m-8{
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}

a.closebutton-8 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-8 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#contactClose-8 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#contactClose-8 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#contactClose-8 {
		font-size: 16px;
	}
	}	



/* /////////////////////////////////////// */

.lettres-animees-9{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-9 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-9:hover {
	text-decoration: none;
}

.job_description a.closebutton-9 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a-9, .letter_b-9, .letter_c-9, .letter_d-9, .letter_e-9, .letter_f-9,  .letter_g-9,  .letter_h-9,  .letter_i-9, .letter_j-9, .letter_k-9, .letter_l-9, .letter_tiret-m-9,.letter_tiret-n-9, .letter_o-9, .letter_p-9, .letter_q-9, .letter_r-9, .letter_s-9, .letter_t-9, .letter_u-9, .letter_v-9, .letter_w-9, .letter_x-9,  .letter_y-9,  .letter_z-9, .letter_a-a-9, .letter_b-b-9, .letter_x-1, .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-9 .letter_tiret-1{
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-9 .letter_a-9{
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-9 .letter_b-9{
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-9 .letter_c-9{
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-9 .letter_d-9{
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-9 .letter_e-9{
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-9 .letter_f-9{
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-9 .letter_g-9{
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-9 .letter_h-9{
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-9 .letter_i-9{
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-9 .letter_j-9{
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-9 .letter_k-9{
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-9 .letter_l-9{
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-9 .letter_m-9{
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}
a.closebutton-9 .letter_n-9{
	-webkit-animation: black_close_fourteen 4s infinite;
	animation: black_close_fourteen 4s infinite;
}
a.closebutton-9 .letter_o-9{
	-webkit-animation: black_close_fifteen 4s infinite;
	animation: black_close_fifteen 4s infinite;
}
a.closebutton-9 .letter_p-9{
	-webkit-animation: black_close_sixteen 4s infinite;
	animation: black_close_sixteen 4s infinite;
}
a.closebutton-9 .letter_q-9{
	-webkit-animation: black_close_seventeen 4s infinite;
	animation: black_close_seventeen 4s infinite;
}
a.closebutton-9 .letter_r-9{
	-webkit-animation: black_close_eighteen 4s infinite;
	animation: black_close_eighteen 4s infinite;
}

a.closebutton-9 .letter_s-9{
	-webkit-animation: black_close_nineteen 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-9 .letter_t-9{
	-webkit-animation: black_close_twenty 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-9 .letter_u-9{
	-webkit-animation: black_close_twenty-one 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-9 .letter_v-9{
	-webkit-animation: black_close_twenty-two 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-9 .letter_w-9{
	-webkit-animation: black_close_twenty-three 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-9 .letter_x-9{
	-webkit-animation: black_close_twenty-four 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-9 .letter_y-9{
	-webkit-animation: black_close_twenty-five 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-9 .letter_z-9{
	-webkit-animation: black_close_twenty-six 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-9 .letter_a-a-9{
	-webkit-animation: black_close_twenty-seven 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-9 .letter_b-b-9{
	-webkit-animation: black_close_twenty-height 4s infinite;
	animation: black_close_nineteen 4s infinite;
}

a.closebutton-9 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-9 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_eighteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eighteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nineteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nineteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-one {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-one {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-two {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-two {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-three {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-three {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-four {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-four {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-five {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-five {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}





@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#contactClose-9 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#contactClose-9 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#contactClose-9 {
		font-size: 16px;
	}
	}
	
	
	
/* /////////////////////////////////////// */

.lettres-animees-10{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-10 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-10:hover {
	text-decoration: none;
}

.job_description a.closebutton-10 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a-9, .letter_b-9, .letter_c-9, .letter_d-9, .letter_e-9, .letter_f-9,  .letter_g-9,  .letter_h-9,  .letter_i-9, .letter_j-9, .letter_k-9, .letter_l-9, .letter_tiret-m-9,.letter_tiret-n-9, .letter_o-9, .letter_p-9, .letter_q-9, .letter_r-9, .letter_s-9, .letter_t-9, .letter_u-9, .letter_v-9, .letter_x-1, .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-10 .letter_tiret-1{
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-10 .letter_a-10{
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-10 .letter_b-10{
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-10 .letter_c-10{
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-10 .letter_d-10{
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-10 .letter_e-10{
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-10 .letter_f-10{
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-10 .letter_g-10{
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-10 .letter_h-10{
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-10 .letter_i-10{
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-10 .letter_j-10{
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-10 .letter_k-10{
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-10 .letter_l-10{
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-10 .letter_m-10{
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}
a.closebutton-10 .letter_n-10{
	-webkit-animation: black_close_fourteen 4s infinite;
	animation: black_close_fourteen 4s infinite;
}
a.closebutton-10 .letter_o-10{
	-webkit-animation: black_close_fifteen 4s infinite;
	animation: black_close_fifteen 4s infinite;
}
a.closebutton-10 .letter_p-10{
	-webkit-animation: black_close_sixteen 4s infinite;
	animation: black_close_sixteen 4s infinite;
}
a.closebutton-10 .letter_q-10{
	-webkit-animation: black_close_seventeen 4s infinite;
	animation: black_close_seventeen 4s infinite;
}
a.closebutton-10 .letter_r-10{
	-webkit-animation: black_close_eighteen 4s infinite;
	animation: black_close_eighteen 4s infinite;
}

a.closebutton-10 .letter_s-10{
	-webkit-animation: black_close_nineteen 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-10 .letter_t-10{
	-webkit-animation: black_close_twenty 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-10 .letter_u-10{
	-webkit-animation: black_close_twenty-one 4s infinite;
	animation: black_close_nineteen 4s infinite;
}
a.closebutton-10 .letter_v-10{
	-webkit-animation: black_close_twenty-two 4s infinite;
	animation: black_close_nineteen 4s infinite;
}

a.closebutton-10 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-10 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_eighteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eighteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nineteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nineteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-one {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-one {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twenty-two {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twenty-two {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}





@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#contactClose-10 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#contactClose-10 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#contactClose-10 {
		font-size: 16px;
	}
	}	
		
/* /////////////////////////////////////// */

.lettres-animees-11{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #000000;*/
}


/* CLOSE BUTTON ANIMATION
=================================================================================== */

a.closebutton-11 {
	display: block;
	width: 100%;
	height: auto;
	/*font-family: "Kaleko105-Bold", Arial, Helvetica, sans-serif;*/
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
	font-size: 25px;/*1.2em;*/
	color: #000000/*b29b70*/;
	font-weight: normal;
	font-style: normal;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	letter-spacing: 2px;
  	text-indent: 1px;
	line-height: 1.8em;
	text-decoration: none;
	clear: both;
	position: relative;
	/*background: #fff;*/
	
	line-height:80px;
}

a.closebutton-11:hover {
	text-decoration: none;
}

.job_description a.closebutton-11 {
	font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.letter_x, .letter_a-11, .letter_b-11, .letter_c-11, .letter_d-11, .letter_e-11, .letter_f-11,  .letter_g-11,  .letter_h-11,  .letter_i-11, .letter_j-11, .letter_k-11, .letter_l-11, .letter_tiret-m-11,.letter_tiret-n-11, .letter_o-11, .letter_p-11, .letter_q-11, .letter_r-11, .letter_x-1,  .letter_tiret-1

 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	/* IE fix */
	zoom: 1;
	*display: inline;
}

a.closebutton-11 .letter_tiret-1{
	-webkit-animation: black_close_tiret-1 4s infinite;
	animation: black_close_tiret-1 4s infinite;
}
a.closebutton-11 .letter_a-11{
	-webkit-animation: black_close_first 4s infinite;
	animation: black_close_first 4s infinite;
}

a.closebutton-11 .letter_b-11{
	-webkit-animation: black_close_second 4s infinite;
	animation: black_close_second 4s infinite;
}

a.closebutton-11 .letter_c-11{
	-webkit-animation: black_close_third 4s infinite;
	animation: black_close_third 4s infinite;
}

a.closebutton-11 .letter_d-11{
	-webkit-animation: black_close_fourth 4s infinite;
	animation: black_close_fourth 4s infinite;
}

a.closebutton-11 .letter_e-11{
	-webkit-animation: black_close_fifth 4s infinite;
	animation: black_close_fifth 4s infinite;
}
a.closebutton-11 .letter_f-11{
	-webkit-animation: black_close_six 4s infinite;
	animation: black_close_six 4s infinite;
}
a.closebutton-11 .letter_g-11{
	-webkit-animation: black_close_seven 4s infinite;
	animation: black_close_seven 4s infinite;
}
a.closebutton-11 .letter_h-11{
	-webkit-animation: black_close_eight 4s infinite;
	animation: black_close_eight 4s infinite;
}
a.closebutton-11 .letter_i-11{
	-webkit-animation: black_close_nine 4s infinite;
	animation: black_close_nine 4s infinite;
}
a.closebutton-11 .letter_j-11{
	-webkit-animation: black_close_ten 4s infinite;
	animation: black_close_ten 4s infinite;
}
a.closebutton-11 .letter_k-11{
	-webkit-animation: black_close_eleven 4s infinite;
	animation: black_close_eleven 4s infinite;
}
a.closebutton-11 .letter_l-11{
	-webkit-animation: black_close_twelve 4s infinite;
	animation: black_close_twelve 4s infinite;
}
a.closebutton-11 .letter_m-11{
	-webkit-animation: black_close_thirteen 4s infinite;
	animation: black_close_thirteen 4s infinite;
}
a.closebutton-11 .letter_n-11{
	-webkit-animation: black_close_fourteen 4s infinite;
	animation: black_close_fourteen 4s infinite;
}
a.closebutton-11 .letter_o-11{
	-webkit-animation: black_close_fifteen 4s infinite;
	animation: black_close_fifteen 4s infinite;
}
a.closebutton-11 .letter_p-11{
	-webkit-animation: black_close_sixteen 4s infinite;
	animation: black_close_sixteen 4s infinite;
}
a.closebutton-11 .letter_q-11{
	-webkit-animation: black_close_seventeen 4s infinite;
	animation: black_close_seventeen 4s infinite;
}
a.closebutton-11 .letter_r-11{
	-webkit-animation: black_close_eighteen 4s infinite;
	animation: black_close_eighteen 4s infinite;
}
a.closebutton-11 .letter_x {
	-webkit-animation: x_rotate 4s infinite;
	animation: x_rotate 4s infinite;
	margin: 0 0 0 8px;
}
a.closebutton-11 .letter_x-1 {
	-webkit-animation: x_rotate-1 4s infinite;
	animation: x_rotate-1 4s infinite;
	margin: 0 0 0 8px;
}

/* De foncé à clair */
@-webkit-keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_tiret-1 {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@-webkit-keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_first {
	0%		{color: #483d22;}
	2%		{color: #5e502d;}
	4%		{color: #a29268;}
	6%		{color: #b29b70;}
	22%		{color: #a29268;}
	24%		{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}
@keyframes black_close_second {
	0%  	{color: #483d22;}
	4% 		{color: #5e502d;}
	6% 		{color: #a29268;}
	8%		{color: #b29b70;}
	10% 	{color: #b29b70;}
	24% 	{color: #a29268;}
	26% 	{color: #5e502d;}
	100%	{color: #483d22;}
}

@-webkit-keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_third {
	0%   	{color: #483d22;}
	6%   	{color: #5e502d;}
	8%   	{color: #a29268;}
	10%  	{color: #b29b70;}
	12%  	{color: #b29b70;}
	26%  	{color: #a29268;}
	28%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourth {
	0%   	{color: #483d22;}
	8%   	{color: #5e502d;}
	10%  	{color: #a29268;}
	12%  	{color: #b29b70;}
	14%  	{color: #b29b70;}
	28%  	{color: #a29268;}
	30%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifth {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_six {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eight {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_nine {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_ten {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eleven {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_twelve {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_thirteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}


@-webkit-keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fourteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_fifteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_sixteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@-webkit-keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_seventeen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes black_close_eighteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}
@keyframes black_close_eighteen {
	0%   	{color: #483d22;}
	10%  	{color: #5e502d;}
	12%  	{color: #a29268;}
	14%  	{color: #b29b70;}
	16%  	{color: #b29b70;}
	30%  	{color: #a29268;}
	32%  	{color: #5e502d;}
	100% 	{color: #483d22;}
}

@-webkit-keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes x_rotate {
	0%   	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #5e502d;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}
@keyframes x_rotate-1 {
	0%   	{color: #483d22; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
	12%  	{color: #5e502d;}
	14%  	{color: #a29268;}
	16%  	{color: #b29b70;}
	18%  	{color: #b29b70;}
	20%		{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
	32%  	{color: #a29268;}
	34%  	{color: #5e502d;}
	100% 	{color: #483d22; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
}

	/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	a#contactClose-11 {
		font-size: 16px;
	}
	}
	
		/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */

@media only screen and (max-width: 479px) {
	a#contactClose-11 {
		font-size: 16px;
	}
	}
	
	/* Ipad */

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a#contactClose-11 {
		font-size: 16px;
	}
	}				