/* CSS Document */
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: #707172;
font-size: 13px;
background-color: #CFE04F;
background-image: url(images/fond_index.jpg);
background-repeat:repeat-x;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
	color: #000;
}

p  {
text-align: justify;
}

.txt_noir {
color: #333;
}

.txt_vert {
color: #7CA421;
font-weight: bold;
font-size: 13px;
}

.txt_gris {
color: #666;
font-style: italic;
font-size:11px;
}

hr {
clear: both;
width: 95%;
border: 0; /* enleve toute bordure */
border-bottom: 1px solid #DDD; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
}

.puce {
color: #333;
text-align:justify;
padding-left: 15px;
background-image: url(images/puce.gif);
background-repeat:no-repeat;
background-position: 0px 2px;
}

.article {
color: #333;
text-align:justify;
padding-left: 15px;
background-image: url(images/puce.gif);
background-repeat:no-repeat;
background-position: 0px 4px;
color: #9EB300;
font-size: 16px;
}

.question {
margin-top: 10px;
color: #9EB300;
font-size: 15px;
font-weight: bold;
font-style:italic;
}

.decal {
margin-left:40px;
}

h1{
color: #666;
font-size: 18px;
}
h2{
color: #9EB300;
font-size: 16px;
}

.vert{
color: #9EB300;
font-size: 16px;
}
.gd{
font-size: 16px;
}

.center {
width:280px;
text-align:center;
}

#bloc_centre {
position:absolute;
left: 50%;
top: 20px;
width: 980px;
min-height: 1000px;
/* _height: 1000px; */ /* uniquement interprété par IE */
margin-left: -490px; /* moitié de la largeur */
background-color: #FFF;
}
#bloc_centre_bis {
position:absolute;
left: 50%;
top: 20px;
width: 980px;
/* min-height: 1000px; */
/* _height: 1000px; */ /* uniquement interprété par IE */
margin-left: -490px; /* moitié de la largeur */
background-color: #FFF;
}

#banniere_index {
width: 955px;
height: 268px;
background-image: url(images/banniere_index.jpg);
background-repeat: no-repeat;
background-position: 15px 15px ;
padding-top: 10px;
padding-left: 10px;
}
#banniere2 {
width: 955px;
height: 268px;
background-image: url(images/banniere_index2.jpg);
background-repeat: no-repeat;
background-position: 15px 15px ;
padding-top: 10px;
padding-left: 10px;
}
#banniere_comprendre {
width: 955px;
height: 225px;
background-image: url(images/banniere_comprendre.jpg);
background-repeat: no-repeat;
background-position: 15px 15px ;
padding-top: 10px;
padding-left: 10px;
}
#banniere_pratique {
width: 955px;
height: 225px;
background-image: url(images/banniere-ethologie-pratique.jpg);
background-repeat: no-repeat;
background-position: 15px 15px ;
padding-top: 10px;
padding-left: 10px;
}
#banniere_presse {
width: 955px;
height: 225px;
background-image: url(images/banniere-articles-presse.jpg);
background-repeat: no-repeat;
background-position: 15px 15px ;
padding-top: 10px;
padding-left: 10px;
}
#banniere_photos {
width: 955px;
height: 225px;
background-image: url(images/banniere-ethologie-photos.jpg);
background-repeat: no-repeat;
background-position: 15px 15px ;
padding-top: 10px;
padding-left: 10px;
}
#banniere_contact {
width: 955px;
height: 225px;
background-image: url(images/banniere-contact.jpg);
background-repeat: no-repeat;
background-position: 15px 15px ;
padding-top: 10px;
padding-left: 10px;
}
#banniere_agenda {
width: 955px;
height: 225px;
background-image: url(images/banniere-agenda.jpg);
background-repeat: no-repeat;
background-position: 15px 15px ;
padding-top: 10px;
padding-left: 10px;
}
#banniere_temoignages {
width: 955px;
height: 225px;
background-image: url(images/banniere_temoignages.jpg);
background-repeat: no-repeat;
background-position: 15px 15px ;
padding-top: 10px;
padding-left: 10px;
}
#banniere_index img, #banniere_comprendre img, #banniere_pratique img, #banniere_presse img, #banniere_photos img, #banniere_contact img, #banniere_agenda img, #banniere_temoignages img{
border: 0px;
}

#bloc_menu{
height: 26px;
}
#bloc_menu ul, #bloc_menu li {
	margin:0;
	padding:0;
	list-style-type: none;
	}
