<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

article h1{
	text-align:left;
	font-style:italic;
	text-decoration:underline;
	color:#000;
	font-size:1.4em;
	margin-top:110px;
	margin-left:220px;
}
article p{
	width:630px;
	text-align:left;
	color:#000;
	font-size:1.2em;
	margin-bottom:20px;
	margin-left:38px;
}
#liste{
	list-style-image:url(../img/ppetit.jpg);
	margin-left:530px;
}
#liste li, #bloc h2{
	list-style-image:url(../img/ppetit.jpg);
	color:#c00;
	font-weight:bold;
	font-size:1.5em;
	margin-top:8px;
}
#bloc{
	width:600px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}

#gallerie{
	width:514px;
	position:relative;
	top:6px;
	left:260px;
}

#gallerie img{
	display:block;
	width:140px;
	height:100px;
}
#gallerie div{
margin:10px;
background-color:#000;
}
.vignette{
	display:block;
	border: solid 2px #FFF;
	float:left;
}
#edito{
	background-color:#000;
	width:240px;
	height:250px;
	background-image:url(../img/edito.jpg);
	position:absolute;
	top:420px;
	left:6px;
}
#edito p{
	margin-top:16px;
	margin-left:26px;
	font-size:1.1em;
	line-height:1.1em;
	color:#000;
	width:200px;
	font-weight:bold;
	text-shadow:#F00;
	text-align:center;
}
#edito strong{
	display:block;
	margin-bottom:10px;
 text-decoration:none;
 color:#c00;
}
#edito img{
	margin-left:136px;
}
.clear{
	clear:both;
	display:block;
}

#bproduits, #bproduits:hover, #bproduits:active{
	background-repeat: no-repeat;
	background-image:url(../img/BP.png);
	background-position: -300px 1px;
}
#bcontact{
	background-image:url(../img/BC.png);
	background-position: 2px 0px;
	background-repeat: no-repeat;
}
#bcontact:hover{
	background-image:url(../img/BC.png);
	background-position: -148px 1px;
}
#bcontact:active{
	background-image:url(../img/BC.png);
	background-position: -300px 1px;
}
#btournee{
	background-image:url(../img/BT.png);
	backround-position: 0px 0px;
	background-repeat: no-repeat;
}
#btournee:hover{
	background-image:url(../img/BT.png);
	background-position: -150px 2px;
}
#btournee:active{
	background-image:url(../img/BT.png);
	background-position: -302px 1px;
}

footer li, footer a, footer a:hover, footer a:active{
	 color:#001;
	 display:block;
	 font-weight:400;
	 opacity: 0.7;
}</pre></body></html>