



/* Import de la CSS d'initialisation



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







@import url(structure.css);
/* Construction (Montage)



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







body {
	color:#ffffff;
	font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
}
h1 {
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	padding-bottom:20px;
}
h2 {
	color:#ffffff;
	font-size: 1.1em;
}
h3 {
	color:#ffffff;
	font-size: 1.17em;
}
h4 {
	color:#ffffff;
	font-size: 1em;
}
h5 {
	color:#ffffff;
	font-size: 0.83em;
}
h6 {
	color:#ffffff;
	font-size: 0.67em;
}
p {
	color:#ffffff;
	font-size: 1em;
}
ul, ol {
	color:#ffffff;
	font-size: 1em;
}
li {
	color:#ffffff;
	font-size: 1em;
	list-style-type:circle;
}
a {
	color:#ffffff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
} /* si changement de couleur au survol */
a:visited {
} /* si changement de couleur après le clic */
input {
	border-width:thin;
	padding:3px;
	color:#000000;
}
textarea {
	border-width:thin;
	padding:3px;
	color:#000000;
}
em {
}
strong {
}
/* Éléments Particuliers



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



/* Le menu */







a.accueil {
	display: block;
	height:54px;
	width:92px;
	background: url(../images/bouton/accueil.jpg) no-repeat;
}
a.accueil:hover {
	background: url(../images/bouton/accueil-over.jpg) no-repeat;
}
a.accueil:active {
	background: url(../images/bouton/accueil-over.jpg) no-repeat;
}
a.accueil span {
	display:none;
}
a.presentation {
	display: block;
	height:54px;
	width:107px;
	background: url(../images/bouton/presentation.jpg) no-repeat;
}
a.presentation:hover {
	background: url(../images/bouton/presentation-over.jpg) no-repeat;
}
a.presentation:active {
	background: url(../images/bouton/presentation-over.jpg) no-repeat;
}
a.presentation span {
	display:none;
}
a.elevage {
	display: block;
	height:54px;
	width:112px;
	background: url(../images/bouton/elevage.jpg) no-repeat;
}
a.elevage:hover {
	background: url(../images/bouton/elevage-over.jpg) no-repeat;
}
a.elevage:active {
	background: url(../images/bouton/elevage-over.jpg) no-repeat;
}
a.elevage span {
	display:none;
}
a.liens {
	display: block;
	height:54px;
	width:134px;
	background: url(../images/bouton/liens.jpg) no-repeat;
}
a.liens:hover {
	background: url(../images/bouton/liens-over.jpg) no-repeat;
}
a.liens:active {
	background: url(../images/bouton/liens-over.jpg) no-repeat;
}
a.liens span {
	display:none;
}
a.mesvideos {
	display: block;
	height:54px;
	width:87px;
	background: url(../images/bouton/mesvideos.jpg) no-repeat;
}
a.mesvideos:hover {
	background: url(../images/bouton/mesvideos-over.jpg) no-repeat;
}
a.mesvideos:active {
	background: url(../images/bouton/mesvideos-over.jpg) no-repeat;
}
a.mesvideos span {
	display:none;
}
a.contact {
	display: block;
	height:54px;
	width:199px;
	background: url(../images/bouton/contact.jpg) no-repeat;
}
a.contact:hover {
	background: url(../images/bouton/contact-over.jpg) no-repeat;
}
a.contact:active {
	background: url(../images/bouton/contact-over.jpg) no-repeat;
}
a.contact span {
	display:none;
}
/* Le menu */







/* Placement d'images */



.imgLeft {
	float:left;
	margin-right:1em;
}
.imgRight {
	float:right;
	margin-left:1em;
}
/* Des classes d'alignement d'objets */