#bloc_menu ul {
	position: absolute;
	margin-left: 13px;
	height: 20px;
	left: 0px;
}
#bloc_menu li {
float: left;
}
#bloc_menu li a { 
font-size: 0.9em;
font-weight: bold;
display: block;  
color: #707172;
width: 151px;
height: 18px;
text-decoration: none;
border: 1px solid #CCC;
text-align: center;
padding: 1px 1px 1px 1px;
margin:0px;
margin: 2px;
}
#bloc_menu li a:first-letter {
font-size: 15px;
font-weight: bold;
} 

#bloc_menu li a:hover, #bloc_menu li a:focus, #bloc_menu li a:active { 
display: block;  
height: 18px;
background-color: #8DB02E;
color: #FFF;
}

#menu_actif {
font-size: 0.9em;
font-weight: bold;
display: block;  
background-color: #8DB02E;
color: #FFF;
width: 151px;
height: 18px;
text-decoration: none;
border: 1px solid #CCC;
text-align: center;
padding: 1px 1px 1px 1px;
margin:0px;
margin: 2px;
}
#menu_actif:first-letter {
font-size: 15px;
font-weight: bold;
} 

.test {
width:100px;
}
.test2 {
width:106px;
border-right: 1px solid #CCC;
}

#bloc_menu_page{
position: absolute;
top: 272px;
left: 20px;
-width: 150px;
}
#bloc_menu_page2{
position: absolute;
top: 316px;
left: 20px;
}

#bloc_menu_page ul, #bloc_menu_page2 ul {
	margin:0;
	margin-left:10px;
	padding: 0;
	list-style-type: none;
		}
#bloc_menu_page li, #bloc_menu_page2 li {
	margin:0;
	padding: 0;
	list-style-type: none;
	}	
#bloc_menu_page li a { 
font-size: 11px;
font-weight: bold;
display: block;  
/* color: #707172; */
color: #333;
height: 18px;
text-decoration: none;
border-bottom: 1px solid #7CA421;
padding: 15px 0px 4px 0px;
}
#bloc_menu_page2 li a { 
width: 135px;
font-size: 11px;
font-weight: bold;
display: block;  
color: #333;
height: 18px;
text-decoration: none;
border-bottom: 1px solid #7CA421;
padding: 15px 0px 4px 0px;
}
#bloc_menu_page li a:hover, #bloc_menu_page2 li a:hover { 
color: #7CA421;
} 
#menu_page_actif { 
font-size: 11px;
font-weight: bold;
display: block;  
color: #7CA421;
height: 18px;
text-decoration: none;
border-bottom: 1px solid #7CA421;
padding: 15px 0px 4px 10px;
background-image: url(images/puce.gif);
background-repeat:no-repeat;
background-position: 0px 16px;
}

#bloc_principal {
width: 920px;
margin-left: 15px;
padding: 15px;

padding-bottom:55px;
background-image: url(images/fond_principal.jpg);
background-repeat:repeat-x;
}

#bloc_principal a{
text-decoration: underline;
color: #7CA421;
font-weight: bold;
}

#bloc_photos_accueil {
margin-top: 0px;
margin-left: 213px;
-margin-left: 106px;
width: 270px;
float: left;
margin-bottom: 10px;
}

#bloc_photos_accueil img{
margin: 16px 0px 0px 0px;
border: 1px solid #ccc;
}

#bloc_contenu_page img{
margin: 0px 0px 0px 0px;
border: 1px solid #ccc;
}

#bloc_photos_page {
margin-top: 0px;
width: 260px;
margin-bottom: 10px;
margin-left: 660px;
-margin-left: 300px;
text-align:center;
font-size: 11px;
}

#bloc_photos_page img{
margin: 16px 0px 0px 0px;
border: 1px solid #ccc;
}

#bloc_contenu_index {
margin-right: 10px;
margin-left: 212px;
/margin-top: 29px;
}

#bloc_contenu_page {
width:480px;
float:left;
margin-left: 160px;
-margin-left: 80px;
margin-right: 10px;
margin-bottom: 10px;
}

#bloc_contenu_page_article{
width:600px;
margin-left: 160px;
margin-right: 10px;
margin-bottom: 10px;
}
#bloc_contenu_page_article img{
margin: 0px 10px 0px 0px;
border: 1px solid #ccc;
}
#bloc_contenu_page_mentions{
width:600px;
height: 450px;
margin-left: 160px;
margin-right: 10px;
margin-bottom: 10px;
}
#bloc_contenu_page_mentions img{
margin: 0px 10px 0px 0px;
border: 1px solid #ccc;
}

