@charset "utf-8";
/* CSS Document */

body {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFFFFF;
}

/* généralités */
p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
ol { margin: 0; padding: 0; }
ul { list-style-type: none; margin: 0; padding: 0; }
li { margin: 0; padding: 0; line-height: 11px; }
img { border: 0; }
form, input { margin: 0; padding: 0; }
iframe { margin: 0; padding:0 }

a, a:link, a:active, a:visited { color: #333333; text-decoration: none; }
a:hover { color: #0053a0; text-decoration: underline; }

.clear{ clear: both; }

/* corps */
#container{
	width: 980px;
	margin: 0 auto;
	background: #afdfdf;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	color: #333333;
	font-size: 11px;
}

/*     ---------------------------------------      CONTRIBUTION     ---------------------------------------      */
#boutons_contribution { 
	clear: both;
	position: absolute;
	margin: 0;
	bottom: 5px;
	right: 180px;
	padding: 0;
	text-align: right; 
	height: 16px;
}
#boutons_contribution a { padding: 2px; color: #AAAAAA; font-size: 11px; font-weight: bold; text-decoration: underline; }
#boutons_contribution a:hover { color: #444444; }

#contribution { position: relative; background-color: #FFFFFF; }

#contribution a { color: #333333; font-size: 11px; text-decoration: underline; }
#contribution a:link, #contribution a:visited, #contribution a:active { color: #333333; }
#contribution a:hover { color: #0053a0; }

#contribution fieldset { padding: 5px; margin: 5px; }
#contribution legend { font-size: 11px; color: #333333; padding-right: 5px; }
#contribution div { clear: both; }
#contribution label { font-size: 11px; color: #333333; padding: 5px; }
#contribution label.champ { display: inline; float: left; width: 150px; }
#contribution label.propriete { display: inline; float: left; width: 150px; }
#contribution input[type=text] { width: 900px; }
#contribution select { width: 200px; }
#contribution textarea { width: 900px;  height: 200px;}
#contribution input.propriete { width: 100px; }
#contribution input.fichier { width: 795px; float: left; margin-top: 3px; }
#contribution input.size { width: 50px; float: left; }
#contribution input.browse { width: 100px; float: left; }
#contribution input.calendar { width: 100px; float: left; }
#contribution input.displaydate { width: 100px; float: left; }

#contribution_envoyer { border: 0; background-color: transparent; color: #333333; font-size: 12px; font-weight: bold; margin-left: 840px; margin-top: 20px; margin-bottom: 10px; padding-bottom: 20px; }
#contribution_envoyer:hover { color: #0053a0; }


/*     ---------------------------------------      HEADER      ---------------------------------------      */
#header { clear: both; height: 154px; background-color: #88d1ce; }
#bandeau { position: absolute; top: 84px; height: 70px; width:980px; background: url("../images/structure/background_header.gif") 0 0 no-repeat; }
#ligne { position: absolute; top:52px; height: 28px; width:980px; background-color: #0197b5; }

/*     ---------------------------------------      Liste des SECTIONS     ---------------------------------------      */
#sections {
	position: absolute;
	height: 84px;
	padding: 0 4px 10px 4px;
	width: 980px;
}
#sections li {
	float: left;
	padding: 0;
	margin: 0 4px;
	text-align: center;
	position:relative;
}

#sections li a {
	display:block;
	font-weight: bold;
	height: 24px;
	width: 154px;
	font-size: 8px;
	padding-top: 54px;
	margin: 0;
	text-align: center;
	color: #123456;
	text-decoration: none;
}

#sections li:hover a {
	color: #FFFFFF;
	text-decoration: none;
}

#sections li div.image {
	position: absolute;
	top:0;
	left:0;
	height:48px;
	width:160px;
	overflow:hidden;
}
#sections li img {
	position: absolute;
	top:0;
	left:0;
}
#sections li:hover img {
	top:-48px;
}

/*     ---------------------------------------      MENUS DEROULANTS     ---------------------------------------      */

#sections ul {
	position:absolute;
	margin:0px;
	top:75px;
	padding-top: 10px;
	overflow:hidden;
	width:160px;
}
#sections ul li { background-color: transparent; }
#sections ul li a { color: #FFFFFF; }

/* Hauteur du menu déroulant */
.menu { height:0px; }
.menuhover { height:200px; }

#sections li.deroulant_dossier {
	display:block;
	position:relative;
	border-right:0px;
	margin:0px;
	padding:0px;
	text-align:left;
	width:160px;
	background-color: ;
}
#sections li.deroulant_dossier a {
	display:block;
	position:relative;
	margin:0px;
	padding: 2px;
	top:0px;
	left:0px;
	width:auto;
	height:12px;
	text-align:left;
	font-size: 9px;
}

