<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Css global du site www.plisverts.com */


/*---------------------------------------*/
/*           CSS GENERALES               */
/*---------------------------------------*/

* {margin: 0; padding: 0}

body {
	background: #94AF25; 
	text-align: center;
	font-family: Trebuchet Ms, Geneva, Arial, Helvetica, sans-serif; color: #1A1A1A; font-size: 13px;
}

h1 {
	width: 442px;
	height: 147px;
	background: url(../img/logo-plisverts.gif) top left no-repeat;
	float: left;
}

	h1 a {
	display: block;
	width: 442px;
	height: 147px;
}

	h1 a span { display: none; visibility: hidden; }
	
.stop {
	clear: both;
	visibility: hidden;
	height: 0px;
}

a#facebook {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(../img/facebook.gif);
	position: absolute;
	top: 0px;
	left: 890px;
}
/*---------------------------------------*/
/*             CSS HEADER                */
/*---------------------------------------*/

#header-tot {
	margin-top: 20px;
	height: 147px;
	background: url(../img/header-fond.gif) repeat-x;
}

	#header-tot #header {
		width: 950px;
		height: 147px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background: url(../img/header-fond-banniere.gif) top left no-repeat;
	}
	
		#header-tot #header ul { float: left; margin-left: 10px; margin-top: 27px; }
		#header-tot #header ul li {
			float: left;
			display: inline;
			margin-top: 50px;
		}
		
			#header-tot #header ul li a span { display: none; visibility: hidden; }
		
			#header-tot #header ul li#presentation a { width: 119px; height: 38px; background: url(../img/presentation.gif) no-repeat; display: block; }
			#header-tot #header ul li#presentation a:hover { width: 119px; height: 38px; background: url(../img/presentation-on.gif) no-repeat; display: block; }
			#header-tot #header ul li#tarifs a { width: 67px; height: 38px; background: url(../img/tarifs.gif) no-repeat; display: block; }
			#header-tot #header ul li#tarifs a:hover { width: 67px; height: 38px; background: url(../img/tarifs-on.gif) no-repeat; display: block; }
			#header-tot #header ul li#espace-pub a { width: 152px; height: 38px; background: url(../img/espace-pub.gif) no-repeat; display: block; }
			#header-tot #header ul li#espace-pub a:hover { width: 152px; height: 38px; background: url(../img/espace-pub-on.gif) no-repeat; display: block; }
			#header-tot #header ul li#contact a { width: 131px; height: 38px; background: url(../img/contact.gif) no-repeat; display: block; }
			#header-tot #header ul li#contact a:hover { width: 131px; height: 38px; background: url(../img/contact-on.gif) no-repeat; display: block; }
			
			

/*---------------------------------------*/
/*             CSS CENTRE                */
/*---------------------------------------*/

 #centre-tot { background-color: #ffffff; }
 
 	#centre-tot #centre { 
		width: 950px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background: url(../img/infos-essentielles.gif) bottom right no-repeat #ffffff; }
		


		

/*---------------------------------------*/
/*             CSS FOOTER                */
/*---------------------------------------*/

#footer { background: url(../img/footer-fond.gif) top left repeat-x; padding-top: 20px; margin-bottom: 20px; }

	#footer em { font-family: Trebuchet Ms, Geneva, Arial, Helvetica, sans-serif; color: #CAD792; font-size: 14px; }

			#footer em a { color: #CAD792; font-size: 14px; text-decoration: none; } 
			#footer em a:hover { text-decoration: underline; }
</pre></body></html>