/* ----------------------------------------------------------------------------------------------- */
/* --- C S S --- Cédric CARMIE --- iMédia Création --- C-toucom ---------------------------------- */
/* --------------------------------------------------------------------------------------------------
                           ___          ____  ____       ___  ____  _  __
                  WWW .   /     ___      /   /   / /  / /    /   / / \/ /   . COM
                         /__            /   /___/ /__/ /___ /___/ /    /                  

-------------------------------------------------------------------------------------------------- */

body, html {
	margin:0;
	padding:0;
	
	height:100%;
	width:100%;
	
	text-align:center;
	
	background-color:#c4bdbb;
}

html {
    font-size: 100%;
}

body {
    font-size: .7em;
    line-height: 1.3;
	
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
    color: black;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu total */

#contenu {
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	margin-bottom:0;
	min-height:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Calque contenant l'ombre */

#conteneur_ombre {
	position:relative;
	overflow:hidden;
	height:auto;
	background:url(../images/ombre.png) repeat-y;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie haute du site */

#haut {
	position:relative;
	overflow:auto;
	width:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Bannière du site */

#banniere {
	position:relative;
	overflow:hidden;
	background:url(../images/banniere1.jpg) no-repeat;
	height:250px;
	width:980px;
}
#photos_ban {
	position:relative;
	overflow:hidden;
	background:none;
	z-index:5;
	height:250px;
	width:980px;
}
#photos_ban p {
	padding:0;
	margin:0;
}

#recherche_banniere {
	position:absolute;
	overflow:hidden;
	height:40px;
	width:230px;
	top:185px;
	right:0px;
	z-index:10;
}

#logo_federation {
	position:absolute;
	overflow:hidden;
	width:292px;
	height:213px;
	top:10px;
	left:20px;
	background:none;
	z-index:15;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menu du haut */

#menu_haut {
	position:relative;
	overflow:auto;
	text-align:left;
	text-align:left;
	background:#F0F0F0;
	width:980px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie centrale du site Internet */

#centre {
	position:relative;
	overflow:auto;
	width:980px;
	margin-top:0;
	text-align:left;
	background-color:#fff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Calque contenant l'ombre */

#zone_encadree {
	position:relative;
	padding:0;
	overflow:auto;
	background:#fff url(../images/filet_gauche.jpg) repeat-y;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie gauche du site */

#gauche {
	position:relative;
	overflow:hidden;
	float:left;
	width:220px;
	padding-top:48px;
	background:url(../images/top_left.jpg) top left no-repeat;
}

#conteneur_menu_gauche {
	position:relative;
	overflow:hidden;
	width:220px;
	background:url(../images/bg_menu_gauche.jpg) repeat-y;
}

#form_rapide_newsletter {
	position:absolute;
	overflow:hidden;
	height:29px;
	width:154px;
	top:10px;
	left:30px;
	z-index:10;
	background:url(../images/newsletter.png) no-repeat;
}
#form_rapide_newsletter:hover {
	cursor:pointer;
}

#form_rapide_newsletter input {
	border:1px solid #5f4124;
	padding-left:25px;
	background:#ffffff url(../images/icone_newsletter.png) no-repeat 4px 4px;
	width:170px;
	text-align:left;
}
#form_rapide_newsletter input:hover {
	cursor:pointer;
}

/* ----------------------------------------------------------------------------------------------- */

#menu_1 {
	margin:0;
	margin-left:40px;
	padding:0;
	width:180px;
}

#menu_1 li {
	margin:0;
	padding:0;
	list-style:none;
}

#menu_1 li a {
	display:block;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:35px;
	background:#007e94 url(../images/puce_poisson.png) no-repeat 5px 12px;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	font-family: "Trebuchet MS", Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
}

#menu_1 li a:hover {
	color:#ffffff;
	text-decoration:none;
	/*background:#00a5c2 url(../images/puce_poisson.png) no-repeat 5px 12px;*/
	background:url(../images/acces_elus.jpg) repeat-y;
}

