@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	outline: none;
}
body {
	background-color: #fff;
	font-family: 'Alegreya Sans SC', sans-serif;
	color: #000;
	letter-spacing: 0.2em;
	line-height: 1.7em;
	word-spacing: 0.1em;
}
#main_frame {
	width: 1410px;
	position: relative;
	margin: 0 auto;
}

#pict_frame {
	position: relative;
	float: left;
	width: 330px;
	height: 480px;
	margin: 10px;
	background-color:#f1f1f1;
}

#pict_frame_new {
	position: relative;
	float: left;
	width: 235px;
	height: 235px;
	margin: 0px;
	background-color:#fff;
	margin: 0px 1px 1px 0px ;
}

#pict_frame_new img {
	width: 235px;
	height: 235px;
	margin: 0px;
object-fit: cover; 
}
 
 
#pict_frame, p {
	font-weight: normal;
	text-align: justify;
	margin-top:0.5em;
	margin-right:0.5em;
	margin-left:0.5em;
	margin-bottom:1em;
	
	letter-spacing: 0.08em;
	line-height: 1.5em;
	font-size: 0.95em;
	word-spacing: 0.05em;
}

.p1 {
	font-weight: normal;
	text-align: left;
	margin-top:-1em;
	margin-left: 10px;
	letter-spacing: 0.05em;
	font-size: 1.2em;
	word-spacing: 0em;
}



a.img:link, a.img:visited, a.img:hover, a.img:active {
	text-decoration : none;
	padding : 1em 0 0 0;
	border-bottom : none;
}


a:link, a:visited, a:hover, a:active {
	color: #444;
	text-decoration : none;
	padding : 1em 0 0 0;
	border-bottom : 1px solid;
}
a:hover {
	color: #aa3d3d;
	text-decoration : none;
	padding : 1em 0 0 0;
	border-bottom : 2px solid;
}
hr {
	background-color:  /*--|||COULEUR|||--*/ #000;
	height: 1px;
	border: 0px;
	margin: 0px 0px 8px 0px;
}
h1 {
	position: relative;
	font-size: 3em;
	margin-top: 50px;
	margin-bottom: 0.4em;
	text-align: center;
}


.small {
	font-size:0.5em;
	}


h2 {
	text-align: center;
	font-weight: normal;
	font-size: 1.8em;
}

.espacebas {
	
	padding-bottom:40px;
	padding-top:30px;
}

.clear {
	clear: both;
	text-align: center;
}
#header {
	width: 1380px;
	height: 150px;
	position: relative;
	float: left;
	margin: 0 auto;
	background-color:#fff;
}

address {
	line-height: 1.4em;
	font-size:1.3em;
	text-align:center;
	font-weight:normal;
	font-style:normal;
	margin-top:10px;
	color:#000;
	margin-left: 10px;
	}


#vign {
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 0px 2px 9px 9px;
	position: relative;
	float: left;
}

#vign img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border: none;
}

