	/*--------------------------------------------------------
					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
	
	Fond demande programme type : #00623b
--------------------------------------------------------*/


/*--------------------------------------------------------
					BODY
--------------------------------------------------------*/
body { 
	font: 12px/16px tahoma, verdana, geneva, sans-serif;
	text-align: center; /* Pour centrer le container dans ie6 */
}
/*--------------------------------------------------------
					CONTAINER
--------------------------------------------------------*/
#container {
	width: 800px;
	margin: 30px auto;
	text-align: left; /* Pour rétablir le text-align center dans le container */
}

/*--------------------------------------------------------
					CORPS
--------------------------------------------------------*/
#corps {
	width: 800px; /* Pour que ie 6 prenne en compte l'overflow il faut donner une valeur de width ou height */
	overflow: hidden;
	-moz-border-radius:  0 0 20px 0;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-box-shadow: 5px 5px 5px #888;
}
/*--------------------------------------------------------
					HEADER
--------------------------------------------------------*/
#header {
	height: 168px;
	-moz-border-radius: 20px 0 0 0;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-border-top-left-radius: 20px;
	-webkit-box-shadow: 5px 5px 5px #888;
}
/*--------------------------------------------------------
					COLONNE DE GAUCHE
--------------------------------------------------------*/
#colGauche{
	float: left;
	width: 175px;
	background: url(../imageGeneral_huerta/puce_destination.gif) repeat-y;
}
#chasseMenu, #pecheMenu, #tourismeMenu, #partenaireMenu {
	width: 175px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}

/*---------Flags----------*/

li#flag a {
	display: inline !important;
	background: none !important;
	padding-left: 9px !important;
}
#flag {
	width : 171px;
	height: 28px;
	padding-top: 6px !important;
	margin-left: 4px;
	background: url(../imageGeneral_huerta/puce_destination.gif) top right repeat-y;
}

/*---------Titres des rubriques du menu gauche----------*/

#titreMenuChasse, #titreMenuPeche, #titreMenuTourisme, #titreMenuPartenaire {
	width: 175px;
	height: 22px;
	line-height: 22px;
	color: white;
	text-align: center; 
	font-size: 1.1em;
}

/*---------Fonds des titres des rubriques du menu gauche----------*/

#titreMenuChasse {
	margin-top: 0;	
	background: url(../imageGeneral_huerta/fond_rubrique_chasse_centre.gif) repeat-x;
}
#titreMenuChasse h2 {
	background: url(../imageGeneral_huerta/fond_rubrique_chasse_gauche.gif) no-repeat;
}
#titreMenuChasse span {
	display: block;
	background: url(../imageGeneral_huerta/fond_rubrique_chasse_droite.gif) top right no-repeat;
}
#titreMenuPeche {
	background: url(../imageGeneral_huerta/fond_rubrique_peche_centre.gif) repeat-x;
}
#titreMenuPeche h2 {
	background: url(../imageGeneral_huerta/fond_rubrique_peche_gauche.gif) no-repeat;
}
#titreMenuPeche span {
	display: block;
	background: url(../imageGeneral_huerta/fond_rubrique_peche_droite.gif) top right no-repeat;
}
#titreMenuTourisme {
	background: url(../imageGeneral_huerta/fond_rubrique_tourisme_centre.gif) repeat-x;
}
#titreMenuTourisme h2 {
	background: url(../imageGeneral_huerta/fond_rubrique_tourisme_gauche.gif) no-repeat;
}
#titreMenuTourisme span {
	display: block;
	background: url(../imageGeneral_huerta/fond_rubrique_tourisme_droite.gif) top right no-repeat;
}
#titreMenuPartenaire {
	background: url(../imageGeneral_huerta/fond_rubrique_lien_centre.gif) repeat-x;
}
#titreMenuPartenaire h2 {
	background: url(../imageGeneral_huerta/fond_rubrique_lien_gauche.gif) no-repeat;
}
#titreMenuPartenaire span {
	display: block;
	background: url(../imageGeneral_huerta/fond_rubrique_lien_droite.gif) top right no-repeat;
}

/*---------Destinations du menu gauche----------*/
#colGauche ul li.destination {
	background: url(../imageGeneral_huerta/puce_destination.gif) top right repeat-y;
}
#colGauche ul li a {
	display: block;
	width: 162px;
	height: 23px;
	line-height: 23px;