.aligntop {
	vertical-align:top;
}
.alignbottom {
	vertical-align:bottom;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
/* Des classes d'alignement du texte */



.h1index {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:0;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
/* Des classes de formatage du texte en ligne */



.bold, .gras {
	font-weight: bold;
}
.italic, .italique {
	font-style: italic;
}
.strike, .barre {
	text-decoration: line-through;
}
/* Des classes flotante */



.floatleft {
	float: left;
}
.floatright {
	float: right;
}
/* Les "nettoyeurs" */



.clearb {
	clear: both;
}
.clearer {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
}
/* Formulaire de contact */



#frmEnvoi {
	width:470px;
}
#frmEnvoi input, textarea {
	background-color:transparent;
	border-width:thin;
	color:#000000;
}
#frmEnvoi .field {
	text-align:right;
	margin-top:10px;
}
#frmEnvoi .champ {
	border:none;
	border:#000000 inset 1px;
	padding:5px;
	background-color:#FFFFFF;
}
#frmEnvoi .champ:focus {
}
#frmEnvoi #code {
	border:none;
	border:#000000 inset 1px;
	padding:5px;
	background-color:#FFFFFF;
}
#frmEnvoi #code:focus {
}
#frmEnvoi #send2 {
	border-color:#000000;
	background-color:#361b0f;
	color:#FFFFFF;
}
#page-plan-du-site {
	margin:0 auto;
	width:920px;
}
#head-plan-du-site {
	background:url(../images/plan-du-site/head-plan-du-site.jpg) no-repeat;
	height: 353px;
}
#body-plan-du-site {
	background:url(../images/plan-du-site/body-plan-du-site.jpg) no-repeat;
}
#content-plan-du-site {
	padding:20px 50px 20px 50px;
	text-align:justify;
	line-height:30px;
}
#foot-plan-du-site {
	background:url(../images/plan-du-site/footer-plan-du-site.jpg) no-repeat;
	height: 36px;
}
/*#plan du site*/



.plan {
	width: 470px;
	height: 480px;
	border:2px solid #ffffff;
	margin-left:auto;
	margin-right:auto;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img,  .plan-printer a {
	border: none;
}
.contact {
	text-align:-moz-center;
 !text-align:center;
}
/**************hight light************/



.highslide {
	cursor: url(images/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border:none;
}
.highslide:hover img {
	border: none;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 1px solid #ffffff;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid #ffffff;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #ffffff;
	padding-left: 22px;
	background-image: url(images/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,  a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,  a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
a.highslide-full-expand {
	background: url(images/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* These must always be last */



.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
/******************/



.div-partenaires {
	width:550px;
	margin:auto;
}
#table-partenaires {
	border-collapse:collapse;
	width:600px;
	border:solid 1px;
	border-color:#ffea00;
	margin:auto;
}
#table-partenaires tr {
}
#table-partenaires td {
	border-color:#ffea00;
	padding:10px;
}
.td1 {
	width:20;
	border:1px solid #ffea00;
	padding:10px;
}
.td2 {
	width:80%;
	border:1px solid #ffea00;
}
.img-flats {
	vertical-align:middle;
	text-align:center;
}
.text-flats {
	vertical-align:middle;
}
/*////////////////////////////////  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;
}
/*   placer next et prev */

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(LB/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink {
	background: url(../LB/images/prevlabel.gif) left 15% no-repeat;
}/*:hover, #prevLink:visited:hover*/
#nextLink {
	background: url(../LB/images/nextlabel.gif) right 15% no-repeat;
}/*:hover, #nextLink:visited:hover*/
#imageDataContainer {
	font: 10px Comic Sans MS;
	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  /////////////////////////////////*/



.img_cadre {
	padding:2px;
	border:2px solid #fff;
	margin:auto;
}
.liste_chiot {
	margin:5px 5px 0 0;
	padding:5px;
	border:1px solid #fff;
	float:left;
	width:220px;
	background-color:#835a24;
	background:url(../images/fond_bouton.jpg);
}
.liste_chiot a {
	font-weight: bold;
	text-decoration: none;
}
.liste_chien {
	border:1px solid #fff;
	float:left;
	width:215px;
	height:44px;
	background-color:#835a24;
	background:url(../images/fond_nomprod.jpg);
}
.liste_chien a {
	font-weight: bold;
	text-decoration: none;
}
.fiche_detail {
	background-color:#835a24;
	border:1px solid #fff;
}
.fiche_detail_td1 {
	border:1px solid #fff;
	background-color:#714d1f;
	background:url(../images/fond_nomprod.jpg);
}
.centre_v {
	padding:2px 0;
	background:url(../images/fond_nomprod2.jpg);
}
.cadre_detail {
	float:left;
	width:218px;
	margin:5px 5px 0 0;
	border:1px solid #fff;
	background-color:#835a24;
	padding:5px;
	height:200px;
}
.centrage {
	margin:auto;
	text-align:center;
	vertical-align:middle;
}
.cadre_rub {
	border:1px solid #fff;
	padding:5px;
	margin: 15px 15px 0 0;
	float:left;
	width:600px;
}
.titre_rub {
	background:url(../images/fond_bouton.jpg);
	border:1px solid #fff;
	padding:5px;
	margin: 0 15px 0 0;
	float:left;
	width:589px;
}
.titre_rub a {
	font-weight: bold;
	text-decoration: none;
}
.tablo_style {
	border:1px solid #fff;
	text-align:center;
	vertical-align:middle;
}

#encart-video {width:500px; height:75px; float:left; border:dashed 1px #fff; padding:5px; margin-bottom:2em; }