#menu_1 li a:active, #menu_1 li a.active_menu {
	color:#ffffff;
	text-decoration:none;
	/* background:#007e94 url(../images/puce_poisson.png) no-repeat 5px 12px; */
	background:url(../images/acces_elus.jpg) repeat-y;
}

/* ----------------------------------------------------------------------------------------------- */

#menu_1 li ul {
	display:none;
}

#menu_1 li ul, #menu_1 li ul li {
	margin:0;
	padding:0;
}

#menu_1 li ul li a {
	background:#007e94 url(../images/sous_menu.jpg) repeat-y;
	padding:2px;
	padding-left:35px;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #9d9f20;
	color:#676606;
}
#menu_1 li ul li a:hover, #menu_1 li ul li a:active, #menu_1 li ul li a.active_menu {
	background:#9d9f20;
}

/* ----------------------------------------------------------------------------------------------- */

#espace_elus {
	margin:0;
	padding:0;
}
#espace_elus li {
	margin:0;
	padding:0;
	list-style:none;
	background:url(../images/acces_elus.jpg) repeat-y;
}
#espace_elus li a {
	margin:0;
	display:block;
	width:140px;
	padding:10px;
	padding-left:70px;
	color:#ffffff;
	font-family: "Trebuchet MS", Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	background:url(../images/cle.png) no-repeat 50px 13px;
}

/* ----------------------------------------------------------------------------------------------- */

.connecting_people {	
	position:relative;
	margin:0;
	padding:10px;
	background:url(../images/acces_elus.jpg) repeat-y;
	color:#ffffff;
	border-top:1px solid #ffffff;
	color:#676606;
}
.connecting_people a {
	color:#676606;
}
.connecting_people a:hover {
	color:#ffffff;
}
.connecting_people h3 {
	margin:0;
	padding:0;
	border:none;
	background:none;
	color:#676606;
}
.connecting_people h3:hover {
	border:none;
	background:none;
}
.connecting_people ul li, .connecting_people ul li:hover {
	background:none;
}
.connecting_people .petit {
	font-size:9px;
}

/* ----------------------------------------------------------------------------------------------- */

#carte_de_peche {
	position:relative;
	overflow:auto;
	width:220px;
}

#acheter_sa_carte_de_peche {
	position:absolute;
	overflow:hidden;
	width:147px;
	height:45px;
	top:150px;
	left:40px;
	background:url(../images/acheter_sa_carte_de_peche.png) no-repeat;
}
#acheter_sa_carte_de_peche:hover {
	cursor:pointer;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu du site */

#milieu {
	position:relative;
	overflow:auto;
	float:left;
	width:500px;
	padding:10px;
	background:#ffffff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie droite du site */

#droite {
	position:relative;
	overflow:auto;
	float:right;
	width:240px;
	background:#ffffff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Pied de page du site */

#pied {
	position:relative;
	overflow:auto;
	float:left;
	
	width:980px;
	
	padding-top:15px;
	padding-bottom:15px;
	background:#007e94 url(../images/pied.jpg) no-repeat top center;
}

#pied ul, #pied li {
	padding:0;
	margin:0;
	background:none;
}

#pied ul li
{
	display:inline;
	padding-left:20px;
	padding-right:20px;
}

#pied ul li a
{
	display:inline;	
	font-size:11px;
	color:#ffffff;
}
#pied ul li a:hover {
	color:#e8e03b;
	text-decoration:none;
}

#pied ul li a:hover
{
	display:inline;
}

#credits {
	position:absolute;
	overflow:hidden;
	width:230px;
	height:25px;
	top:16px;
	right:40px;
}
#credits p {
	margin:0;
	padding:0;
	text-align:right;
}
#credits p, #credits p a {
	color:#005766;
}
#credits p a:hover {
	color:#90961c;
}

/* ----------------------------------------------------------------------------------------------- */
/* Haut de page */

#haut_de_page {
	position:absolute;
	overflow:auto;
	width:16px;
	height:16px;
	top:15px;
	right:15px;
}

#haut_de_page p {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu auto */

