html {
    overflow-y:scroll;
}

body {
    background-color:#c0c0c0;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: Arial,Helvetica,sans-serif;
}

.navbar-brand.active {
	color: #fff;
	background-color: #080808;
}
.container.home:not(.no-override) {
	margin-top : 50px;
	padding-top:20px;
	padding-bottom:40px;
	background-color:#fff;
}

.container:not(.no-override) {
	margin-top : 70px;
	padding-bottom:30px;
	background-color:#fff;
}

a:not(.nodeco) {
	text-decoration:underline;
}

#MyModal .modal-dialog {
	max-height:60%;
	max-width : 90%;
	width : 860px;
	height : 600px;
}
.modal-header {background-color :#e3e0d1;}

#MyModal .modal-dialog {
	max-height:60%;
	max-width : 90%;
	width : 760px;
	height : 600px;
}


@media screen and (max-width: 760px) {
#MyModal .modal-dialog {
	width : 90%;
	max-width:90%;
	height : auto;
	max-height:100%;
}	
}

@-moz-document url-prefix() {
  	fieldset { display: table-cell;}
}



.bs-callout {
font-style:italic;
color: #7f7f7f;
text-align:center;
padding: 5px;
margin: 10px 0 20px;
border: 1px solid #7f7f7f;
border-width: 1px 10px;
border-radius: 5px;
}

OL:not(.menu) { counter-reset: item; }
LI:not(.menu) { display: block; }
LI:not(.menu):before { content: counters(item, ".") ". "; counter-increment: item; }

.dataTables_wrapper .dataTables_filter {
	margin: 20px;
	float:left;
}

#editor1 {overflow-y:scroll; max-height:800px}
 
 .carousel-caption {
 	background-color: rgba(0,0,0,0.4);
 	border-radius:15px;
 }
 
.bannerPage {
	background-position : center top;
	background-repeat:no-repeat;
	color: #fff;
	min-height:160px;
	padding-top:15px;
}
.b-particulier {
	background-image : url('/images/design/b_particuliers.jpg');
	padding-top:5px;
}
.b-entreprise {
	background-image : url('/images/design/b_entreprises.jpg');
}
.b-presentation {
	background-image : url('/images/design/b_presentation.jpg');
}
.b-inscription {
	background-image : url('/images/design/b_inscription.jpg');
}
.b-alerte {
	background-image : url('/images/design/b_alerte.jpg');
}
.b-annonces {
	background-image : url('/images/design/b_annonces.jpg');
}