@-webkit-keyframes fadeIn
{
	from
	{
		opacity:0;
	}
	to
	{
		opacity:1;
	}
}
@-moz-keyframes fadeIn
{
	from
	{
		opacity:0;
	}
	to
	{
		opacity:1;
	}
}
@keyframes fadeIn
{
	from
	{
		opacity:0;
	}
	to
	{
		opacity:1;
	}
}

.fade-in
{
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.un
{
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.fade-in.deux
{
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay:1.2s;
	animation-delay: 1.2s;
}

.fade-in.trois
{
	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	animation-delay: 2.2;
}

body
{
	position: relative;
	//background-color: #FF0000;
	background-color: #3C5565;
    font-family: Times New Roman, Arial, sans-serif;
    color: #000000;
	margin-top: 0px;
	margin-bottom: 25px;
}

#bloc
{
	position: relative;
    width: 1000px;
	min-height: 1000px;
	background: url('../img/grosLogo.png') top center no-repeat;
	margin: auto;
}

header
{
	position: relative;
	width: 1000px;
	height: 150px;
	background: linear-gradient(to right, rgba(255,255,255,1) 10%, rgba(22,49,66,1) 100%);
}

.logo
{
	position: relative;
    width: 100%;
    top: 0px;
	left: 0px;
	background: linear-gradient(to right, rgba(255,255,255,1) 10%, rgba(22,49,66,0) 100%);
}
.tel
{
	position: relative;
    top: -38px;
	left: 560px;
	color:#A2C3DD;
	font-size: 28px;
}

.navi
{
	position: relative;
    width: 100%;
    top: 0px;
	left: 0px;
}
.degrader
{
	background: linear-gradient(to right, rgba(22,49,66,1) 10%, rgba(22,49,66,0) 100%);
	/*
	background-image: -webkit-linear-gradient(to right, rgba(22,49,66,1) 0%, rgba(22,49,66,0) 100%);
	background-image:    -moz-linear-gradient(to right, rgba(22,49,66,1) 0%, rgba(22,49,66,0) 100%);
	background-image:     -ms-linear-gradient(to right, rgba(22,49,66,1) 0%, rgba(22,49,66,0) 100%);
	background-image:      -o-linear-gradient(to right, rgba(22,49,66,1) 0%, rgba(22,49,66,0) 100%);
	background-image:         linear-gradient(to right, rgba(22,49,66,1) 0%, rgba(22,49,66,0) 100%);
	*/
}

nav ul
{
    list-style-type: none;
	text-align:right;
}

nav li
{
    display: inline-block;
}

nav a.lien
{
	margin-right: 25px;
    font-size: 20px;
    color: #A2C3DD;
    padding-bottom: 1px;
    text-decoration: none;
}
nav a.lienEmp
{
	margin-right: 25px;
    font-size: 20px;
    color: #5C6266;
    padding-bottom: 1px;
    text-decoration: none;
}
nav a.lienOk
{
	margin-right: 25px;
    font-size: 20px;
    color: #E89A00;
    padding-bottom: 1px;
    text-decoration: none;
}

nav a.lien:hover
{
    color: #FFFFFF;
}
nav a.lienOk:hover
{
    color: #E89A00;
}
nav a.lienEmp:hover
{
    color: #264355;
}
.section1Fond
{
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(22,49,66,0) 90%);
}
.section1
{
	position: relative;	
	width: 100%;
	height: 100%;
	margin-left: 29px;
	margin-bottom: 25px;
}

table, th, td 
{
	//border: 1px solid black;
	//width: 99%;
	margin-bottom: 25px;
	border-spacing: 0;
	border-collapse: collapse;
}

.txt1
{
	position: relative;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.txt1Bold
{
	position: relative;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.txt2
{
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
    position: relative;
	top: 0px;
	left: 10px;
	display: inline-block;
}

.txt2Bold
{
	position: relative;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #264355;
}
.txt3
{
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
    position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}

iframe
{	
	margin-right: 35px;
}

.input1
{
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #A3B5C1;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	color: #264355;
}
.input2
{
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #A3B5C1;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	color: #5C6266;
}
.input3
{
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	color: #264355;
}
.input4
{
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #A3B5C1;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	color: #5C6266;
}







#footer
{
    //background-color: #3F5563;
	width: 100%;
	height: 40px;
	text-align: center;
	background: linear-gradient(to right, rgba(63,85,99,0),rgba(63,85,99,1),rgba(63,85,99,0));
	//background: linear-gradient(center, rgba(63,85,99,1) 10%, rgba(63,85,99,0) 100%);
}

.fotter1
{
	position: relative;
	top: -5px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E89A00;
    position: relative;
	display: inline-block;
}

a.fotter
{
	color: #A2C3DD;
	text-decoration: none;
}

a.fotter:hover
{
	text-decoration: underline;
}

.video1
{
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}
.article0
{
    position: relative;
	width: 95%;
	top: 25px;
	//background-color: #AAAAAA;
}
.article1
{
    position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}
.article2
{
    position: relative;
	top: 10px;
	left: 0px;
	display: inline-block;
}
a.main
{ 
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
    position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
	text-decoration:none;
}
a.main:hover
{ 
    color: #0000AA;
}

table.tbl1
{ 
    background-color: rgba(200,200,200, 0.2);
	border-style: solid;
    border-color: #CCCCCC;
}