body
{
	background-color: #FFF;
    user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

#page
{
	position: relative;
	top: -10px;
	width: 984px;
	height: auto;
	margin: auto;
}


#header
{
	position: relative;
	z-index: 106;
	width: 984px;
	margin-top: 27px;
	margin-bottom: 18px;
	height: 36px;
	box-shadow: 0 1px 2px grey;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background-image: -moz-linear-gradient(top, #007CCC, #004E83);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007CCC), to(#004E83));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#007CCC,endColorstr=#004E83);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#007CCC,endColorstr=#004E83)";
    background-color: #007CCC;
}

#logo
{
	position: absolute;
	left: 5px;
	top: 2px;
}

#zone_bottom
{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	height: 300px;
	background-color: #FBFCFD;
}

/* MENU TOP */

#menu_top
{
	position: absolute;
	z-index: 200;
	left: 155px;
	top: 0;
	width: 864px;
	height: 36px;
}

.menu_top_item
{
	position: relative;
	position: left;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -4px;
	width: auto;
	height: 36px;
	color: #FFF;
	font-family: "Arial";
	border-right: 1px solid #FFF;
	font-weight: normal;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.menu_top_item:hover
{
	cursor: pointer;
    background-image: -moz-linear-gradient(top, #004F85, #004E83);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#004F85), to(#004E83));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#004F85,endColorstr=#004E83);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#004F85,endColorstr=#004E83)";
    background-color: #004E83;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#menu_top_item_selected
{
    background-image: -moz-linear-gradient(top, #004F85, #004E83);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#004F85), to(#004E83));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#004F85,endColorstr=#004E83);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#004F85,endColorstr=#004E83)";
}

.menu_top_item p
{
	position: relative;
	top: -5px;
	font-size: 0.9em;
}

.menu_top_item_logo
{
	position: absolute;
	left: 0;
	width: 150px;
	height: 36px;
	color: #FFF;
	font-family: "Arial";
	border-right: 1px solid #FFF;
	font-weight: normal;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.menu_top_item_logo:hover
{
	cursor: pointer;
    background-image: -moz-linear-gradient(top, #004F85, #004E83);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#004F85), to(#004E83));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#004F85,endColorstr=#004E83);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#004F85,endColorstr=#004E83)";
    background-color: #004E83;
}

/* ZONE SELECTION LANGUES */

#langue_selectionnee
{
	position: absolute;
	top: -2px;
	width: 135px;
	height: 40px;
	left: 835px;
	z-index: 110;
	cursor: pointer;
}

#langue_selectionnee img
{
	position: absolute;
	z-index: 111;
	top: 10px;
	left: 35px;
	width: 20px;
}

#langue_selectionnee p
{
	position: absolute;
	top: -3px;
	left: 65px;
	z-index: 111;
	color: #FFF;
	font-size: 0.9em;
	font-family: "Arial";
}

#zone_selection_langues
{
	position: absolute;
	z-index: 101;
	top: 39px;
	left: 835px;
	width: 130px;
	height: 245px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px black;
	background-color: white;
	visibility: hidden;
}

#zone_selection_langues div
{
	position: relative;
	z-index: 102;
	top: 7px;
	padding-left: 15px;
	width: 115px;
	background-color: white;
}

.zone_selection_langues_img
{
	position: absolute;
	z-index: 103;
	top: 10px;
	left: 35px;
	width: 20px;
}

#zone_selection_langues div p
{
	position: absolute;
	z-index: 103;
	top: -3px;
	left: 65px;
	color: #000;
	font-size: 0.9em;
	font-family: "Arial";
}

#english
{
	height: 40px;
	margin-top: -10px;
}

#german
{
	border-top: 1px solid black;
	height: 40px;
}

#spanish
{
	border-top: 1px solid black;
	height: 40px;
}

#french
{
	border-top: 1px solid black;
	height: 40px;
}

#russian
{
	border-top: 1px solid black;
	height: 40px;
}

#chinese
{
	border-top: 1px solid black;
	height: 35px;
}

.flag_checked
{
	position: absolute;
	left: 10px;
	top: -1000px;
	z-index: 104;
}

#french_checked
{
	top: 12px;
}

#selection_supperpose
{
	position: absolute;
	z-index: 105;
	top: 37px;
	left: 835px;
	width: 130px;
	height: 47px;
	cursor: pointer;
	visibility: hidden;
}

#english_fake
{
	position: absolute;
	width: 100%;
	height: 40px;
}

#english_fake:hover
{
	background-color: grey;
	opacity: 0.3;
}

#german_fake
{
	position: absolute;
	width: 100%;
	top: 41px;
	height: 40px;
}

#german_fake:hover
{
	background-color: grey;
	opacity: 0.3;
}

#spanish_fake
{
	position: absolute;
	width: 100%;
	top: 82px;
	height: 40px;
}

#spanish_fake:hover
{
	background-color: grey;
	opacity: 0.3;
}

#french_fake
{
	position: absolute;
	width: 100%;
	top: 123px;
	height: 40px;
}

#french_fake:hover
{
	background-color: grey;
	opacity: 0.3;
}

#russian_fake
{
	position: absolute;
	width: 100%;
	top: 164px;
	height: 40px;
}

#russian_fake:hover
{
	background-color: grey;
	opacity: 0.3;
}

#chinese_fake
{
	position: absolute;
	width: 100%;
	top: 205px;
	height: 42px;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#chinese_fake:hover
{
	background-color: grey;
	opacity: 0.3;
}

/* GALLERY */

#zone_top
{
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 4px grey;
	margin-bottom: 10px;
	cursor: default;
}

#zone_top_left
{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 750px;
	overflow: hidden;
	background-image: url('../images/galerie_2/photo1.png');
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#zone_top_left img
{
	display: block;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#zone_top_right
{
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 750px;
	overflow: hidden;
	background-image: url('../images/galerie_2/photo1.png');
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#zone_top_right img
{
	display: block;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#zone_top_top
{
	position: absolute;
	right: 200px;
	top: 0;
	width: 584px;
	height: 45px;
    background-image: -moz-linear-gradient(top, #DBDBDB, #BDBDBD);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DBDBDB), to(#BDBDBD));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DBDBDB,endColorstr=#BDBDBD);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DBDBDB,endColorstr=#BDBDBD)";
    background-color: #BDBDBD;
}

#zone_top_top H1
{
	position: absolute;
	color: #000;
	top: -3px;
	font-family: "Arial";
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	width: 100%;
	text-align: center;
}

#border_zone_top_top
{
	position: absolute;
	z-index: 20;
	top: 45px;
	left: 0;
	width: 584px;
	height: 15px;
	background-image: url('../images/bottom_line.png')
}

#zone_top_bottom
{
	position: absolute;
	right: 200px;
	top: 45px;
	width: 584px;
	height: 2000px;
	overflow: hidden;
	background-image: url('../images/textures/texture20.png');
	box-shadow: 0 0 4px black inset;
}

#zone_top_bottom p
{
	position: relative;
	z-index: 1000;
	display: bloc;
	color: #000;
	top: 10px;
	margin-left: 5%;
	font-family: "Arial";
	font-size: 1em;
	font-style: italic;
	width: 526px;
	height: 300px;
}

/* MOUVEMENT DE LA GALERIE */

.zone_top_left_inside_0
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 200px;
	height: 100%;
	overflow: hidden;
}

.zone_top_left_inside_1
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 200px;
	height: 100%;
	overflow: hidden;
}

.zone_top_left_inside_1
{
-webkit-animation: zone_top_left_inside_1 0.5s 1;
-moz-animation: zone_top_left_inside_1 0.5s 1;
-o-animation: zone_top_left_inside_1 0.5s 1;
-ms-animation: zone_top_left_inside_1 0.5s 1;
animation: zone_top_left_inside_1 0.5s 1;
}

@-webkit-keyframes zone_top_left_inside_1
{
0%      {-webkit-transform: rotate(0deg);top:-500px;}
100%     {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes zone_top_left_inside_1
{
0%      {-moz-transform: rotate(0deg);top:-500px;}
100%     {-moz-transform: rotate(0deg);}
}

@-o-keyframes zone_top_left_inside_1
{
0%      {-o-transform: rotate(0deg);top:-500px;}
100%     {-o-transform: rotate(0deg);}
}

@-ms-keyframes zone_top_left_inside_1
{
0%      {-ms-transform: rotate(0deg);top:-500px;}
100%     {-ms-transform: rotate(0deg);}
}

@keyframes zone_top_left_inside_1
{
0%      {transform: rotate(0deg);top:-500px;}
100%     {transform: rotate(0deg);}
}

.zone_top_left_inside_2
{
	position: absolute;
	left: 0;
	top: -250px;
	width: 200px;
	height: 100%;
	overflow: hidden;
}

.zone_top_left_inside_2
{
-webkit-animation: zone_top_left_inside_2 0.5s 1;
-moz-animation: zone_top_left_inside_2 0.5s 1;
-o-animation: zone_top_left_inside_2 0.5s 1;
-ms-animation: zone_top_left_inside_2 0.5s 1;
animation: zone_top_left_inside_2 0.5s 1;
}

@-webkit-keyframes zone_top_left_inside_2
{
0%      {-webkit-transform: rotate(0deg);top:0;}
100%     {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes zone_top_left_inside_2
{
0%      {-moz-transform: rotate(0deg);top:0;}
100%     {-moz-transform: rotate(0deg);}
}

@-o-keyframes zone_top_left_inside_2
{
0%      {-o-transform: rotate(0deg);top:0;}
100%     {-o-transform: rotate(0deg);}
}

@-ms-keyframes zone_top_left_inside_2
{
0%      {-ms-transform: rotate(0deg);top:0;}
100%     {-ms-transform: rotate(0deg);}
}

@keyframes zone_top_left_inside_2
{
0%      {transform: rotate(0deg);top:0;}
100%     {transform: rotate(0deg);}
}

.zone_top_left_inside_3
{
	position: absolute;
	left: 0;
	top: -500px;
	width: 200px;
	height: 100%;
	overflow: hidden;
}

.zone_top_left_inside_3
{
-webkit-animation: zone_top_left_inside_3 0.5s 1;
-moz-animation: zone_top_left_inside_3 0.5s 1;
-o-animation: zone_top_left_inside_3 0.5s 1;
-ms-animation: zone_top_left_inside_3 0.5s 1;
animation: zone_top_left_inside_3 0.5s 1;
}

@-webkit-keyframes zone_top_left_inside_3
{
0%      {-webkit-transform: rotate(0deg);top:-250px;}
100%     {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes zone_top_left_inside_3
{
0%      {-moz-transform: rotate(0deg);top:-250px;}
100%     {-moz-transform: rotate(0deg);}
}

@-o-keyframes zone_top_left_inside_3
{
0%      {-o-transform: rotate(0deg);top:-250px;}
100%     {-o-transform: rotate(0deg);}
}

@-ms-keyframes zone_top_left_inside_3
{
0%      {-ms-transform: rotate(0deg);top:-250px;}
100%     {-ms-transform: rotate(0deg);}
}

@keyframes zone_top_left_inside_3
{
0%      {transform: rotate(0deg);top:-250px;}
100%     {transform: rotate(0deg);}
}

.zone_top_right_inside_0
{
	position: absolute;
	right: 0;
	top: 0px;
	width: 200px;
	height: 100%;
	overflow: hidden;
}

.zone_top_right_inside_1
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 200px;
	height: 100%;
	overflow: hidden;
}

.zone_top_right_inside_1
{
-webkit-animation: zone_top_right_inside_1 0.5s 1;
-moz-animation: zone_top_right_inside_1 0.5s 1;
-o-animation: zone_top_right_inside_1 0.5s 1;
-ms-animation: zone_top_right_inside_1 0.5s 1;
animation: zone_top_right_inside_1 0.5s 1;
}

@-webkit-keyframes zone_top_right_inside_1
{
0%      {-webkit-transform: rotate(0deg);top:-500px;}
100%     {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes zone_top_right_inside_1
{
0%      {-moz-transform: rotate(0deg);top:-500px;}
100%     {-moz-transform: rotate(0deg);}
}

@-o-keyframes zone_top_right_inside_1
{
0%      {-o-transform: rotate(0deg);top:-500px;}
100%     {-o-transform: rotate(0deg);}
}

@-ms-keyframes zone_top_right_inside_1
{
0%      {-ms-transform: rotate(0deg);top:-500px;}
100%     {-ms-transform: rotate(0deg);}
}

@keyframes zone_top_right_inside_1
{
0%      {transform: rotate(0deg);top:-500px;}
100%     {transform: rotate(0deg);}
}

.zone_top_right_inside_2
{
	position: absolute;
	left: 0;
	top: -250px;
	width: 200px;
	height: 100%;
	overflow: hidden;
}

.zone_top_right_inside_2
{
-webkit-animation: zone_top_right_inside_2 0.5s 1;
-moz-animation: zone_top_right_inside_2 0.5s 1;
-o-animation: zone_top_right_inside_2 0.5s 1;
-ms-animation: zone_top_right_inside_2 0.5s 1;
animation: zone_top_right_inside_2 0.5s 1;
}

@-webkit-keyframes zone_top_right_inside_2
{
0%      {-webkit-transform: rotate(0deg);top:0;}
100%     {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes zone_top_right_inside_2
{
0%      {-moz-transform: rotate(0deg);top:0;}
100%     {-moz-transform: rotate(0deg);}
}

@-o-keyframes zone_top_right_inside_2
{
0%      {-o-transform: rotate(0deg);top:0;}
100%     {-o-transform: rotate(0deg);}
}

@-ms-keyframes zone_top_right_inside_2
{
0%      {-ms-transform: rotate(0deg);top:0;}
100%     {-ms-transform: rotate(0deg);}
}

@keyframes zone_top_right_inside_2
{
0%      {transform: rotate(0deg);top:0;}
100%     {transform: rotate(0deg);}
}

.zone_top_right_inside_3
{
	position: absolute;
	left: 0;
	top: -500px;
	width: 200px;
	height: 100%;
	overflow: hidden;
}

.zone_top_right_inside_3
{
-webkit-animation: zone_top_right_inside_3 0.5s 1;
-moz-animation: zone_top_right_inside_3 0.5s 1;
-o-animation: zone_top_right_inside_3 0.5s 1;
-ms-animation: zone_top_right_inside_3 0.5s 1;
animation: zone_top_right_inside_3 0.5s 1;
}

@-webkit-keyframes zone_top_right_inside_3
{
0%      {-webkit-transform: rotate(0deg);top:-250px;}
100%     {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes zone_top_right_inside_3
{
0%      {-moz-transform: rotate(0deg);top:-250px;}
100%     {-moz-transform: rotate(0deg);}
}

@-o-keyframes zone_top_right_inside_3
{
0%      {-o-transform: rotate(0deg);top:-250px;}
100%     {-o-transform: rotate(0deg);}
}

@-ms-keyframes zone_top_right_inside_3
{
0%      {-ms-transform: rotate(0deg);top:-250px;}
100%     {-ms-transform: rotate(0deg);}
}

@keyframes zone_top_right_inside_3
{
0%      {transform: rotate(0deg);top:-250px;}
100%     {transform: rotate(0deg);}
}

.zone_top_bottom_inside_0
{
	position: absolute;
	z-index: 300;
	left: 0;
	top: 0px;
	width: 584px;
	height: 1030px;
}

.zone_top_bottom_inside_1
{
	position: absolute;
	z-index: 300;
	left: 0;
	top: 0px;
	width: 584px;
	height: 1030px;
}

.zone_top_bottom_inside_1
{
-webkit-animation: zone_top_bottom_inside_1 0.7s 1;
-moz-animation: zone_top_bottom_inside_1 0.7s 1;
-o-animation: zone_top_bottom_inside_1 0.7s 1;
-ms-animation: zone_top_bottom_inside_1 0.7s 1;
animation: zone_top_bottom_inside_1 0.7s 1;
}

@-webkit-keyframes zone_top_bottom_inside_1
{
0%      {-webkit-transform: rotate(0deg);top:-632px;}
20%      {-webkit-transform: rotate(0deg);top:-632px;}
100%     {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes zone_top_bottom_inside_1
{
0%      {-moz-transform: rotate(0deg);top:-632px;}
20%      {-moz-transform: rotate(0deg);top:-632px;}
100%     {-moz-transform: rotate(0deg);}
}

@-o-keyframes zone_top_bottom_inside_1
{
0%      {-o-transform: rotate(0deg);top:-632px;}
20%      {-o-transform: rotate(0deg);top:-632px;}
100%     {-o-transform: rotate(0deg);}
}

@-ms-keyframes zone_top_bottom_inside_1
{
0%      {-ms-transform: rotate(0deg);top:-632px;}
20%      {-ms-transform: rotate(0deg);top:-632px;}
100%     {-ms-transform: rotate(0deg);}
}

@keyframes zone_top_bottom_inside_1
{
0%      {transform: rotate(0deg);top:-632px;}
20%      {transform: rotate(0deg);top:-632px;}
100%     {transform: rotate(0deg);}
}

.zone_top_bottom_inside_2
{
	position: absolute;
	z-index: 300;
	left: 0;
	top: -316px;
	width: 584px;
	height: 1030px;
}

.zone_top_bottom_inside_2
{
-webkit-animation: zone_top_bottom_inside_2 0.7s 1;
-moz-animation: zone_top_bottom_inside_2 0.7s 1;
-o-animation: zone_top_bottom_inside_2 0.7s 1;
-ms-animation: zone_top_bottom_inside_2 0.7s 1;
animation: zone_top_bottom_inside_2 0.7s 1;
}

@-webkit-keyframes zone_top_bottom_inside_2
{
0%      {-webkit-transform: rotate(0deg);top:0;}
20%      {-webkit-transform: rotate(0deg);top:0;}
100%     {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes zone_top_bottom_inside_2
{
0%      {-moz-transform: rotate(0deg);top:0;}
20%      {-moz-transform: rotate(0deg);top:0;}
100%     {-moz-transform: rotate(0deg);}
}

@-o-keyframes zone_top_bottom_inside_2
{
0%      {-o-transform: rotate(0deg);top:0;}
20%      {-o-transform: rotate(0deg);top:0;}
100%     {-o-transform: rotate(0deg);}
}

@-ms-keyframes zone_top_bottom_inside_2
{
0%      {-ms-transform: rotate(0deg);top:0;}
20%      {-ms-transform: rotate(0deg);top:0;}
100%     {-ms-transform: rotate(0deg);}
}

@keyframes zone_top_bottom_inside_2
{
0%      {transform: rotate(0deg);top:0;}
20%      {transform: rotate(0deg);top:0;}
100%     {transform: rotate(0deg);}
}

.zone_top_bottom_inside_3
{
	position: absolute;
	z-index: 300;
	left: 0;
	top: -632px;
	width: 584px;
	height: 1030px;
}

.zone_top_bottom_inside_3
{
-webkit-animation: zone_top_bottom_inside_3 0.7s 1;
-moz-animation: zone_top_bottom_inside_3 0.7s 1;
-o-animation: zone_top_bottom_inside_3 0.7s 1;
-ms-animation: zone_top_bottom_inside_3 0.7s 1;
animation: zone_top_bottom_inside_3 0.7s 1;
}

@-webkit-keyframes zone_top_bottom_inside_3
{
0%      {-webkit-transform: rotate(0deg);top:-316px;}
20%      {-webkit-transform: rotate(0deg);top:-316px;}
100%     {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes zone_top_bottom_inside_3
{
0%      {-moz-transform: rotate(0deg);top:-316px;}
20%      {-moz-transform: rotate(0deg);top:-316px;}
100%     {-moz-transform: rotate(0deg);}
}

@-o-keyframes zone_top_bottom_inside_3
{
0%      {-o-transform: rotate(0deg);top:-316px;}
20%      {-o-transform: rotate(0deg);top:-316px;}
100%     {-o-transform: rotate(0deg);}
}

@-ms-keyframes zone_top_bottom_inside_3
{
0%      {-ms-transform: rotate(0deg);top:-316px;}
20%      {-ms-transform: rotate(0deg);top:-316px;}
100%     {-ms-transform: rotate(0deg);}
}

@keyframes zone_top_bottom_inside_3
{
0%      {transform: rotate(0deg);top:-316px;}
20%      {transform: rotate(0deg);top:-316px;}
100%     {transform: rotate(0deg);}
}

/* ZONE FOOTER */

#zone_footer_accueil
{
	position: relative;
	width: 984px;
	left: 50%;
	margin-left: -492px;
	top: 600px;
	height: 36px;
	overflow: hidden;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 4px grey;
    background-image: -moz-linear-gradient(top, #007CCC, #004E83);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007CCC), to(#004E83));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#007CCC,endColorstr=#004E83);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#007CCC,endColorstr=#004E83)";
    background-color: #007CCC;
}

#zone_footer_accueil p
{
	width: 100%;
	text-align: center;
	margin-top: 9px;
	font-size: 1em;
	color: #FFF;
	font-family: "Arial";
	font-weight: normal;
	cursor: default;
}

#zone_footer_accueil p a
{
	color: #FFF;
	text-decoration: none;
}

#zone_footer_accueil p a:hover
{
	color: #FFF;
	text-decoration: underline;
}

/* TEXT HOME PAGE */

.text_home_page_p1
{
	text-align: center;
	line-height: 19px;
}

.text_home_page_p2
{
	margin-top: 40px;
	text-align: justify;
	line-height: 25px;
}

.text_home_page_p3
{
	margin-top: -10px;
	text-align: justify;
	line-height: 25px;
}