/* Styles affectés aux lignes du menu */
.menu li a {  color:#FFFFFF; background-color:#0197b5;}
.menu li a:hover { color:#0197b5; background-color:#123456;}

/* Styles affectés aux sous-dossiers (deuxième niveau) */
#sections li.deroulant_dossier a.deroulant_sousdossier { background-color:#afdfdf; font-weight: normal; padding: 2px 0; width:auto; }

#sections li.deroulant_dossier a.deroulant_sousdossier:hover { background-color:#123456; }


/*     ---------------------------------------      FOOTER      ---------------------------------------      */
#footer { 
	clear: both;
	position: relative;
	width: 980px; 
	height: 105px; 
	background: #FFFFFF url("../images/structure/background_footer.gif") 0 0 no-repeat;
}
#zone_logo { 
	float: right;
	text-align: right;
}
#zone_logo img { 
	margin: 10px 10px 0 10px;
}
#zone_logo div { 
	color: #0053a0;
	width: 170px;
	font-size: 9px;
	font-weight: bold;
	margin: 0 2px 0 5px;
}
/*     ---------------------------------------      Liste des SECTIONS     ---------------------------------------      */
#zone_outils {
	position: absolute;
	top: 52px;
}
#zone_outils li {
	float: left;
	font-weight: bold;
	padding: 0 8px;
}

#zone_outils li a:hover {
	text-decoration: none;
}

#identification {
	position: absolute;
	width: 750px;
	left: 8px;
	top: 74px;
}
#identification div {
	float: left;
	margin-right: 20px;
}
#identification input[type=submit] { border: 0; background-color: transparent; color: #333333; font-size: 12px; font-weight: bold; margin: 0; }
#identification input[type=submit]:hover { color: #0053a0; }


#zone_langues {
	float: right;
	padding-top: 43px;
	padding-right: 5px;
}
#zone_langues li {
	float: left;
	padding: 0 5px;
}


/*     ---------------------------------------      CHEMIN     ---------------------------------------      */
#chemin {
	margin: 0;
	padding: 0;
	height: 24px;
}
#chemin li {
	float: left;
}

#chemin a { text-decoration: underline; }

/*     ---------------------------------------      CONTENU PRINCIPAL     ---------------------------------------      */
#contenu {
	clear: both;
	background-color: #afdfdf;
	padding-top: 0;
	padding-bottom: 0;
}

/*     ---------------------------------------      COLONNE DE GAUCHE     ---------------------------------------      */
#colonne_gauche{   
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 0px;
	width: 377px;
}

/*     ---------------------------------------      COLONNE DE DROITE     ---------------------------------------      */
#colonne_droite{   
	float: right;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	width: -3px;
}

/*     ---------------------------------------      COLONNE CENTRALE     ---------------------------------------      */
#colonne_centre, #colonne_centre_top, #colonne_centre_bottom { 
	padding:  0 10px;
	margin: 0;
	width: 577px;
	margin-left: 380px;
}
#colonne_centre_top {
	height: 15px;
	background: #afdfdf url("../images/structure/cadre_texte_top.gif") 0 0 no-repeat; 
}
#colonne_centre_bottom { 
	height: 15px;
	background: #afdfdf url("../images/structure/cadre_texte_bottom.gif") 0 0 no-repeat; 
}
  
#colonne_centre {
	background: #afdfdf url("../images/structure/cadre_texte_horiz.gif") 0 0 repeat-y; 
}

#contenu.fullwidth #colonne_centre, #contenu.fullwidth #colonne_centre_top, #contenu.fullwidth #colonne_centre_bottom {
	margin: 0;
	width: 960px;
}
#contenu.fullwidth #colonne_centre_top {
	height: 15px;
	background: #afdfdf url("../images/structure/cadre_fullwidth_top.gif") 0 0 no-repeat; 
}
#contenu.fullwidth #colonne_centre_bottom { 
	height: 15px;
	background: #afdfdf url("../images/structure/cadre_fullwidth_bottom.gif") 0 0 no-repeat; 
}
#contenu.fullwidth #colonne_centre{
	background: #afdfdf url("../images/structure/cadre_fullwidth_horiz.gif") 0 0 repeat-y; 
}

#colonne_centre_contenu {
	margin: 0;
	padding: 0 10px; 
	height: 270px;
	overflow-x: hidden;
	overflow-y: auto;
}

