#bande_admin {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	background-color: white;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	-moz-border-radius: 0 0 3px 3px; /* Added by border radius plugin */
	-webkit-border-radius: 0 0 3px 3px; /* Added by border radius plugin */
	-khtml-border-radius: 0 0 3px 3px; /* Added by border radius plugin */
	border-radius: 0 0 3px 3px; /* Added by border radius plugin */
	box-shadow: 2px 2px 10px 0px rgb(50,30,20); /* Modified by color plugin */
	box-shadow: 2px 2px 10px 0px rgba(50,30,20,0.75); /* Modified by color plugin */
	zoom: 1; /* Added by box shadow plugin */
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50,30,20,0.75); /* Added by box shadow plugin */
	-moz-box-shadow: 2px 2px 10px 0px rgba(50,30,20,0.75); /* Added by box shadow plugin */
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=10,Color='#bf321e14',Positive='true'); /* Added by box shadow plugin */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=10,Color='#bf321e14',Positive='true')"; /* Added by box shadow plugin */
}
#bande_admin b {
	float: left;
	text-align: left;
}
#bande_admin span {
	letter-spacing: 5px;
}
#bande_admin a {
	float: right;
	text-align: right;
}
#bande_admin b, #bande_admin a {
	display: block;
	width: 300px;
	margin: 0 10px;
	color: red;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.pastille_edition {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0px;
	left: -15px;
	background-color: orange;
	border: 1px solid red;
	-moz-border-radius: 6px; /* Added by border radius plugin */
	-webkit-border-radius: 6px; /* Added by border radius plugin */
	-khtml-border-radius: 6px; /* Added by border radius plugin */
	border-radius: 6px; /* Added by border radius plugin */
	display: block;
}
#divlogin {
	width: 340px;
	margin: 20px auto;
	background-color: white;
}
#divlogin h1 {
	text-align: center;
}
#divlogin form {
	margin: 30px;
}
#divlogin form label {
	display: block;
	float: left;
	height: 40px;
}
#divlogin form input {
	float: right;
}
.fleft {
	float: left;
}
.a_centre:hover {
	color: #a4c873;
}
.a_centre {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
#div_admin {
	color: #000000;
}
#div_admin_paragraphes {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
}
#div_admin_paragraphes div#admin2 {
	position: relative;
	border: 3px solid red;
	width: 100%;
	padding: 5px;
	background-color: #bbb;
	color:#555;
	min-height:110px;
}
#div_admin_paragraphes div#admin2 a#ferme_edit {
	position: absolute;
	top: 0px;
	right: 10px;
}
#div_admin_paragraphes a:hover {
	text-decoration: underline;
}
#div_admin_paragraphes a {
	color: #555;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}
.m1, .m1 ul {
	margin-left:0px;
	padding-left:10px;
}
.m1 li {
	list-style-type:none;
	position:relative;
}
.prebloc {
	position: relative;
	margin-left:0px;
	padding-left:0px;
}
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
figure.photo_gauche {
	float: left;
	margin: 0 15px 15px 0;
}
figure.photo_gauche img {
	width: 100%;
}
figure.photo_droite {
	float: right;
	margin: 0 0 15px 15px;
}
figure.photo_droite img {
	width: 100%;
}
figure {
	border:0px solid #222;
}
.pl10 {
	width: 10%;
	height: auto;
}
.pl20 {
	width: 20%;
	height: auto;
}
.pl30 {
	width: 30%;
	height: auto;
}
.pl40 {
	width: 40%;
	height: auto;
}
.pl50 {
	width: 50%;
	height: auto;
}
.pl60 {
	width: 60%;
	height: auto;
}
.pl70 {
	width: 70%;
	height: auto;
}
.pl80 {
	width: 80%;
	height: auto;
}
.pl90 {
	width: 90%;
	height: auto;
}
.pl100 {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
.pl10 {
	width: 50%;
	height: auto;
}
.pl20 {
	width: 50%;
	height: auto;
}
.pl30 {
	width: 50%;
	height: auto;
}
.pl40 {
	width: 50%;
	height: auto;
}
}

* {
	font-size:14px;
}
.signature {
	font-size:12px;
	text-align:right;
}
.credit {
	font-size:11px;
	text-align:center;
}
h1 {
	font-size:24px;
	color:black;
}
strong.bandeau {
	font-size:27px;
	line-height: 40px;
	letter-spacing:5px;
	margin-top:8px;
	margin-bottom:5px;
	font-weight: normal;
	color: #333;
}
h2 {
	font-size:17px;
	color:#555;
}
h3 {
	font-size:18px;
	color:#666;
}
h4 {
	font-size:16px;
	color:#777;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
	background-color:transparent;
}

.navbar-default .navbar-nav .active {
	background-color:transparent !important;
}
#recaptcha_response_field {
	color:#555;
	font-size:14px;
}
.datepicker {
	z-index:300000;
}
.datepicker.dropdown-menu {
	background-color:rgba(0,0,0,0.8);
}
b {
	font-weight: bold;
}
.texte {
	letter-spacing: 1px;
}
.bloc {
	padding-left: 0px;
	padding-right: 0px;
	letter-spacing: 1px;
}
.bloc h1 {
	border-bottom: 1px solid black;
}