/*--------------------------------------------------------
					COULEURS
--------------------------------------------------------					
	Fond chasse et acceuil : #cccc99
	Fond pêche : #cbe5ff
	Fond tourisme : #f5e8d0
	Fond partenaires : #c8c8c8

	Colonne gauche chasse : #999966
	Colonne gauche pêche : #7dacdb
	Colonne gauche tourisme : #d5b67c
	Colonne gauche partenaires : #999999

	Fond main : #f4f4d2

	Fond lien destination chasse : #999966
	Fond lien destination pêche : #7dacdb
	Fond lien tourisme : #cfac6d
	Fond lien partenaire : #999999
	
	Fond lien destination chasse over : #4c4c2f
	Fond lien destination pêche over : #034283
	Fond lien tourisme over : #905311
	Fond lien partenaire over : #666666
	
	Texte chasse : #393923
	Texte pêche : #034283
	Texte tourisme : #693d0d
	Texte lien : #343434
	
	Texte rouge important / alerte : #9C0000
--------------------------------------------------------*/
/*--------------------------------------------------------
		BODY - COLONNE DE GAUCHE - COORDONNEES
--------------------------------------------------------*/
body, #colGauche, #coordonnees, #flag  { 
	background-color:#cccc99; /* couleur accueil et chasse */
}
/*---------Destinations du menu gauche----------*/
#imgMenuHaut {
	background: url(../imageGeneral_huerta/BarreMenuHaut.gif) no-repeat; /* Barre menu haut accueil et chasse */
}
#imgMenuBas {
	background: url(../imageGeneral_huerta/BarreMenuBas.gif) no-repeat; /* Barre menu bas accueil et chasse */
}
/*--------------------------------------------------------
					HEADER
--------------------------------------------------------*/
#header {
	background: url(../imageGeneral_huerta/tetiereIndex.jpg) no-repeat; /* Tetiere accueil et chasse */
}
/*--------------------------------------------------------
					CORPS
--------------------------------------------------------*/
#corps {
	background: url(../imageGeneral_huerta/fondCorpsChasse.gif) repeat-y; /* background accueil et chasse */
}
/*--------------------------------------------------------
					MAIN
--------------------------------------------------------*/
#copyright blockquote h3 {
	text-align: center;
	font-size: 1.1em !important;
}

/*-------------------------------------------------------
					COORDONNEES
-------------------------------------------------------*/
#coordonnees {
	color: #393923; /* Couleur Texte accueil et chasse */
}
.important {
	color: #9C0000;
}

/*-------------------------------------------------------
					MAIN INTRO INDEX
-------------------------------------------------------*/
#chasseIntro {
	height: 215px;
	background: #cccc99 url(../imageGeneral_huerta/index_chasse.jpg) top right no-repeat;
	border-top: 2px solid #999966;
	border-left: 2px solid #999966;
	padding: 10px 334px 0 15px;
	color: #4c4c2f;
	-moz-border-radius:  15px 0 0 0;
	-webkit-border-top-left-radius: 15px;
}
#pecheIntro {
	height: 215px;
	margin-bottom: 30px;
	background: #7dacdb url(../imageGeneral_huerta/index_poisson.jpg) no-repeat;
	border-right: 2px solid #034283;
	border-bottom: 2px solid #034283;
	padding: 10px 15px 0 334px;
	color: #034283;
	-moz-border-radius:  0 0 15px 0;
	-webkit-border-bottom-right-radius: 15px;
}
#chasseIntro p, #pecheIntro p {
	font-size: 0.94em;
	text-align: justify;
	line-height: 1.25em
}

#chasseIntro h2, #pecheIntro h2 {
	width: 215px;
	margin-bottom: 5px;
	padding: 2px 0 0 5px;
	border-top: 1px solid #4c4c2f;
	border-left: 1px solid #4c4c2f;
}
#pecheIntro h2 {
	border-top: 1px solid #034283;
	border-left: 1px solid #034283;
}
/*-------------------------------------------------------
					SIGNATURE INDEX
-------------------------------------------------------*/
#copyright {
	text-align: center;
	color: #4c4c2f;
}
#copyright blockquote {
	margin-bottom: 30px;
	line-height: 1.3em;
}
#copyright blockquote h3 {
	font : small-caps bold 1.3em tahoma, verdana, geneva, sans-serif;
	margin-bottom: 0.6em;
}