/* 	text-align: center; */
/* 	margin-bottom: 5px; */
	padding-left: 5px;
	margin-left: 4px;
	text-decoration: none;
/* 	background-image: url(../imageGeneral_huerta/puce_destination.gif); */
	background-repeat:  repeat-y;
	color: white;

}
#chasseMenu li a { 
	background-color: #999966; 
/* 	color: #393923; */
}
#pecheMenu li a { 
	background-color: #7dacdb;
/* 	color: #034283; */
}
#tourismeMenu li a { 
	background-color: #cfac6d;
/* 	color: #693d0d; */
}
#partenaireMenu li a { 
	background-color: #999999;
/* 	color: #343434; */
}
#chasseMenu a:hover, #pecheMenu a:hover, #tourismeMenu a:hover, #partenaireMenu a:hover {
	color: white;
}
#chasseMenu a:hover { 
	background-color: #4c4c2f;
}
#pecheMenu a:hover { 
	background-color: #034283;
}
#tourismeMenu a:hover { 
	background-color: #905311;
}
#partenaireMenu a:hover { 
	background-color: #666666;
}
#imgMenuHaut {
	height: 21px;
	width: 175px;
}
#imgMenuBas {
	height: 20px;
	width: 175px;
}

/*--------------------------------------------------------
					MENU MAIN
--------------------------------------------------------*/
#main {
	width: 570px;
	float: left;
	padding: 0 25px 30px 26px;
	min-height: 600px;
}
#menu_main {
	width: 569px;
	height: 76px;
	margin-bottom: 30px;
	color: white;
	text-transform: uppercase;
	padding-left: 5px;
}
#menu_main h1 {
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
}
#menu1, #menu2, #menu3, #menu4 {
	float: left;
	display: inline;	
	height: 22px;
	margin-top: 13px;
	margin-right: 3px;
	line-height: 22px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}
#menu1 a, #menu2 a, #menu3 a, #menu4 a {
	display: block;
	text-decoration: none;
	color: white;
}
#menu1 {
	margin-left: 4px;
	width: 137px;
}
#menu2 {
	width: 120px;
}
#menu3 {
	width: 94px;
}
#menu4 {
	width: 191px;
	background-color: #00623b;
}
#menu4 a:hover {
	background-color: #013b23;
}
#menu4.selected {
	background-color: #013b23 !important;
}
/*--------------------------------------------------------
					MAIN
--------------------------------------------------------*/

#main {
	text-align: justify;
}

#main h3 {
	text-transform: uppercase;
	padding-left: 0.5em;
	font-size: 1.3em;	
	margin-top: 2em;
	text-align: left;
}

#main h4 {
	margin-top: 1.5em;
	font-variant: small-caps;
	text-transform: uppercase;
}


/*-------------------------------------------------------
		BLOC INFO DROITE (CARTE + LIVRE + FILMS...)
-------------------------------------------------------*/
#info {
	float: right;
	margin: 0 0 5px 15px;
}
#info_photo {
	height: 40px;
	margin-top: -20px;
}
#info_photo .livre { /* Pour la page photo */
	float: right;
	width: 210px;
	margin-left: 15px;
	margin-bottom: 10px;
}

/* -------------- LIVRE -------------*/

.livre, .film {
	height: 42px;
	line-height: 18px;
	margin-bottom: 20px;
	padding-top: 8px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	-moz-border-radius: 5px 0 5px 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	background: url(../imageGeneral_huerta/livreHuerta.jpg) top right no-repeat;
}
.livre a, .film a {
	display:block;
	text-decoration: none;
	padding-right: 70px;
	color: white;
}

/*-------------- CARTE -----------------*/

#carte img {
	display: block;
}
#periode {
	margin-top: -3px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;	
	color: white;
	padding: 5px 0;
}

