/* Feuille de style gnrale au site Gard Nature */

/* Elments de base */

body,html {
/* texte */
	color: #FFFFCC;
	font-size: 1.1em;
	font-weight: lighter;	
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	background-color: #000000;
	text-align: center;
}

h1 {
/* texte */
	font-size: 3em;
	font-family: Times, Arial, Helvetica, Geneva, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;
}


h4 {
/* texte */
	font-size: 1.6em;
	color: #FFFFCC;
	text-decoration:none;
}

h5 {
/* texte */
	font-size: 1.2em;
	color: #FFFFCC;
	text-decoration:none;
}

/* Liens */
a:link, a:visited {
	color: #f42a68;
	font-weight: lighter;
	text-decoration:none;
}

a:hover {
	color: #CC0066;
	font-weight: lighter;
	text-decoration:none;
}