/*------------ Affichage des iframes (Réseau piscicole et Photothèque) ------------------------*/
#colonne_centre_contenu.iframe { padding: 0; width: 960px; }
#colonne_centre_contenu iframe { margin: 0; padding: 0; }
/*----------------------------------------------------------------------------------------------*/

#colonne_centre_contenu h1 { font-size: 18px; font-weight: bold; color: #0053a0; }
#colonne_centre_contenu h2 { margin-top: 15px; font-size: 15px; font-weight: bold; color: #0053a0; }
#colonne_centre_contenu h3 { margin-top: 14px; font-size: 14px; font-weight: bold; color: #0053a0; }
#colonne_centre_contenu h4 { margin-top: 13px; font-size: 13px; font-weight: bold; color: #0053a0; }
#colonne_centre_contenu h5 { margin-top: 12px; font-size: 12px; font-weight: bold; color: #0053a0; }
#colonne_centre_contenu h6 { margin-top: 11px; font-size: 11px; font-weight: bold; color: #0053a0; }
#colonne_centre_contenu .champ p { margin-top: 11px; text-align: justify; }
#colonne_centre_contenu .champ ul { list-style: disc; margin-left: 15px; }
#colonne_centre_contenu .champ ol { margin-left: 0; margin-left: 20px; }
#colonne_centre_contenu .champ li { padding-top: 5px; text-align: justify; }
#colonne_centre_contenu .champ a { text-decoration: underline; }

#colonne_centre_contenu .champ table { margin-top: 11px; align: center; }
#colonne_centre_contenu .champ table td { margin: 0; padding: 5px; }
#colonne_centre_contenu .champ table p { margin-top: 0; }

.invisible { display: none; }


#colonne_centre_contenu .toggler_article { 
	background-color: #eeeeee;
	font-weight: bold;
	padding: 3px;
	margin-top: 5px;
	cursor: pointer;
}

#colonne_centre_contenu .accordion_article { 
	overflow-x: hidden;
	overflow-y: auto;
}

/*     ---------------------------------------      ACCUEIL     ---------------------------------------      */
#accueilgauche { float: left; width: 540px; margin: 0; padding : 0; }
#accueildroite { float: right; width: 365px; margin: 0; padding : 0; }

#edito { clear: both; width: 500px; height: 135px; padding: 0 15px 5px 5px; }
#video { padding: 0; }

/*     ---------------------------------------      ACTUALITES     ---------------------------------------      */
#listeactus { 
	clear: both; 
	text-align: center; 
	overflow-x: hidden;
	overflow-y: auto;
}
#listeactus.accueil { height: 100px; width: 540px; }

#lienactus { width: 520px; text-align: right; }

.actulabel, .actuligne { clear: both; margin: 5px; }

