body {
  background: #96C8DE;
  background: -webkit-linear-gradient(top, #51A4C8 0, #DCEDF4 250px) no-repeat;
  background: -moz-linear-gradient(top, #51A4C8 0, #DCEDF4 250px) no-repeat;
  background: -o-linear-gradient(top, #51A4C8 0, #DCEDF4 250px) no-repeat;
  background: -ms-linear-gradient(top, #51A4C8 0, #DCEDF4 250px) no-repeat;
  background: linear-gradient(to bottom, #51A4C8 0, #DCEDF4 250px) no-repeat;
  -svg-background: linear-gradient(top, #51A4C8 0, #DCEDF4 250px) no-repeat;
  background-attachment: fixed !important;

}

h5.titre_contact{
	font-weight: bold;
}

hr {
	border-color: silver;
}

.footer{
	position:fixed;
}
#pied_de_page, #navbar_top {
	background-color: #8CE;
	color: black;
}

#navbar_top{
	border-color:#6ac;
}

#navbar_top .navbar-text, #navbar_top a{
	color:#333;
}

#navbar_top a:hover{
	color:black;
	text-decoration:underline;
}

fieldset{
    border: 1px solid #6ac !important;
    padding: 0 1.4em 0.2em 1.4em !important;
    margin: 0 0 0.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

fieldset legend{
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
	width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
	margin-bottom:3px;
}

.inline-fieldset{
	display:inline;
	display:inline-block;
}