/* Feuille de style du site Gard Nature */
/* Module oiseaux */

/* Elments de base */

body,html {
/* texte */
	font-size: 13pt;
	line-height: 18px;
	color: #602d03;
	font-family: Times, Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	background-color: #9e4701;
	text-align: center;
}

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: 13pt;
	font-weight: lighter;
	color: #d04602;

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


/* Liens */
a:link {
	font-size: 13pt;
	color: #d94c07;
	font-weight: lighter;
	text-decoration:none;
}

a:visited {
	font-size: 13pt;
	color: #0774d9;
	font-weight: lighter;
	text-decoration:none;
}

a:hover {
	font-size: 14pt;
	color: #d92007;
	font-weight: lighter;
	text-decoration:none;
	font-family: Times, Arial, Helvetica, Geneva, sans-serif;
}

/* bandeau titre */
#titre {
/* Taille et position */
	vertical-align: top;
	align: center;
	font-size: 26pt;
	line-height: 36px;
	font-family: Times, Arial, Helvetica, Geneva, sans-serif;
	color: #d04602;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 130px;
	background-image: url("http://www.naturedugard.org/img/fonds/fdois.png");
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
}


#cadre_page {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 100%;
	background-image: url("http://www.naturedugard.org/img/fonds/fdois.png");
	background-repeat: repeat-y;
	background-position: center;
	}

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

/* images de gauche*/
#gauche { color: #000; font-size: 12pt; width: 130px; margin-left: 10px; margin-right: 10px; height: 100%; position: absolute; float: left; vertical-align: top; top: 0; left: 10px; }


#zonedetexte {
/* Taille et position */
	width: 420px;
	height: 100%;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	vertical-align: top;
}


/* images de droite*/
#droite {
/* Taille et position */
	width: 190px;
	height: 100%;
	position: relative;
	float: left;
	vertical-align: top;
}

#pieddepage {
	position:relative;
	clear:both;
	margin:0px;
	text-align:center;
	line-height: 27px;
	background: url("http://www.naturedugard.org/img/fonds/pdpageois.jpg") no-repeat center bottom;
	width:800px;
	height:25px;
	}
	
	
