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

* {
	margin: 0px;
	outline: none;
}

body {
	color: #161616;
	font-family: 'Anaheim', sans-serif;
	letter-spacing: 0.10em;
	line-height: 1.4em;
	font-size: 1em;
	word-spacing: 0.1em;
}
.bleu {
	background-color:#c6cee5;
}
.beige {
	background-color:#efe4a7;
}
.vert {
	background-color:#dcf9e9;
}
.orange {
	background-color:#ecb06e;
}
.mauve {
	background-color:#9d8db4;
}

.txtbleu {
	color:#889fdf;
}
.txtbeige {
	color:#efe4a7;
}
.txtvert {
	color:#dcf9e9;
}
.txtorange {
	color:#f9d2a7;
}
.txtmauve {
	color:#9d8db4;
}





#header {
	width: 1000px;
	position:relative;
	text-align: center;
	left:50px;
	background-color:#transparent;
	clear:both;
}
.header_p{
	width: 1000px;
	color: #000;
	font-size: 1em;
	padding-bottom: 15px;
	text-align: center;
	padding-top: 1em;
	left:50px;
	border-bottom:solid 1px #CD5C5C;
	clear:both;
}
.separ {	border-bottom:solid 1px #CD5C5C;
	text-align: center;

	clear:both;
}
#main_frame  {
	width: 1100px;
	height:auto;
	margin: 0 auto;
	position:relative;
	background-color:#fff;
	margin-bottom: 50px;
	margin-top: 20px;
	/*border: 1px solid #aaa;*/
	border-radius: 20px;
	box-shadow: 0px 0px 20px #737373;
		display:flex;

}
#text_frame {
	background-color:#transparent;
	position: relative;
	text-align: justify;
	left:50px;
	width:400px;
	float:left;
	margin-top:40px;
	}

#pict_frame {
	background-color:#transparent;
	position:relative;
	width:600px;
	left:70px;
	float:left;
	margin-top:40px;

}
	
p, address {
	position: relative;
	text-align: justify;

}
address {
	font-style: italic;
	padding-top:20px;
	padding-bottom:40px;
}
.espacebas {
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
	clear:both;
}
h1, h1centrer {
	position: relative;
	font-size: 2.5em;
	line-height:1em;
	text-align: left;
	width:400px;
}

h1centrer, h1grand {text-align: center;}
h1grand {text-align: center;
	font-size: 3.5em;
	line-height:1.8em;
}

h2, h3 {
	font-size: 1.7em;
	line-height:1.1em;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
		width:400px;

}
h3 {
	color: #aa3d3d;
}
h4 {
	font-size: 1.5em;
	margin-bottom: 25px;
	text-align: left;
		width:400px;

}
.rouge {
	color: #aa3d3d;
}
hr {
	border:solid 1px #ccc;
	padding-top 20px;
	clear: both;
}
a.header:link, a.header:visited, a.header:hover, a.header:active {
	color: #444;
	text-decoration : none;
	padding : 2px 0 0 0;
}
a.header:hover {
	color: #aa3d3d;
	text-decoration : none;
	padding : 2px 0 0 0;
	border-top : 1px solid;
	border-bottom : 1px solid;
	font-weight: bold;
}
#vign {
	text-align: center;
	position: relative;
	float: left;
	padding : 0px 5px 5px 0px;
}
#vign img {
	width: 95px;
	height: 95px;
	object-fit: cover;
	border: none;
}
#vign_galeries {
	text-align: center;
	position: relative;
	float: left;
	margin : 0px 7px 7px 0px;
	width: 150px;
	height: 190px;
	background-color:#ececec;
		border-radius: 10px;
		padding: 15px 5px 5px 15px;
}
<!--recuperation de feuille de style-->

a.suite:link, a.suite:visited, a.suite:hover, a.suite:active {
	background-color: #ffcc5f;
	color: #000; }
a.suite:hover {
	background-color: #738ebc;
	color: #000; }


a.suite:link, a.suite:visited, a.suite:hover, a.suite:active {
	text-decoration: none;
	border-bottom: none;
	float: right;
	padding: 2px 20px 5px 20px;
	margin-top: -40px;
	font-weight: bold;
	-moz-border-radius: 20px 20px;
	-webkit-border-radius: 20px 20px;
	border-radius: 20px 20px;
}

a.suite:hover {
	text-decoration: none;
	border-bottom: none;
}
