/**
 * CSS
 */
@CHARSET "UTF-8";
@-ms-viewport {
 width: device-width
}
html, body {
 font-size: 100%;
}
body {
 position: relative;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale; /* Firefox 25*/
}
a, a:active, a:hover, a:focus {
 border:none;
 outline: none!important;
}
a:hover {
 color: #006291;
 text-decoration: none;	
}
hr {
 width: 80%;
}
h1,h2 {
 font-size: 1.2em;
 font-weight: bold;
 color: #484848;
 margin-bottom: 1em;
}
h1 { 
 color:rgb(51, 102, 255);
 font-size:24px;
 font-weight:400;
}
div.yellow_square { 
 position:relative;
 display:block;
 margin:auto;
 margin-top:40px;
 width:700px;
 border: 4px double black;
 background-color: #fffff0;
}
div.photo { 
 position: relative;
 width: 100%;
 padding: 0;
}
div.photo { 
 position: relative;
 width: 200px;
 height: 278px;
 margin: 30px;
 float: left;
 padding: 0;
 border: 2px solid black;
}
div.photo img {
 position: relative;
 width: 100%;
 padding: 0;
}

div.infos { 
	margin: 50px 0 
}
div.address { 

}
div.menu { 
	margin: 20px 0px 50px 150px;
	line-height: 2.4em;
}
div.menu a { 
	position: relative;
  margin-left: 20px;
  padding-top: 0;
  display: inline-block;
  top: -4px;
  font-size: 19px;
}


