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

/* Eléments de base */

body,html {
/* texte */
	color: #000099; font-size: 13px; font-family: Verdana, Geneva, Arial, sans-serif; line-height: 120%; margin: 0; background-color: #ff9900; }

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


h4 {
/* texte */
	font-size: 13px;
	color: #000099;

}
h6 {
/* texte */
	font-size: 9pt;
	color: #5F9EA0;
	text-decoration:none;
}


/* Liens */
a:link {
	color: teal;
	font-weight: lighter;
}

a:visited {
	color: #0099ff;
	font-weight: lighter;
	text-decoration:none;
}

a:hover {
	color: #00cc00;
	font-weight: lighter;
	text-decoration:none;
		font-family: Times, Arial, Helvetica, Geneva, sans-serif;
}

/* bandeau titre */
#titre {
/* Taille et position */
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100px;
	background-image: url("http://www.gard-nature.com/images/fonds/cadretitre.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

#cadre_page {
position: absolute;
top: 100px;
left: 0px;
width: 100%;
	background-image: url("http://www.gard-nature.com/images/fonds/fondtexte1.jpg");
	background-repeat: repeat-y;
	background-position: center;
	}

#page
	{
	text-align: justify;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	}

       
/* images de gauche*/
#gauche {
	width: 200px;
	position: relative;
	float: left;
}


#zonedetexte {
/* Taille et position */
	width: 370px;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}



/* images de droite*/
#droite {
/* Taille et position */
	font-size: 12px; font-style: italic; width: 200px; height: 100%; position: relative; float: left; }

#pieddepage {
	position:relative;
	clear:both;
	margin:0px;
	text-align:center;
	background: url("http://www.gard-nature.com/images/fonds/pieddepage.jpg") no-repeat center bottom;
	width:800px;
	height:20px;
	}
	
	