#bloc_contenu_page_agenda{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
#bloc_contenu_page_agenda img{
margin: 0px 10px 0px 0px;
border: 1px solid #ccc;
}

#url {
margin-top: 10px;
font-size: 11px;
}

#bloc_agenda {
position: absolute;
top: 319px;
width: 190px;
font-size: 11px;
margin-top: 16px;
margin-right: 20px;
margin-bottom: 350px;
background-color: #CCC;
background-color: #E4E4E4;
border: 1px solid #CCC;
}


#bloc_agenda_contact {
width: 190px;
font-size: 11px;
margin-top: 12px;
margin-right: 20px;
margin-bottom: 350px;
background-color: #CCC;
float: left;
background-color: #E4E4E4;
border: 1px solid #CCC;
}
#bloc_agenda a, #bloc_agenda_contact a{
text-decoration: underline;
color: #7CA421;
font-weight: bold;
font-size: 13px;
}
#agenda {
padding: 20px;
padding-right: 10px;
border: 2px solid #FFF;
}

#video {
text-align: center;
border: 1px solid #9EB300;
margin: 10px 0px 10px 272px;
padding-left: 60px;
padding-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
background-image: url(images/dvd.gif);
background-repeat:no-repeat;
background-position : 25px 35px;
}

#dvd_video {
height:125px;
text-align: center;
border: 1px solid #9EB300;
margin: 10px 0px 10px 272px;
padding-left: 130px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 10px;
background-image: url(images/dvd_avant.gif);
background-repeat:no-repeat;
background-position : 10px 5px;
}

#video_galerie {
width: 700px;
border: 1px solid #CCC;
margin: 0px;
margin-bottom: 30px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
background-image: url(images/dvd.gif);
background-repeat:no-repeat;
background-position : 350px 20px;
}

#video_a_vendre {

width: 430px;
text-align: left;
border: 1px solid #9EB300;
margin: 0px;
padding-left: 280px;
padding-top: 17px;
padding-bottom: 10px;
padding-right: 10px;
background-image: url(images/dvd_a_vendre.gif);
background-repeat:no-repeat;
background-position : 10px 15px;
}


#bloc_galerie {
width: 680px;
border: 1px solid #CCC;
padding: 20px;
}
#bloc_galerie img {
margin: 5px;
}

#bas_page {
background-color: #CFE04F;
text-align: center;
padding: 10px;
padding-top: 5px;
color: #333;
font-size: 12px;
clear: both;
background-image: url(images/logo-pt.jpg);
background-repeat:no-repeat;
background-position : 200px 4px;
}
#bas_page a{
background-color: #CFE04F;
text-align: center;
color: #555;
font-size: 12px;
margin-left: 20px;
margin-right: 20px;
}
#bas_page a:hover{
color: #000;
}


#bloc_carte {
margin-top: 10px;
margin-left: 212px;
border: 1px solid #CCC;
}

/*Formulaire */
fieldset {
margin: 0;
padding: 15px;
border: 1px dotted #999;
}

#form {
margin-top: 15px;
}
.champ1 {
margin-right:59px;
}
.champ2 {
margin-right:10px;
}


#envoyer {
text-align:center;
}
.rouge {
color: #FF3300;
text-align:center;
font-weight: bold;
}
.bleu {
color: #3399FF;
text-align:center;
font-weight: bold;
}

/*Fin Formulaire */

/*Tableau Agenda */

#table_agenda {
font-size: 11px;
}
#table_agenda table {
background-color: #DDD;
}
.date {
width: 140px;
color: #7CA421;
font-weight: bold;
}
.lieu {
width: 160px;
color: #333;
}
.contact {
width: 160px;
}
.prestation {
width: 260px;
color: #333;
}
.champs1 {
width: 120px;
}
#table_agenda th{
text-align:left;
padding:5px;
margin:0px;

color: #fff;
font-weight: bold;
font-size: 13px;
background-color: #7CA421;
}
#table_agenda td{
vertical-align:top;
text-align:justify;
padding:5px;
background-color: #FFF;
}

/*Fin Tableau Agenda */

/* LIGHTBOX */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*FIN  LIGHTBOX */