/*--------------------------------------------------------
					PAGE PHOTO
--------------------------------------------------------*/
#menu_photo {
	clear: both;
	width: 569px;
	height: 27px;
	background: url(../imageGeneral_huerta/cadre_photo_haut.gif) no-repeat;
}
#menu_photo li {
	float: left;
	display: inline;
	margin-top: 4px;
	margin-right: 4px;
}
#menu_photo li#precedente, #menu_photo li#suivante {
	margin-top: 2px;
}
#menu_photo li a {
	display: block;
	padding-top: 1px;
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#precedente {
	visibility: hidden;
	width : 20px;
	margin-left: 30px;
}
li#precedente.afficher {
	visibility: visible;
}
li#photo, li#hebergement {
	width: 122px;
	height: 18px;
	background: url(../imageGeneral_huerta/bouton_photo.gif) no-repeat;
}
li#hebergement.masquer {
	display: none;
}
li#photo.actif_photo, li#hebergement.actif_hebergement {
	background: url(../imageGeneral_huerta/bouton_photo_over.gif) no-repeat;
}
#image img {
	display: block;
	margin: 0 auto;
}
#legende {
	background: url(../imageGeneral_huerta/cadre_photo_bas.gif) no-repeat;
}
#legende div {
	padding: 2em 0 1em 0;
	text-align: center;
	font-weight: bold;
}
#mentionLegale {
	font-size: 0.8em;
	text-align: center;
	font-style: normal;
}

/*-------------------------------------------------------
					COORDONNEES
-------------------------------------------------------*/
#coordonnees {
	padding: 10px 15px;
	margin-bottom: 15px;
	font:0.85em/1.6em tahoma, verdana, geneva, sans-serif;
	-moz-border-radius:  15px 0 15px 0;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-box-shadow: 3px 3px 3px #888;

}
.important {
	color: #9C0000;
}
.tel {
	font-size: 1.6em;
	line-height: 1.5em;
}

/*--------------------------------------------------------
					PROGRAMMES TYPE
--------------------------------------------------------*/

form {
	font-weight: bold;
}

form h3 {
	margin-bottom: 2em;
}
fieldset {
	margin: 2em 0;
	padding: 0.7em 3em 1em 3em;
	-moz-border-radius:  15px 0 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

fieldset.envoyer{
	padding: 1.5em 3em;
}
legend {
	padding: 0.1em 0.9em;
	color: white; 
}

fieldset p {
	float: left;
	margin-top: 1em;
}
.label_1, #envoyer{
	margin-top: 0;
}

input.input_petit_gauche, input.input_petit_droite{
	width: 231px;
	margin-right: 2em;
}
input.input_petit_droite{
	margin-right: 0;
}
input.rue {
	width: 490px;
}
input.cp {
	width: 80px;
	margin-right: 2em;
}

input.ville {
	width: 382px;
}
#envoyer {
	clear: both;
	float: none;
}

#envoyer input {
	display: block;
	margin: 0 auto;
	width: 100%;
}
#mentionDroit em {
	display: block;
	margin-top: 2em;
	text-align: center;
}


/*-------------------------------------------------------
			ALERTE PROGRAMME TYPE ET CONTACT
-------------------------------------------------------*/
#erreur {
	margin: 2em 0;
	padding: 0.7em 3em 1em 3em;
	background: #9C0000;
	border: 1px solid white;
	-moz-border-radius:  15px 0 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	color: white;
}
#erreur li {
		list-style: square;
		margin-left: 15px;
}
input.alert, textarea.alert {
	background: #fee4be;
	font-weight: bold;
}

legend.alert {
	background: #9C0000;
}

fieldset.alert{
	background: url(../imageGeneral_huerta/fond_fieldset_alert.png);
}

/*-------------------------------------------------------
		PROGRAMME TYPE ET CONTACT BIEN ENVOYÉ
-------------------------------------------------------*/
#send{
	height: 80px;
	padding: 1.5em 0 0 0;
	background: #00623b;
	border: 1px solid white;
	-moz-border-radius:  15px 0 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	color: white;
	line-height: 1.7em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
form.masquer, #mentionDroit.masquer {
	display: none;
}

/*-------------------------------------------------------
		PAGE CONTACT
-------------------------------------------------------*/

div#contact h3 {
	margin: 1.5em 0 1em 0;
}
div#contact p {
	margin-bottom: 0.5em;
}
form h3 {
	margin: 1.5em  0 1em 0 !important;

}
div#contact em {
	font-style: normal;
	font-size: 1.1em;
	color: #00623b;
}
textarea {
	width: 492px;
}