.contenu_auto {
	overflow:auto;
}


/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------- */
/* Utilisé pour les actualités du site Internet : */

.lire_la_suite {
	text-align:right;
	margin-right:1px;
}

/* ----------------------------------------------------------------------------------------------- */

#formulaire_de_recherche input {
	border:1px solid #5f4124;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}
#input_recherche {
	padding-left:25px;
	background:#ffffff url(../images/icone_recherche.png) no-repeat 4px 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* ----------------------------------------------------------------------------------------------- */

#pecher_en_allier, #carte_interactive, #en_pratique, #les_poissons {
	position:relative;
	overflow:hidden;
	width:198px;
	height:174px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
#pecher_en_allier:hover, #carte_interactive:hover, #en_pratique:hover, #les_poissons:hover {
	cursor:pointer;
}
#pecher_en_allier {
	background: url(../images/pecher_en_allier.png) no-repeat top left;
}
#carte_interactive {
	background: url(../images/carte_interactive.png) no-repeat top left;
}
#en_pratique {
	background: url(../images/en_pratique.png) no-repeat top left;
}
#les_poissons {
	background: url(../images/les_poissons.png) no-repeat top left;
}

#pecher_en_allier h3, #carte_interactive h3, #en_pratique h3, #les_poissons  h3 {
	color:#ffffff;
	margin:0;
	padding:0;
	border:none;
	background:none;
	font-weight:normal;
	padding-left:54px;
	padding-top:2px;
	font-weight:bold;
	font-size:15px;
}
#pecher_en_allier h3 a, #carte_interactive h3 a, #en_pratique h3 a, #les_poissons  h3 a,
#pecher_en_allier h3 a:hover, #carte_interactive h3 a:hover, #en_pratique h3 a:hover, #les_poissons  h3 a:hover,
#pecher_en_allier h3 a:active, #carte_interactive h3 a:active, #en_pratique h3 a:active, #les_poissons  h3 a:active {
	color:#ffffff;
}
#pecher_en_allier h3 {
	background:url(../images/h3_pecher_en_allier.png) no-repeat 22px 4px;
}
#carte_interactive h3 {
	background:url(../images/h3_carte_interactive.png) no-repeat 22px 4px;
}
#en_pratique h3 {
	background:url(../images/h3_en_pratique.png) no-repeat 22px 4px;
}
#les_poissons h3 {
	background:url(../images/h3_les_poissons.png) no-repeat 22px 4px;
}

.infos_cadre, .txt_infos_cadre {
	position:absolute;
	overflow:hidden;
	background:#ffffff;
	width:145px;
	height:35px;
	bottom:0;
	left:15px;
	padding:10px;
	padding-top:2px;
	padding-bottom:3px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.txt_infos_cadre {
	background:none;
}
.txt_infos_cadre {
	color:#007e94;
	font-size:10px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menus déroulant partie droite  : */

#menu_pecher_en_allier, #menu_en_pratique {
	display:none;
	position:relative;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	width:165px;
}

#menu_pecher_en_allier {
	background:#bc0c1d;
}

#menu_en_pratique {
	background:#969518;
}

#menu_3, #menu_3 li,
#menu_4, #menu_4 li {
	padding:0;
	margin:0;
	background:none;
}
#menu_3 li a,
#menu_4 li a {
	display:block;
	padding:5px;
	color:#ffffff;
}
#menu_3 li a:hover, #menu_3 li a:active, #menu_3 li a.active_menu,
#menu_4 li a:hover, #menu_4 li a:active, #menu_4 li a.active_menu {
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------- */
/* Page d'accueil : */

#presentation_accueil, #agenda_accueil {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
}

#presentation_accueil {
	background:url(../images/presentation.jpg) 0px 12px no-repeat;
	
}

#agenda_accueil {
	background:url(../images/agenda.jpg) 0px 12px no-repeat;
}

