@font-face
{
	font-family: "chicken"; src: url(fonts/chicken.ttf);*/
}


body {
	background: url(../images/bg_home.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #AAAAAA;
}

.chicken {
	font-family: "chicken";
}
.main_ul {
	list-style: none;
	list-style-position: inside;
	padding-left: 50px;
	padding-top: 50px;
}
.li_h1 {
	padding-bottom: 144px;
}
.li_h3 {
	/*padding-top: 150px;*/
}
.li_red {
	color: #a1d550;
}
.li_yellow {
	color: #f1f900;
}
.li_purple {
	color: #f500ff;
	margin-top: 310px;
}
.li_blue {
	color: #a1d550;
	margin-left: 708px;
    margin-right: 0;
    margin-top: -144px;
}
.up_text {
	padding-top: 20px;
}
.floatleft, .floatleft_low{
	float: left;
	padding: 1%;
}
.floatleft{
	margin-top: -25px;
}
.floatleft_low{
	/*margin-top: -15px;*/
	margin-right: 10px;
}
.ul_height_20 li{
	height: 20px;
}
.ul_height_15 li{
	height: 15px;
}
/* menu management*/
ul.dropdown ul {
    margin-top: 10px;
}
.width_200 {
    width: 200px !important;
}
ul.dropdown ul li {
    width: 150px;
}
ul.dropdown ul ul {
	margin-top: 0px;
    width: 300px;
}
.large_menu{
	width: 600px;
}
.offet_menu{
	left: 100px !important;
	top: 25px !important;
}
/* a managemnt*/
.li_red a, .li_red a:visited {
	color: #a1d550;
}
.li_yellow a, .li_yellow a:visited {
	color: #f5f500;
}
.li_purple a, .li_purple a:visited {
	color: #f500ff;
}
.li_blue a, .li_blue a:visited {
	color: #a1d550;
}
/* voiture */
#general_container {
	height: 780px;
    overflow: hidden;
    position: relative;
}
@keyframes slide {
  from{
      left: 960px;
      /*top: 450px;*/
  }
  to{
      left: 367px;
      /*top: 410px;*/
  }
}
@-webkit-keyframes slide {
  from{
      left: 960px;
      /*top: 450px;*/
  }
  to{
      left: 367px;
      /*top: 410px;*/
  }
}
#voiture{
	left: 367px;
    position: absolute;
    top: 437px;
    pointer-events: none;
    animation: slide 2s ease-out;
    -webkit-animation: slide 2s ease-out;
}