/* CSS Document */
body{
margin:0px;
padding:0px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
color:#404041;
background-color:#53b3e5;
background-image:url(../image/fond_flocon.gif);
background-position: center top;
background-repeat:no-repeat;

}

a{
color:#2181b3;
text-decoration:underline;

}
a:hover{
color:#53b3e5;
text-decoration:underline;

}

#contenupage p { margin:10px 0px; }
#contenupage table p { margin:0px; }


.input{
width:150px;
border:0px;
color:#6d8a21;
font-size:8pt;
height:15px;

}

.btn_vert{
background-image:url(../image/section_communautaire/fond_bouton.gif);
background-repeat:no-repeat;
width:109px;
color:#FFFFFF;
font-weight:bold;
background-color:#ffffff;
border:none;
cursor:pointer;
height:28px;
padding-bottom:5px;
}
.btn_vert_grand{
background-image:url(../image/section_communautaire/fond_bouton_grand.gif);
background-repeat:no-repeat;
width:172px;
color:#FFFFFF;
font-weight:bold;
background-color:#ffffff;
border:none;
cursor:pointer;
height:28px;
padding-bottom:5px;
}

.btn_orange{
background-image:url(../image/section_communautaire/fond_bouton_orange.gif);
background-repeat:no-repeat;
width:109px;
color:#FFFFFF;
font-weight:bold;
background-color:#ffffff;
border:none;
cursor:pointer;
height:28px;
padding-bottom:5px;
}



span.radio {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(../image/form_widget/radio.png) no-repeat;
   display: block;
   clear: left;
   float: left;
cursor:pointer;
 }

.texte_gris{ color:#999999; }
.texte_bleu{ color:#53b3e5; }
.texte_bleu_fonce{ color:#1b83c6; }
.titre_blanc{ color:#FFFFFF; font-weight:bold; font-size:13pt; }
.titre_noir{ color:#000000; font-weight:bold; font-size:11pt; }
.texte_vert{ color:#6d8a21; }
.texte_blanc{ color:#FFFFFF; }
.texte_orange{ color:#dd6126; }
.petit_texte_noir{ font-size:7pt; color:#231f20; font-weight:bold; }
.petit_texte_gris{ font-size:7pt; color:#808284; font-weight:bold; }
.petit_texte_vert{ color:#354c00; font-size:7pt; }
.petit_texte_orange{ color:#dd6126; font-size:7pt; }
.petit_texte { font-size:8pt; }

a.lien_vert{
color:#354c00;
text-decoration:none;
font-size:8pt;
}
a.lien_vert:hover{
color:#dd6126;
text-decoration:underline;

}

.petit_texte_noir{
font-size:7pt;
color:#231f20;
font-weight:bold;
}

.petit_texte_gris{
font-size:7pt;
color:#808284;
font-weight:bold;
}

.petit_texte_vert{
color:#354c00;
font-size:8pt;
}
.petit_texte_orange{
color:#dd6126;
font-size:7pt;
}


a.lien_gris{
color:#231f20;
text-decoration:none;
font-size:8pt;
}
a.lien_gris:hover{
color:#46bbce;
text-decoration:none;
font-size:8pt;
}

a.lien_nouvelle{
color:#231f20;
text-decoration:none;
font-size:8pt;
}
a.lien_nouvelle:hover{
color:#738f1e;
text-decoration:none;
font-size:8pt;
}

a.lien_orange{
color:#dd6126;
text-decoration:underline;
}

a.lien_orange:hover{
color:#6d8a21;
}



#img_concours{
float:left;
margin-top:10px;
width:274px;
height:168px;
background-image:url(../image/zone_info_accueil/img_concours.gif);

}
#img_contest{
float:left;
margin-top:10px;
width:274px;
height:168px;
background-image:url(../image/zone_info_accueil/img_contest.gif);

}

#img_carte{
float:left;
margin-left:2px;
margin-top:10px;
width:198px;
height:173px;
background-image:url(../image/zone_info_accueil/img_carte.gif);
cursor:pointer;
}
#img_map{
float:left;
margin-left:2px;
margin-top:10px;
width:198px;
height:173px;
background-image:url(../image/zone_info_accueil/img_map.gif);
cursor:pointer;
}

#img_nouvelle{
margin-left:2px;
margin-top:10px;
width:485px;
height:89px;
background-image:url(../image/zone_info_accueil/img_nouvelle.gif);

}
#img_new{
margin-left:2px;
margin-top:10px;
width:485px;
height:89px;
background-image:url(../image/zone_info_accueil/img_new.gif);

}

#widget{
height:92px;
width:242px;
float:left;
background-image:url(../image/zone_info_accueil/widget.gif);
cursor:pointer;
margin-left:3px;
}

#widget_en{
height:92px;
width:242px;
float:left;
background-image:url(../image/zone_info_accueil/widget_en.gif);
cursor:pointer;
margin-left:3px;
}

#hd{
height:92px;
width:241px;
background-image:url(../image/zone_info_accueil/hd.gif);
cursor:pointer;
float:left;
}
#hd_en{
height:92px;
width:241px;
float:left;
background-image:url(../image/zone_info_accueil/hd_en.gif);
cursor:pointer;
}

/*PAGE DES ACTIVITÉS (QUOI FAIRE AU ZOO)*/
.image_activites{
  max-width: 150px; 
  max-height: 150px; 
  width: expression((this.offsetWidth>=this.offsetHeight) ? 
      Math.min(parseInt(this.offsetWidth), 150 ) : true); 
  height: expression((this.offsetHeight>this.offsetWidth) ? 
      Math.min(parseInt(this.offsetHeight), 150 ) : true);
}

/**/