/* CSS Document */

.btn-primary {
	color: #fff;
	background-color: #808080;
	border-color: #808080;
}
.btn-success:hover {
	background-color: #808080;
}
.navbar-nav li a:hover {
	color: #000 !important;
	border-bottom: 3px solid #808080;
}
#mess {
	background: #808080;
	color:#fff;
}
#mess:hover {color:#000}
#mess:hover div.picto5 {background:url( ../../images/picto5.png) no-repeat;}
.info {
    background: #808080;
	color:#fff;
}
.panel-title h3 {background: #808080; color:#fff}

.phase {background: #808080; color:#fff}
.picto1 {background:url( ../../images/picto1-b.png) no-repeat; }
.picto2 {background:url( ../../images/picto2-b.png) no-repeat; }
.picto3 {background:url( ../../images/picto3-b.png) no-repeat; }
.picto4 {background:url( ../../images/picto4-b.png) no-repeat; }
.picto5 {background:url( ../../images/picto5-b.png) no-repeat; }

.etape {background: #808080; color:#fff}

.main {
  box-shadow:inset 0 0 0 5px #808080;
}
.home {
  background:  url(../../images/picto1-b.png) no-repeat center #808080;
}

.music {
  background:  url(../../images/picto2-b.png) no-repeat center #808080;
}

.messages {
  background:  url(../../images/picto3-b.png) no-repeat center #808080;
}
form input:focus + label, form textarea:focus + label {
  background: #808080;
  color: #fff;

}
input[type="submit"]:valid {
    background: #808080;
}