/* line 22, ../sass/_gradients.sass */
.vcard .main, body.authentication .main-bloc, body.administration .main-bloc, body.registration .mandatory, body.registration .success .bloc-1 {
  background: rgba(116, 187, 246, 0.7);
}

/* line 8, ../sass/_backgrounds.sass */
button {
  background: #13438d url('../images/gradients/dark-blue.png?1377006192') repeat-x scroll 0 0;
}

/* line 11, ../sass/_backgrounds.sass */
#header {
  background: #3594dc url('../images/gradients/header-blue.png?1377006192') repeat-x scroll 0 0;
}

/* line 17, ../sass/_backgrounds.sass */
.vcard .details {
  background: white;
  background: -webkit-gradient(linear, 50% 0%, 50% 100, color-stop(0%, #b8daf6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#b8daf6, #ffffff 100px);
  background: -moz-linear-gradient(#b8daf6, #ffffff 100px);
  background: -o-linear-gradient(#b8daf6, #ffffff 100px);
  background: linear-gradient(#b8daf6, #ffffff 100px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 20, ../sass/_backgrounds.sass */
.lightbox {
  background: none;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3B3D7F5', endColorstr='#B3B3D7F5');
}
/* line 22, ../sass/_backgrounds.sass */
.lightbox .content {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCFE8FC', endColorstr='#FFFFFFFF');
}

/* line 33, ../sass/_backgrounds.sass */
body.registration .mandatory, body.registration .success .bloc-1 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 37, ../sass/_backgrounds.sass */
body.registration .optional, body.registration .success .bloc-2 {
  background: white url(../images/linear-gradient-1.png) repeat-x scroll 0 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100, color-stop(0%, #b8daf6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#b8daf6, #ffffff 100px);
  background: -moz-linear-gradient(#b8daf6, #ffffff 100px);
  background: -o-linear-gradient(#b8daf6, #ffffff 100px);
  background: linear-gradient(#b8daf6, #ffffff 100px);
  border-radius: 10px;
}

/* line 42, ../sass/_backgrounds.sass */
.feeShai9 {
  background: #f44100 url('../images/gradients/orange.png?1377006192') repeat-x scroll 0 0;
}

/* line 45, ../sass/_backgrounds.sass */
#details_button {
  background: #3594dc url('../images/gradients/light-blue.png?1377006192') repeat-x scroll 0 0;
}

/* line 49, ../sass/_backgrounds.sass */
.vcard button {
  background: #13438d url('../images/gradients/dark-blue.png?1377006192') repeat-x scroll 0 0;
}

/* line 52, ../sass/_backgrounds.sass */
#manage-my-articles {
  background: #13438d url('../images/gradients/dark-blue.png?1377006192') repeat-x scroll 0 0;
}

/* line 55, ../sass/_backgrounds.sass */
button.no,
[name=CustomActionUnpublish],
input[type=submit].no,
input[type=submit][name=DiscardButton] {
  background: #d30707 url('../images/gradients/red.png?1377006192') repeat-x scroll 0 0;
}

/* line 61, ../sass/_backgrounds.sass */
button.yes,
[name=CustomActionPublish],
input[type=submit].yes,
input[type=submit][name=PublishButton] {
  background: #579b06 url('../images/gradients/green.png?1377006192') repeat-x scroll 0 0;
}

/* line 68, ../sass/_backgrounds.sass */
.manager a.read, .manager a.edit, .manager button[name=CustomActionRemove], .article.full a.read, .article.full a.edit, .article.full button[name=CustomActionRemove] {
  background: #13438d url('../images/gradients/dark-blue.png?1377006192') repeat-x scroll 0 0;
}
/* line 71, ../sass/_backgrounds.sass */
.manager a.publish, .article.full a.publish {
  background: #579b06 url('../images/gradients/green.png?1377006192') repeat-x scroll 0 0;
}
/* line 74, ../sass/_backgrounds.sass */
.manager a.unpublish, .article.full a.unpublish {
  background: #d30707 url('../images/gradients/red.png?1377006192') repeat-x scroll 0 0;
}

/* line 77, ../sass/_backgrounds.sass */
button.create-article {
  background: #13438d url('../images/gradients/dark-blue.png?1377006192') repeat-x scroll 0 0;
}
