.popover { 
  width: 276px;
	text-align:center;
}
.navbar-default {
	background-image: -webkit-gradient(linear, left 0%, left 50%, from(#6b6b6b), to(#000011));
  background-image: -webkit-linear-gradient(top, #6b6b6b, 0%, #000011, 50%, #333333, 100%);
  background-image: -moz-linear-gradient(top, #6b6b6b 0%, #000011 50%,#333333 100%);
  background-image: linear-gradient(to bottom, #6b6b6b 0%, #000011 50%,#333333 100%);
  background-repeat: repeat-x;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.dropdown-menu {
	background-image: -webkit-gradient(linear, left 0%, left 50%, from(#6b6b6b), to(#000011));
  background-image: -webkit-linear-gradient(top, #6b6b6b, 0%, #000011, 50%, #333333, 100%);
  background-image: -moz-linear-gradient(top, #6b6b6b 0%, #000011 50%,#333333 100%);
  background-image: linear-gradient(to bottom, #6b6b6b 0%, #000011 50%,#333333 100%);
  background-repeat: repeat-x;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
	border: 1px solid #717274;
	border-top: 1px solid transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  /*text-decoration: none;
  color: #ffffff;
  background-color: #2a9fd6;*/
	background-image: -webkit-gradient(linear, left 0%, left 50%, from(#2a9fd6), to(#006fa6));
  background-image: -webkit-linear-gradient(top, #006fa6, 0%, #2a9fd6, 50%, #006fa6, 100%);
  background-image: -moz-linear-gradient(top, #006fa6 0%, #2a9fd6 50%,#006fa6 100%);
  background-image: linear-gradient(to bottom, #006fa6 0%, #2a9fd6 50%,#006fa6 100%);
  background-repeat: repeat-x;
}
body {
  /*font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #888888;
  background-color: #060606;*/
	background-image: -webkit-gradient(linear, left 0%, left 50%, from(#060606), to(#000011));
  background-image: -webkit-linear-gradient(top, #060606, 0%, , #333333, 100%);
  background-image: -moz-linear-gradient(top, #060606 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #060606 0%, #333333 100%);
  background-repeat: repeat-x;
	
}
.form-horizontal {
	margin:15px;
}
.form-control {
	color:#333; 
}
legend, .souligne {
	background-image: -webkit-gradient(linear, left 0%, left 75%, from(#6b6b6b), to(#000011));
  background-image: -webkit-linear-gradient(top, #000011, 0%, #000011, 75%, #6b6b6b, 100%);
  background-image: -moz-linear-gradient(top, #000011 0%, #000011 75%,#6b6b6b 100%);
  background-image: linear-gradient(to bottom, #000011 0%, #000011 75%,#6b6b6b 100%);
  background-repeat: repeat-x;

}
.img-rounded {border-radius: 12px;/*6px;*/
}
.img-thumbnail {
	border-color:#808080;
}
.table-hover > tbody > tr:hover {
	color: #cfdcef;/*#888888;*/
  background-color: #484848;
}
.bg-primary,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus ,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pager li > a:hover,
.pager li > a:focus,
.label-primary,
.badge,
.progress-bar,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary > .panel-heading
{
 
  background-color:#a21f1f; /*#2a9fd6;*/
}
blockquote {font-size:inherit;}
.panel, .panel-heading {
	border-radius:10px;
}
.nav-tabs {
    border-bottom: 1px solid #a21f1f;
}
.nav-tabs > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 8px 8px 0 0;
}
