* {
	color: #517AAA;
}

a{
	color: #517AAA;
}

a:hover {
  text-decoration: none;
}


h1{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h2{
	margin-bottom: 20px;
}

h1, h2, h3{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

#container{
	border-left: 2px dashed #dacbce;
	border-right: 2px dashed #dacbce;
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
}

#head{
	color: #FFF;
	background-color: #c7c2c0;
	padding-bottom: 5px;
}

#head small{
	color:#fff;
}

#head-img{
	background: url(img/maries.png) no-repeat, url(img/maries-reverse.png) right no-repeat;
	background-size: 127px 80px;
}

#menubar{
	position: absolute;
	top: 85px;
	width: inherit;
}


#menubar ul {
	margin-bottom: 0;
}

#menubar a:hover {
	cursor: pointer;
}

#menubar li {
	min-width: 150px;
}

#menu{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding-top: 2px;
	padding-left: 2px;
	text-align: center;
}

#menu>li.active>a{
	background-color: #F1F2F4;
	color: #517AAA;
}

#menu .disabled>a{
	cursor: default;
}


#content {
	margin-top:40px;
	background-color: #F1F2F4;
	min-height: 300px;
	padding: 5px 30px 50px 30px;
}

#footer {
	height: 30px;
	line-height: 30px;
	background-color: #C7C2C0;
	text-align: center;
	vertical-align: middle;
}

#footer, #footer a {
	color: #fff;
}
	
	
.map {
	height: 350px;
	width: 350px;
}

.street-view{
	width: 425px;
	height: 350px;
	frameborder: 0;
	scrolling: no;
	margin: 0;
}

.access{
	display: none;
}

.row {
	margin-left: 0;
}

.text-left{
	text-align: left;
}

.modal {
	border: 5px solid #C7C2C0;
}

address.cadre{
	padding: 5px;
	border: 5px solid #C7C2C0; 
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.fond-blanc{
	background-color: #fff;
}

.accordion.fiche-pratique h3{
	margin: 4px 4px; 	
}

.accordion.fiche-pratique address {
	margin:0;
}

.accordion.fiche-pratique a{
	color:#898989;
}

a.link {
	color: #517AAA;
}

a.link:hover {
	color: #000;
}

.justify{
	text-align: justify;
}

ul.nav {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;	
}

ul.nav .icon-chevron-right {
	opacity: .25;
	float: right;
}

