@charset "utf-8";



/* Texte site */

.CSS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	color: black;
}

/* Gros titre */
.gros-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: black;
	line-height: 16px;
	font-weight: bold;
}

/* légendes images" */
.legende {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 16px;
	color: white;
	font-weight: normal;
}

/* Titres sur les pages section paysagiste */
.titre-paysage {
	color: #e030d0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

/* Titre actualités sur page "actualites.html" */
.titre-actu {
	color: #cc6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
/* Date actualités sur page "actualites.html" */
.date-actu {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

/* Lien page d'accueil >> actualités */
a.actu {
	color:#000000;
	text-decoration: none;
	padding-top:5px;
}
a.actu:visited {
color:#000000;
}
a.actu:hover {
text-decoration:none;
color:#CC6600;
}
a.actu:active {
color:#CC6600;
}

/* Lien bouton retour sur la page "jardins.html" */
a.retour-jardin {
	color:#ffffff;
	text-decoration:none;
	background-color: #e030d0;
	padding:3px;
}
a.retour-jardin:visited {
	color:#ffffff;
	text-decoration:none;
	background-color: #e030d0;
}
a.retour-jardin:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #000000;
}
a.retour-jardin:active {
	color:#ffffff;
	text-decoration:none;
	background-color: #000000;
}
/* Lien sur la page "index.html" hors actualités */
a.lien-home {
	color:#000000;
	text-decoration:none;
}
a.lien-home:visited {
	color:#000000;
}
a.lien-home:hover {
	color:#000000;
	text-decoration:underline;
}
a.lien-home:active {
color:#000000;
}

/* image de fond du site */
body {
	background:url(fond-etendu.jpg) repeat-y center;
}

/* image de fond du site */
.fond {
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.flop {
	background-image:url(fond-haut-tetiere.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
li {
	list-style-image : url(puce-lotus.jpg);
	list-style-position: outside;
}
