.preload * {
	-webkit-transition: none !important;
	-moz-transition:    none !important;
	-ms-transition:     none !important;
	-o-transition:      none !important;
}
.scroll {
	overflow: hidden;
}
.scale {
	transform-origin: top left;
}
.grey {
	color: #777777;
}
.fillGrey * {
	fill: #777777;
}
.orange {
	color: #d73f27 !important;
}
.fillOrange * {
	fill: #d73f27;
}
.responce {
	width:            100%;
	background-color: #d73f27;
	padding:          10px;
	top:              -50px;
}
html, body {
	background-color: white;
	min-width:        320px;
	overflow-x:       hidden;
	height:           100vh;
	font-family:      'Open Sans', sans-serif;
	color:            #777777;
	font-size:        12px !important;
	font-weight:      400;
}
* {
	font-family: inherit;
	color:       inherit;
	font-size:   inherit;
	font-weight: inherit;
}
.content {
	width:  1140px;
	margin: 0 auto;
}
strong, b {
	font-weight: 700;
}
h3 {
	font-weight:   100;
	margin-bottom: 30px;
	font-size:     24px;
}
a.btn, form.form button {
	display:          inline-block;
	padding:          10px;
	background-color: #d73f27;
	text-align:       center;
	color:            white;
	font-size:        14px;
	font-weight:      300;
	border-radius:    6px;
	margin-top:       20px;
}
form.form button[disabled] {
	background: linear-gradient(270deg, #d73f27, #ffab72, #d73f27);
    background-size: 200% 100%;
	cursor: not-allowed;
    animation: gradientMove 3s linear infinite;
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}
header {
	padding:          10px 0;
	position:         fixed;
	background-color: white;
	top:              0;
	left:             0;
	z-index:          999;
	width:            100%;
}
header .subNav {
	top:              32px;
	border-radius:    0 6px 6px 6px;
	border-top:       5px solid #d73f27;
	box-shadow:       0 20px 45px rgba(0, 0, 0, 0.08);
	padding:          5px;
	height:           0;
	overflow:         hidden;
	opacity:          0;
	left:             0;
	width:            0;
	z-index:          999999;
	background-color: white;
}
header div.subNav {
	right:         0;
	padding:       25px;
	left:          initial;
	border-radius: 6px 0 6px 6px;
	width:         0;
}
header div.subNav p, header div.subNav form {
	margin-bottom: 20px;
}
header div.subNav p:last-child {
	margin-bottom: 0;
}
header div.subNav p a {
	font-weight: 300;
}
header div.subNav p a:hover {
	color: #777777 !important;
}
header .subNav.active {
	height:  auto;
	opacity: 1;
	width:   350px;
}
header .nav li {
	padding:               10px 13px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius:         5px 5px 0 0;
}
header .nav li.fullRound {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius:         5px 5px 5px 5px;
}
header .nav li a {
	display:     inline-block;
	font-weight: 700;
}
header .nav li svg {
	width:       8px;
	height:      8px;
	margin-left: 10px;
}
header .nav li svg * {
	fill: #d73f27;
}
header .nav li:hover > a, header .nav li.on > a {
	color: white !important;
}
header .nav li:hover svg *, header .nav li.on svg * {
	fill: white !important;
}
header .nav li:hover ul.subNav a, header .nav li.on ul.subNav a {
	color: #777777 !important;
}
header .nav li:hover, header .nav li.on {
	background-color: #d73f27;
}
header ul.subNav li a {
	display:               block;
	font-weight:           400;
	padding:               8px 20px 8px 5px;
	border-bottom:         1px solid #f4f4f4;
	-webkit-border-radius: 0;
	border-radius:         0;
}
header ul.subNav li:last-child a {
	border-bottom: none;
}
header ul.subNav li {
	padding: 0;
}
header ul.subNav li:hover a, header ul.subNav li.on a {
	background-color: #f4f4f4;
	color:            #777777;
}
header ul.subNav li:hover, header ul.subNav li.on {
	background-color: initial;
}
header .top {
	margin-bottom: 10px;
}
header .top p, header .top form {
	margin-right: 10px;
}
header .top p:last-child {
	margin-right: 0;
}
header .top form {
	padding:       5px;
	border:        1px solid #777777;
	border-radius: 20px;
	width:         32px;
	overflow:      hidden;
}
header .top form.active {
	width:   auto;
	padding: 5px 8px 5px 5px;
}
header .top form input {
	opacity:  0;
	width:    0;
	overflow: hidden;
}
header .top form.active input {
	opacity: 1;
	width:   250px;
}
header .top form input, header .top form button {
	background:  transparent;
	border:      none;
	height:      20px;
	line-height: 20px;
}
header .top form button, header .top form button svg {
	padding: 0;
	width:   18px;
	height:  18px;
}
header .top form button svg * {
	fill: #777777 !important;
}
header .top a:hover, header .top a.on {
	color:       #d73f27;
	font-weight: 700;
}
header.min div.top {
	height:        0;
	opacity:       0;
	margin-bottom: 0;
	overflow:      hidden;
}
header.min img.spip_logo {
	width:            110px;
	height:           auto;
	background-color: rgba(255, 255, 255, 0.9);
}

section.slider {
	margin-top: 99px;
}
section.slider, div.slick, div.slide {
	height: 300px;
}
section.slider div.slide {
	background-repeat:   no-repeat;
	background-size:     cover;
	background-position: 0 50%;
}
section.slider div.slide .texte {
	top:                50%;
	transform:          translateY(-50%);
	right:              20%;
	background-color:   rgba(0, 0, 0, 0.6);
	border-radius:      10px;
	border:             1px solid #777777;
	padding:            20px;
	font-size:          20px;
	line-height:        24px;
	max-width:          400px;
	opacity:            0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition:    all 1s ease-in-out 0s;
	-ms-transition:     all 1s ease-in-out 0s;
	-o-transition:      all 1s ease-in-out 0s;
	transition:         all 1s ease-in-out 0s;
}
section.slider div.slide.slick-current .texte {
	right:   10%;
	opacity: 1;
}
section.slider div.slide .texte a h2 {
	font-size:   20px;
	line-height: 24px;
}
section.slider div.slide .texte a p, section.slider div.slide .texte p {
	margin-top:  10px;
	font-size:   14px;
	line-height: 18px;
	font-weight: 100;
}
section.slider .arrow {
	top:              50%;
	width:            50px;
	height:           50px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius:    50%;
	border:           1px solid #777777;
	padding:          10px;
	cursor:           pointer;
	opacity:          0;
}
section.slider:hover .arrow {
	opacity: 1;
}
section.slider .arrow svg {
	width:  30px;
	height: 30px;
}
section.slider .leftArrow {
	left:      10px;
	transform: translateY(-50%) rotate(180deg);
}
section.slider .rightArrow {
	right:     10px;
	transform: translateY(-50%);
}
section.informations {
	background-color: #f6f6f6;
	padding:          60px 0;
}
section.informations .box {
	width: calc(50% - 15px);
}
section.informations .box:last-child {
	margin-right: 0;
}
section.informations .box .texte {
	background-color: white;
	padding:          30px;
	font-size:        16px;
	line-height:      20px;
}
section.informations .dots {
	margin-top: 10px;
}
section.informations .dots ul {
	display:                 -webkit-flex;
	display:                 -webkit-box;
	display:                 -moz-flex;
	display:                 -moz-box;
	display:                 -ms-flexbox;
	display:                 flex;
	-ms-flex-pack:           center;
	-webkit-justify-content: center;
	justify-content:         center;
	-ms-flex-align:          center;
	-webkit-align-items:     center;
	align-items:             center;
	list-style:              none;
}
section.informations .dots ul button {
	border:           none;
	background-color: #d6d6d6;
	color:            #d6d6d6;
	width:            10px;
	height:           10px;
	overflow:         hidden;
	border-radius:    50%;
	padding:          0;
	margin-right:     10px;
}
section.informations .dots ul li {
	margin-right: 10px;
}
section.informations .dots ul li:last-child {
	margin-right: 0;
}
section.informations .dots ul .slick-active button {
	background-color: #d73f27;
	color:            #d73f27;
}
section.formations {
	padding: 30px 0;
}
section.formations p.sousTitre {
	font-size:     20px;
	font-weight:   100;
	margin-bottom: 30px;
}
section.formations .box {
	border-radius:      5px;
	-webkit-box-shadow: inset -10px -10px 50px 0 rgba(0, 0, 0, 0.3);
	box-shadow:         inset -10px -10px 50px 0 rgba(0, 0, 0, 0.3);
	width:              calc((100% - 150px) / 7);
	height:             150px;
}
section.formations .box a {
	display: block;
	padding: 20px;
}
section.formations .box img {
	width:         60px;
	height:        auto;
	margin-bottom: 20px;
}
section.formations .box a:hover img {
	width:  70px;
	height: 70px;
}
section.newsletter {
	margin-bottom: 30px;
}
section.newsletter .content {
	background-image:    url('../../IMG/newsletterBack.jpg');
	background-repeat:   no-repeat;
	background-size:     cover;
	background-position: 0 50%;
}
section.newsletter .gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d73f27+25,d73f27+100&0+25,1+100 */
	background: -moz-linear-gradient(left, rgba(215, 63, 39, 0) 25%, rgba(215, 63, 39, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(215, 63, 39, 0) 25%, rgba(215, 63, 39, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(215, 63, 39, 0) 25%, rgba(215, 63, 39, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d73f27', endColorstr='#d73f27', GradientType=1); /* IE6-9 */
	padding:    60px 40px;
}
section.newsletter h4 {
	font-size:   35px;
	font-weight: 100;
}
section.newsletter h4, section.newsletter form {
	width: calc(50% - 30px);
}
section.newsletter label {
	display: none;
}
section.newsletter li {
	list-style: none;
}
section.newsletter input {
	border:        none;
	background:    white;
	padding:       10px;
	font-size:     24px;
	font-weight:   100;
	width:         80%;
	border-radius: 10px 0 0 10px !important;
}
section.newsletter button {
	border:        none;
	background:    white;
	padding:       10px;
	width:         53px;
	height:        53px;
	border-radius: 0 10px 10px 0;
}
section.newsletter p.reponse_formulaire {
	color:         white;
	margin-bottom: 10px;
	text-align:    right;
}
section.rubrique {
	margin-top: 99px;
}
section.rubrique .bandoBlack, section.rubrique .bandoGrey {
	height:           5px;
	background-color: #353e43;
}
section.rubrique .bandoGrey {
	background-color: #cdcdcd;
	margin-top:       -5px;
}
section.rubrique .bandoTitre {
	background-color: black;
	padding-top:      20px;
}
section.rubrique h1 {
	font-size:      30px;
	font-weight:    300;
	margin-top:     10px;
	border-bottom:  5px solid #d73f27;
	display:        inline-block;
	padding-bottom: 20px;
}
section.rubrique h2 {
	font-size:     24px;
	font-weight:   300;
	margin-bottom: 25px;
}
section.rubrique .flex > h3 {
	margin-bottom: 0;
	width:         250px;
}
section.rubrique table.details {
	width:                 100%;
	border-collapse:       collapse;
	-webkit-border-radius: 3px;
	border-radius:         3px;
	border:                1px solid #777777;
}
section.rubrique table.formListe {
	border: none;
}
section.rubrique table.details tbody tr {
	border-top: solid 2px #777777;
}
section.rubrique table.details th, section.rubrique table.details td {
	font-size:   14px;
	line-height: 20px;
	font-weight: 700;
	padding:     10px;
}
section.rubrique table.formListe th {
	text-align: left;
}
section.rubrique table.formListe th:nth-child(2) {
	width: 50%;
}
section.rubrique table.details td {
	font-weight: 300;
}
div.formation div.details {
	height:        0;
	opacity:       0;
	margin-bottom: 0;
	overflow:      hidden;
}
div.formation div.details.active {
	height:        auto;
	opacity:       1;
	margin-bottom: 20px;
}
section.rubrique .hr {
	height:     1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+10,000000+50,000000+90&0+10,0.2+50,0+90 */
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
	margin:     25px 0;
}
section.rubrique .text p, section.rubrique .text li {
	font-size:   16px;
	font-weight: 300;
	line-height: 26px;
}
section.rubrique .text p {
	margin-bottom: 20px;
}
section.rubrique .text ul {
	margin: 0 20px 20px 20px;
}
section.rubrique .text p:last-child {
	margin-bottom: 0;
}
section.rubrique .text .titre {
	color:         #d73f27;
	font-weight:   400;
	font-size:     20px;
	margin-bottom: 30px;
}
section.rubrique .text img.right {
	float:  right;
	margin: 0 0 20px 20px;
}
section.rubrique .text img.left {
	float:  left;
	margin: 0 20px 20px 0;
}
section.rubrique .fil_ariane a:first-child {
	color: #d73f27;
}
section.rubrique .main {
	padding: 40px 0;
}
section.rubrique aside {
	width:                 250px;
	margin-right:          20px;
	padding:               0 20px 20px 20px;
	-webkit-border-radius: 3px;
	border-radius:         3px;
	border:                1px solid rgba(0, 0, 0, 0.1);
	border-top:            none;
}
section.rubrique aside .hr:last-child {
	display: none;
}
section.rubrique aside h4, section.rubrique aside p.dates, section.rubrique aside p.lieu {
	font-size:      14px;
	font-weight:    600;
	text-transform: uppercase;
	margin-bottom:  10px;
	line-height:    18px;
}
section.rubrique aside p.dates, section.rubrique aside p.lieu {
	padding: 0 10px;
}
section.rubrique aside p.lieu {
	font-weight:    300;
	text-transform: none;
}
section.rubrique div.formation, section.rubrique div.withAside {
	width: calc(100% - 275px)
}
section.rubrique div.formation.actualites {
	width: 100%
}
section.rubrique div.formation button {
	display:               block;
	-webkit-border-radius: 5px;
	border-radius:         5px;
	background-color:      #d73f27;
	color:                 white;
	width:                 250px;
	margin:                20px auto;
	border:                none;
	padding:               10px;
	font-size:             20px;
	font-weight:           300;
	cursor:                pointer;
}
section.rubrique .collapse {
	overflow: hidden;
	height:   0;
	opacity:  0;
}
section.rubrique .collapse.active {
	height:  auto;
	opacity: 1;
}
section.rubrique .video h4 {
	font-size:   30px;
	line-height: 40px;
	font-weight: 300;
	width:       calc(100% - 610px);
}
section.rubrique .video iframe {
	width:        560px;
	height:       315px;
	margin-right: 50px;
}
section.rubrique .video video {
	width:        560px;
	height:       315px;
	margin-right: 50px;
}
section.rubrique .contacts .block {
	width:                 calc((100% / 3) - (100px / 3));
	-webkit-border-radius: 8px;
	border-radius:         8px;
	padding:               30px;
	border:                1px solid #cccccc;
	border-top:            4px solid #d73f27;
	text-align:            center;
}
section.rubrique .contacts .block:hover svg {
	transform: scale(1.2);
}
section.rubrique .round {
	background-color:      #d73f27;
	-webkit-border-radius: 50%;
	border-radius:         50%;
	width:                 100px;
	height:                100px;
	padding:               25px;
	margin:                0 auto 20px auto;
}
section.rubrique .contacts svg {
	width:  50px;
	height: 50px;
}
section.rubrique .contacts h5 {
	font-size:     28px;
	font-weight:   300;
	margin-bottom: 20px;
}
section.rubrique .contacts h5::after {
	display:          block;
	content:          ' ';
	width:            50%;
	height:           2px;
	background-color: black;
	margin:           20px auto 0 auto;
}
section.rubrique article {
	margin-top:    5px;
	border-radius: 4px;
	border:        1px solid #ddd;
}
section.rubrique article h3 {
	padding:          10px 15px;
	background-color: #f5f5f5;
	font-size:        16px;
	cursor:           pointer;
	font-weight:      400;
	margin-bottom:    0;
}
section.rubrique article.active h3 {
	margin-bottom: 25px;
}
section.rubrique article .text {
	padding:  0;
	opacity:  0;
	height:   0;
	overflow: hidden;
}
section.rubrique article .text a {
	color:           #d73f27;
	text-decoration: underline;
}
section.rubrique article.active .text {
	padding: 0 25px 5px 25px;
	opacity: 1;
	height:  auto;
}
section.rubrique .documents .round {
	width:        36px;
	height:       36px;
	padding:      10px;
	margin-right: 25px;
}
section.rubrique .documents .docs {
	width: calc(100% - 61px);
}
section.rubrique .documents .docs p {
	margin-bottom: 10px;
}
section.rubrique .documents .round svg {
	width:  16px;
	height: 16px;
}
section.rubrique .gallerie a {
	display:             block;
	width:               calc((100% / 5) - 4px);
	height:              100px;
	background-position: 50% 50%;
	background-size:     cover;
	background-repeat:   no-repeat;
	margin:              2px;
}
section.rubrique .gallerie {
	margin-bottom: 25px;
}
section.rubrique .conseil h4, section.rubrique .liens h4 {
	font-size:     22px;
	font-weight:   300;
	margin-bottom: 20px;
}
section.rubrique .conseil h5 {
	font-size:        20px;
	font-weight:      400;
	margin-bottom:    10px;
	padding:          5px;
	background-color: #d73f27;
}
section.rubrique .conseil .presidence p {
	font-size:     22px;
	font-weight:   300;
	margin-bottom: 10px;
}
section.rubrique .conseil .membres p, section.rubrique .liens p {
	font-size:     14px;
	line-height:   16px;
	margin-bottom: 10px;
	font-weight:   300;
}
section.rubrique .conseil .membres p:last-child {
	margin-bottom: 0;
}
section.rubrique .conseil .left, section.rubrique .conseil .right {
	width: calc(50% - 25px);
}
section.rubrique .gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=1); /* IE6-9 */
	width:      100%;
	height:     100%;
	top:        0;
	left:       0;
	z-index:    1;
}
section.rubrique .bandoTitre img {
	position: absolute;
	z-index:  3;
	width:    60px;
	height:   auto;
	top:      0;
	right:    0;
}
section.rubrique .content {
	z-index: 2;
}
section.rubrique .liens svg {
	width:        16px;
	height:       16px;
	margin-right: 10px;
}
section.rubrique .contacts iframe {
	width:  100%;
	height: 350px;
}
section.rubrique .main.contacts {
	padding: 0;
}
section.rubrique .contactForm, section.rubrique .horaires {
	width: calc(50% - 25px);
}
section.rubrique p.small {
	font-size: 10px;
}
section.rubrique .horaires svg {
	width:          16px;
	height:         16px;
	margin-right:   10px;
	vertical-align: middle;
}
form.form .flex p {
	width: calc(50% - 10px);
}
form.form .flex.c3 p {
	width: calc((100% / 3) - 10px);
}
form.form label {
	display:       block;
	margin-bottom: 5px;
}
form.form input, form.form textarea, form.form select {
	background-color: white;
	border:           1px solid #cccccc;
	/*border-radius:    4px;*/
	padding:          6px 12px;
	width:            100%;
	color:            black;
}
form.form input.invalid, form.form textarea.invalid {
	border: 1px solid red;
}
.red {
	color: red;
}
form.form textarea {
	height: 150px;
	resize: none;
}
form.form button {
	font-weight: 400;
	padding:     10px 25px;
	margin-top:  0;
}
form.form p.result, form.form p.success, p.reponse_formulaire_erreur, p.reponse_formulaire_ok {
	color:         red;
	font-weight:   400;
	opacity:       0;
	height:        0;
	overflow:      hidden;
	margin-bottom: 0;
}
form.form p.success, p.reponse_formulaire_ok {
	color: green;
}
form.form p.result.active, form.form p.success.active, p.reponse_formulaire_erreur, p.reponse_formulaire_ok {
	opacity:       1;
	height:        auto;
	margin-bottom: 20px;
}
form.form label span.error {
	color:          red;
	font-size:      10px;
	vertical-align: middle;
}
form.form label svg {
	width:  10px;
	height: 10px;
}
form.form label svg * {
	fill: red;
}

footer {
	background-color: #0e0e0e;
}
footer .content {
	padding: 30px 0;
}
footer .content:nth-child(1) {
	padding-bottom: 0;
}
footer .box:nth-child(1), footer .box:nth-child(2) {
	width: calc((50% - 45px) / 2);
}
footer .box:nth-child(3) {
	width: calc((50% - 15px));
}
footer h5 {
	font-size:     20px;
	font-weight:   100;
	margin-bottom: 10px;
}
footer svg.miniIcon {
	width:  15px;
	height: 15px;
}
footer svg.bigIcon {
	width:  25px;
	height: 25px;
}
footer .texte {
	width:         calc(100% - 30px);
	font-size:     14px;
	line-height:   18px;
	margin-bottom: 10px;
}
footer .membre {
	width:               145px;
	height:              124px;
	background-repeat:   no-repeat;
	background-size:     contain;
	background-position: 50% 50%;
}
footer .membre.ogbl {
	background-image: url('../../IMG/membre01.png');
}
footer .membre.lcgb {
	background-image: url('../../IMG/membre02.png');
}
footer .membre.fhl {
	background-image: url('../../IMG/membre03.png');
}
footer .membre.fse {
	background-image: url('../../IMG/FSE_LUXEMBOURG_FLEUR_RGB.jpg');
	height:           68px;
}
footer .fseText {
	background-color: #373b8e;
	padding:          10px;
	font-size:        14px;
	font-weight:      100;
}

.fc-button-primary {
	background-color: black !important;
	border-color:     black !important;
}
.fc-unthemed td.fc-today {
	background: #fae6e3 !important;
}
.fc-list-item-marker {
	display: none;
}

.collapsehide {
	display: none;
}
table.participants tr:hover {
	background-color: #cdcdcd;
}

div.cookies {
	position:         fixed;
	top:              0;
	z-index:          999999;
	width:            100%;
	background-color: black;
	padding:          20px;
}
div.cookies p {
	color:       white;
	font-size:   14px;
	line-height: 16px;
}
div.cookies button {
	background-color: #d73f27;
	border:           none;
	padding:          10px;
}
.headMobile, .mobile {
	display: none;
}

.loader{
	position: absolute !important;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.2);
	z-index:99999;
	top:0;
	left:0;
}