#zoom_sur_accueil, #actualite_accueil {
	float:left;
	background:#363636;
	width:205px;
	padding-left:40px;
}
#zoom_sur_accueil {
	background:url(../images/zoom_sur.jpg) 10px 12px no-repeat;
}
#actualite_accueil {
	background:url(../images/actualites.jpg) 10px 12px no-repeat;
	margin-left:10px;
	width:195px;
}
#actualite_accueil h2, .actualite h2 {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-top:8px;
	background:none;
}
#actualite_accueil h2 a, #actualite_accueil p.lire_la_suite a, .actualite h2 a {
	color:#ca091e;
}
#actualite_accueil .lire_la_suite, .actualite p.lire_la_suite a {
	color:#ca091e;
	font-style:italic;
}

#agenda_gauche {
	position:absolute;
	overflow:hidden;
	width:7px;
	height:10px;
	top:5px;
	left:405px;
}
#agenda_droite {
	position:absolute;
	overflow:hidden;
	width:7px;
	height:10px;
	top:5px;
	left:420px;
	
}
#agenda_gauche a, #agenda_droite a {
	display:block;
	width:7px;
	height:10px;
}
#agenda_droite a {
	background:url(../images/droite.png) no-repeat;
}
#agenda_gauche a {
	background:url(../images/gauche.png) no-repeat;
}

#agenda_accueil h3 {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-top:8px;
	background:none;
	border:none;
}
#agenda_accueil h3 a {
	color:#ef7f01;
}

/* ----------------------------------------------------------------------------------------------- */

#isole_actu, #isole_manifestation {
	width:410px;
	margin-left:auto;
	margin-right:auto;
	padding-left:45px;
	background:url(../images/actualites.jpg) 10px 12px no-repeat;
}

#isole_manifestation {
	background:url(../images/agenda.jpg) 10px 12px no-repeat;
}

#formulaire_contact {
	padding-left:30px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Rubrique actualités : */

#actualites {
	width:410px;
	margin-left:auto;
	margin-right:auto;
	padding-left:45px;
	background:url(../images/actualites.jpg) 10px 12px no-repeat;
}

#actualites .actualite {
	float:left;
	width:190px;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
}

/* ----------------------------------------------------------------------------------------------- */

.carte_aappma {
	position:relative; 
	overflow:hidden; 
	height:400px; 
	margin-bottom:25px; 
	/* border:3px solid #007e94; */
}

#itineraire_aappma, #presentation_aappma, #acces_elus, #meteo_aappma {
	border:1px solid #b9b0a7;
}

#itineraire_aappma form {
	margin:10px;
}

#itineraire_aappma h6, #cadre_carte_gm h6, #presentation_aappma h6, #acces_elus h6, #meteo_aappma h6 {
	background:#007e94;
	color:#ffffff;
	margin:0;
	padding:5px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Galerie de photo isole poisson : */

.conteneur_galerie_isole_poisson {
	position:relative;
	overflow:auto;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:490px;
}

#slider_poisson {
	position:relative;
	overflow:auto;
}

#slider_poisson ul, 
#slider_poisson li {
	margin:0;
	padding:0;
}

#slider_poisson li { 
	/* 
	Largeur = ___
	Hauteur = ___
	*/ 
	width:490px;
	height:98px;
	overflow:hidden; 
	list-style:none;
	background:none;
}

.photo_poisson, .photo_galerie {
	position:relative;
	overflow:hidden;
	float:left;
	width:130px;
	height:98px;
	text-align:center;
	margin-left:20px;
}

.photo_galerie {
	width:98px;
	height:98px;
	margin:10px;
}

#poisson_gauche {
	position:absolute;
	overflow:hidden;
	width:7px;
	height:10px;
	top:5px;
	left:465px;
}
#poisson_droite {
	position:absolute;
	overflow:hidden;
	width:7px;
	height:10px;
	top:5px;
	left:480px;
	
}
#poisson_gauche a, #poisson_droite a {
	display:block;
	width:7px;
	height:10px;
}
#poisson_droite a {
	background:url(../images/droite.png) no-repeat;
}
#poisson_gauche a {
	background:url(../images/gauche.png) no-repeat;
}
