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

* {
	margin: 0px;
	outline: none;
}
body {
	color: #444;
	font-family: 'Anaheim', sans-serif;
	letter-spacing: 0.10em;
	line-height: 1.4em;
	font-size: 1em;
	word-spacing: 0.1em;

}
#main_frame {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	border-radius: 10px;

}
#main_frame .ptspace {
	margin-bottom: 1em;
}
#pict_frame {

	position: absolute;
	top: 143px;
	left: 450px;
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
	-ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
	user-select: none; /* Propriété standard */
}
#text_frame {

	position: relative;
	float: left;
	top: 132px;
	width: 400px;
}
#text_frame p, address {
	text-align: justify;
	margin-bottom: 2em;
	margin-left: 50px;
	margin-right: 0px;
	padding: 0;
	color: #000;
}
p {
	text-align: center;
}
/*test styles des légendes*/

.rouge {
	color: #aa3d3d;
}

/*fin teststyles des légendes*/


#header {
	width: 1180px;
	height: 70px;
	position: fixed;
	top: 0px;
	color: #000;
	font-size: 1.1em;
	margin-left: 50px;
	background-color: #FFF;
	opacity: 70;
	z-index: 2;
}
#header p {
	text-align: left;
	padding-top: 1em;
	font-weight: bold;
}
hr {
	background-color:  /*--|||COULEUR|||--*/ #ccc;
	height: 1px;
	border: 0px;
	margin: 50px 100px 8px 100px;
	clear: both;
}
.up {
	display: block;
	text-align: right;
	margin-top: -1.8em;
}
h1 {
	position: relative;
	font-size: 2.3em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0.4em;
	margin-left: 50px;
	text-align: left;
}
h1_grand {
	position: relative;
	font-size: 3.5em;
	line-height: 2em;
	text-align: left;
	color :#CD5C5C;
}
h2 {
	font-size: 1.7em;
	line-height: 1.2em;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3 {
	display: block;
	top: 105px;
	left: 15px;
	text-decoration: none;
	width: 180px;
	text-align: right;
	font-size: 0.65em;
	line-height: 2em;
}
h4 {
	font-size: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 50px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
a:link, a:visited, a:hover, a:active {
	color: #444;
	text-decoration : none;
	padding : 0 0 0 0;
}
a:hover {
	color: #aa3d3d;
	text-decoration : none;
	padding : 0 0 0 0;
}
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;
}
.espacebas {
	padding-top: 50px;
	margin-bottom: 50px;
	text-align: center;
		clear: both;

}
.hautpage {
	text-align: right;
}
.clear {
	clear: both;
}
.bord_noir {
	border-bottom: 8px solid #000;
}
.test_bord {
	border: 1px solid #000;
}
#vign {
	width: 90px;
	height: 90px;
	text-align: center;
	position: relative;
	float: left;
	padding : 3px 3px 0px 0px;
}



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

}
