@charset "UTF-8";

a:link {
	color: #ff6f3a;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #8a33ab;
	background-color: #;
}

a:visited {
	color: #aa6526;
	text-decoration: none;
}

p, table {
	font-family: "Lucida Grande", Lucida, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
}


.small {
	font-size: 12px;

}
p.mono {
	font-family: "Andale Mono", Courier, "Courier New", monospace;
}
div.contenu {
	clear: both;
	margin-bottom: 40px;
}

div.navigation {
	position: relative;
	float: none;
	clear: both;
	height: 400px;
/* 	width: 700px; */
	margin-left: 20px;
	margin-top: 30px;
}

@media screen and (min-width: 320px) {
 
  .content {
    float: left;
  }
 
  .social_icons {
    display: none
  }
 
 
}

@media screen and (min-width: 480px) {
 
  .content {
    float: left;
  }
 
  .social_icons {
    display: none
  }
 
 
}

@media screen and (min-width: 768px) {
 
  .content {
    float: left;
  }
 
  .social_icons {
    display: none
  }
  
}



.roadworks {
	padding: 5% 0 5% 60px;
	}
	
.tosee {
	clear: both;
	padding: 10px 60px;
	
}

.altars {
	clear: both;
	padding: 4px;
	
}

.sameplace {
	margin: 6px;
}