#container-fluid{
width:100%;
}
#container{
width:90%;
float:left;
}

/*#titre{
height:30px;
text-align:center;
width:100%;
color:#FFFFFF;
background-color:#1656A2;
border-top:2px #000000 solid;
border-bottom:2px #000000 solid;
padding-top:5px;
font-weight:bolder;
letter-spacing:5px;
}*/

#titre{
height:25px;
text-align:center;
width:100%;
color:#666666;
margin-top:-15px;
padding-top:5px;
font-weight:bolder;
letter-spacing:3px;
}

#aclog{
	float:left;
	margin-left:15%;
	width:500px;
	border:0px #333333 solid;
	margin-top:150px;
	background-color:#6FA7A8;
	border-radius:15px;
	padding:0px;
}

.input-group-addon{
	background-color:#006766;
	border:1px #333333 solid;
}

#aclog form{
	margin:30px;
}

#menutop{
background-color:#EDF0F4;
margin-top:50px;
padding-top:0px;
}

.ui-dialog-titlebar{
background-color:#0000CC;
}
#default_accueil{
height:100%;
width:100%;
background-image:url(../images/default.png);
background-size: cover;

}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-primary:active:focus {
background-color: #006766; border-color: #000; color:#FFFFFF;}

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:visited, .btn-default:focus, .btn-default:active:focus {
background-color: #66CDCC; border-color: #000; color:#000000;}

#basic-addon3{
width:50%;
color:#FFFFFF;
text-align:right;
border-radius:25px 0px 0px 25px;
height:30px;
}

.input-group{
	margin-top:15px;
	margin-bottom:10px;
	width:100%;
	
}

#basic-addon3a{
	margin-left:10px;
	background-color:transparent !important;
	border:0px;
}

#basic-addon3a .btn-primary{
height:100%;

border:1px solid #000;
padding:5px;
margin-top:-3px;
background: url(../images/bouton_transp.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.table-bordered{
	border-right: 1px solid #000000;
}

.icon-trash {
 color: #E71F68;
 }
.alert-danger{
	background-color:transparent !important;
	border:0px;
	color:#E52068;
}
.btn-danger{
background-color:#E52068;
color:#FFFFFF;
}
table.table-bordered > tbody > tr > td {
    border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#CDFFFF;
}

table.table-bordered > thead > tr > th{
    border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	color:#006766;
}

table.table-bordered > tfoot > tr > th{
    border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	color:#006766;
}

table.table-borderless > tbody > tr > td {
 
	border: 0px solid #000000;
	
}



.nav-pills a{
color:#000000;
}

.col-md-2{
padding-left:0;
padding-right:0;
padding-top:0;
background-color:#006766;
border:2px #FFFFFF solid;
}

#menug{
	/*background-color:#F1EEE5;*/
	margin-top:165px;
	border-top: 0px solid #E0DEDE;
	border-bottom: 0px solid #E0DEDE;
	border-right: 0px solid #E0DEDE;
	position:absolute;
	top: 0;
    bottom: 0;
    min-height: 100%;
	
	background-position:top;
	background-repeat:repeat-x;	
}

#principal{
margin-left:16.66666667%;
position:absolute;
padding-top:20px;
top: 0;
bottom: 0;
margin-top:165px;
width: 83.3333333%;
height: 80%;
/*background-image:url(img/fond.jpg);*/
background-position: top center;
background-size: cover;
border-top: 2px solid #000000;
border-bottom: 0px solid #E0DEDE;
border-right: 0px solid #E0DEDE;
}
/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
/*
#menu2{
width:100%;
margin-bottom:-10px;
padding-top:10px;
}*/
#menu2 a{
text-align:left;
padding-left:30px;
margin-left:30px;
/*
min-width:100px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;*/
}



/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    /*background-color: #f5f5f5;*/
    border-right: 1px solid #eee;
  }
}

#menutitre{
border-radius:0px; /* 20px padding + 1px border */

margin-bottom:-2px;
height:25px;
padding-left: 20px;
font-weight:bolder;
color:#000;
}
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -15px; /* 20px padding + 1px border */
  margin-bottom: 0px;
  margin-left: -15px;
}
.nav-sidebar > li{
  min-height:27px;
  padding-top:5px
}
.nav-sidebar > li > a {
  padding-right: 10px;
  padding-left: 10px;
;
  padding-bottom:2px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}

.nav-sidebar > li.active > a:hover,
.nav-sidebar > li.active > a:focus {
  color:#000000;
  background-color:#0099FF;
}
/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

label.valid {
	width: 24px;
	height: 24px;
	background: url(../img2/valid.png) center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}

input{
width:300px;
}
select{
width:50px;
}
button[type="submit"]{
font-weight:bolder;
margin-right:3px;
}