.labeldate { width: 100px; height: 20px; background-color: #CCCCCC; float: left; font-weight: bold; text-align: center; padding-top: 5px; }
.labeltitre { width: 420px !important; width: 400px; height: 20px; background-color: #CCCCCC; float: left; font-weight: bold; text-align: center; padding-top: 5px; }

.actuligne .date { width: 100px; float: left; text-align: center; padding-top: 5px; }
.actuligne .titre { width: 420px !important; width: 400px; float: left; text-align: left; padding-top: 5px; }
.actuligne img { vertical-align: top; }

#colonne_centre_contenu.actualites #valeur_champ_date {  font-size: 12px; font-weight: bold; margin-top: 5px; margin-bottom: 10px; }

/*     ---------------------------------------      INSCRIPTION NEWSLETTER     ---------------------------------------      */
#formnewsletter { clear:both; margin:20px; }

#formnewsletter input[type=text] { width:300px; margin:0px; margin-right:5px; float:left; }

#formnewsletter input[type=submit] { float:left; border:0px; background-color:#FFFFFF; color:#333333; }
#formnewsletter input[type=submit]:hover { color:; cursor:pointer; }


/*     ---------------------------------------      PAGE de LOGIN    ---------------------------------------      */
#login { clear:both; margin:20px; }

#login label { clear:both; display: block; float:left; width:130px; height:15px; font-size:11px; color:#333333; margin-bottom:5px; }
#login input { width:300px; margin:0px; margin-right:5px; float:left; }

#login input[type=submit] { float:left; border:0px; background-color:#FFFFFF; color:#333333; width:auto; }
#login input[type=submit]:hover { color:; cursor:pointer; }

/*     ---------------------------------------      FORMULAIRE PROFIL     ---------------------------------------      */
#profilcomplet { clear:both; }
#profilcomplet .retour { clear:both; padding: 10px 0 20px 0; position:relative; top:0; }
#profilcomplet .remarque { clear:both; padding: 20px 0 0 0; position:relative; top:0; left:0; margin:0; }

#nomprofil { clear:both; padding:10px 0 0 0; font-size: 12px; font-weight: bold; color: #0053a0; }
#changeprofil { clear:both; padding:10px 0 10px 0; }

#changeprofil label { clear:both; display: block; float:left; width:130px; height:15px; font-size:11px; color:#333333; margin-bottom:5px; }
#changeprofil input, #changeprofil textarea { display:block; margin-bottom:1px; float:right; width:380px; }
#changeprofil input[type=text] { width:380px; }
#changeprofil input[type=select] { width:380px; }
#changeprofil textarea { width:376px; height:50px; overflow-y:auto; }

#changeprofil #bouton { clear:both; float:right; width:auto; font-size: 12px; font-weight:bold; margin:2px 0; border:0; background-color:transparent; color:#333333; }
#changeprofil #bouton:hover { color:#0053a0; cursor:pointer; text-decoration: none; }

#labelchangepassword { clear:both; padding:10px 0 0 0; font-size: 12px; font-weight: bold; color: #0053a0; }
#changepassword { clear:both; padding:10px 0 10px 0; }

#changepassword label { clear:both; display: block; float:left; width:330px; height:15px; font-size:11px; color:#333333; margin-bottom:5px; }
#changepassword input { display:block; margin-bottom:1px; float:right; width:180px; }

#changepassword #bouton { clear:both; float:right; width:auto; font-size: 12px; font-weight:bold; margin:2px 0; border:0; background-color:transparent; color:#333333; }
#changepassword #bouton:hover { color:#0053a0; cursor:pointer; text-decoration: none; }

/*     ---------------------------------------      FORMULAIRE DE CONTACT     ---------------------------------------      */
#contact { clear:both; margin:0px; }

#contact label { clear:both; display: block; float:left; width:130px; height:15px; font-size:11px; color:#333333; margin-bottom:5px; }
#contact input, #contact textarea { display:block; margin-bottom:1px; float:right; width:380px; }
#contact input[type=text] { width:380px; }
#contact input[type=select] { width:380px; }
#contact textarea { width:376px; height:50px; overflow-y:auto; }

#contact input.bouton { clear:both; width:auto; font-size: 14px; font-weight:bold; margin:2px 0; border:0; background-color:transparent; color:#333333; }
#contact input.bouton:hover { color:#0053a0; cursor:pointer; }

.asterisque { padding-left:3px; font-size:9px; }
.remarque { clear: both; display: block; color:#333333; margin-left:5px; margin-top:0; text-align:left; font-size:9px; }
.retour { position:relative; top:20px; clear:both; }

/*     ---------------------------------------      ANNONCES     ---------------------------------------      */
#ficheannonce { clear: both; margin: 5px; }

#ficheannonce .label { width: 149px; height: 20px; background-color: #CCCCCC; float: left; font-weight: bold; text-align: center; padding: 5px; border: 1px solid #000000; border-bottom: 0; }
#ficheannonce .valeur { width: 350px; height: 20px; background-color: #EEEEEE; float: left; font-weight: normal; text-align: left; padding: 5px; border: 1px solid #000000; border-bottom: 0; border-left: 0; }
#ficheannonce #description { width: 500px; background-color: #EEEEEE; clear: both; font-weight: normal; text-align: left; padding: 10px; border: 1px solid #000000; }
#ficheannonce #contact { clear: both; font-weight: bold; text-align: center; padding: 10px; }

/*     ---------------------------------------      BOUTIQUE     ---------------------------------------      */
#boutique { clear: both; margin: 10px 0; }

#boutique .labeltype { clear: both; color: #0053a0; background-color: #CCCCCC; font-weight: bold; text-align: left; padding: 5px; margin-bottom: 5px; }

#boutique .article { clear: both; background-color: #FFFFFF; }
#boutique .article .visuel { width: 100px; padding: 5px; margin-bottom: 5px; float: left; }
#boutique .article .infos { width: 410px; padding: 5px; padding-bottom: 0; margin-bottom: 0; float: left; }
#boutique .article .infos .titre { color: #0053a0; font-weight: bold; text-align: justify; padding: 5px; margin-bottom: 5px; }
#boutique .article .infos .complement { font-weight: normal; font-style: italic; text-align: justify; padding: 5px; margin-bottom: 5px; }
#boutique .article .infos .texte { font-weight: normal; text-align: justify; padding: 5px; margin-bottom: 5px; }
#boutique .article .infos .prix { font-weight: bold; text-align: right; padding: 5px; padding-bottom: 0; margin-bottom: 0; }
#boutique .article .quantite { clear: both; text-align: right; padding: 5px; padding-right: 20px; margin-bottom: 15px; }

#boutique .bouton { clear: both; text-align: right; padding-right: 20px; }
#boutique .bouton input { border: 0; background-color: transparent; color: #333333; font-size: 12px; font-weight: bold; margin-left: 20px; padding: 10px; cursor: pointer; }
#boutique .bouton input:hover { color: #0053a0; }

#boutique .cgv { clear: both; text-align: center; padding: 5px; margin-bottom: 15px; margin-top: 30px; }
#boutique .retour { clear: both; text-align: center; padding: 5px; margin-bottom: 15px; margin-top: 30px; }

#boutique #titrecommande { clear: both; margin-top: 15px; margin-bottom: 10px; font-size: 15px; font-weight: bold; color: #0053a0; }
#boutique #titreidentification { clear: both; padding-top: 30px; margin-bottom: 10px; font-size: 15px; font-weight: bold; color: #0053a0; }

#boutiqueidentification div { margin-bottom: 5px; }
#boutiqueidentification label { clear:both; float: left; height:12px; width:140px; font-size:11px; color:#333333; }
#boutiqueidentification input[type=text] { width:373px; }
#boutiqueidentification input[type=radio] { margin-left:5px; margin-right:5px; }
#boutiqueidentification select { width:370px; }
#boutiqueidentification textarea { width:370px; height: 50px; }

#boutique #previsuproduits #label { clear: both; }
#boutique #previsuproduits #label div { border: 1px solid #000000; background-color: #CCCCCC; height: 16px; padding: 5px; text-align: center; font-weight: bold; }

#boutique #previsuproduits #label div.labeldesignation { width: 250px; float: left; }
#boutique #previsuproduits #label div.labelquantite { width: 60px; float: left; border-left: 0; }
#boutique #previsuproduits #label div.labelunitaire { width: 80px; float: left; border-left: 0; }
#boutique #previsuproduits #label div.labeltotal { width: 80px; float: left; border-left: 0; }

#boutique #previsuproduits .produit { clear: both; }
#boutique #previsuproduits .produit div { border: 1px solid #000000; height: 38px; padding: 5px; text-align: center; font-weight: normal; border-top: 0; }
#boutique #previsuproduits .produit div.designation { width: 250px; float: left; text-align: left; }
#boutique #previsuproduits .produit div.quantite { width: 60px; float: left; border-left: 0; }
#boutique #previsuproduits .produit div.unitaire { width: 80px; float: left; border-left: 0; }
#boutique #previsuproduits .produit div.total { width: 80px; float: left; border-left: 0; }

#boutique #previsuproduits #total { clear: both; }
#boutique #previsuproduits #total div { border: 1px solid #000000; background-color: #CCCCCC; height: 16px; padding: 5px; text-align: center; font-weight: bold; border-top: 0; }

#boutique #previsuproduits #total div.labelttc { width: 412px; float: left; }
#boutique #previsuproduits #total div.totalttc { width: 80px; float: left; border-left: 0; }

#boutique #previsuidentification div { clear:both; }
#boutique #previsuidentification span.label { display: block; float: left; width:140px; font-size:11px; color:#333333; padding:5px; margin-bottom: 5px; }
#boutique #previsuidentification span.value { display: block; float: left; width:353px; padding:5px; }

/*     ---------------------------------------      PRECEDENT / SUIVANT     ---------------------------------------      */
#listepages { height: 12px; text-align: center; padding-top: 10px; }
#listepages a { margin: 3px 0; padding: 0 3px; font-weight: normal; }
#listepages a.selected { font-weight: bold; }

#listepages a#pageprec { float: left; margin: 3px 0 3px 5px; padding: 0; font-weight: bold; text-decoration: none; }
#listepages a#pagesuiv { float: right; margin: 3px 15px 3px 0; padding: 0; font-weight: bold; text-decoration: none; }



/*     ---------------------------------------      IMPRESSION     ---------------------------------------      */
#print {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	text-decoration: underline;
}

#containerprint {
	width: 580px;
	margin: 10px;
	text-align: left;
	color: #333333;
	font-size: 11px;
}
#containerprint #logo { float: left; margin: 5px; }
#containerprint #print { float: right; margin: 15px; }
#containerprint #colonne_centre_contenu { clear: both; height: 320px; margin-bottom: 10px; }
