@import url(https://fonts.googleapis.com/css?family=Lily+Script+One);
body 	{ color: #000;  margin-top:0px; background-color:#68a023; }
#global { color: #000; background: #68a023 url('bg.jpg') no-repeat center 23px; margin-top:0px; }

#annulehref { display:none; }

h2, #nav-main-bar ul li a, #nav-g-slide p,  #nav-g-chiots p, .actu-alaune-h1, h1 a, .nav-g-titre { font-family: 'Lily Script One', cursive; }
#nav-g-chiots p, .nav-g-titre, .actu-alaune-h1 { font-size: 1.4em; font-weight:normal; }

.actu-alaune-h1 { color:#fff; text-shadow: 0px 0px 2px rgba(0,0,0,0.90); margin-bottom:5px;}

/****************  ALL   ***************/

h2, .livredor-messages .titre, .coul, .liste_chiots .boxprix .prix { color: #255d68; }
h2 { font-size: 1.7em; text-shadow:1px 1px 0 rgba(0,0,0,0.30); margin-bottom: 5px; }
.article-main h2 { font-size: 1.5em; text-shadow:1px 1px 0 rgba(0,0,0,0.30); margin-bottom: 10px; }
/****************  AFFIXE & RACE  ***************/

h1 a {
width:100%;
display:block;
margin:auto;
text-align:center;
padding-top:0px;
font-size:4em;
color:#308b9e;
/*
text-shadow:-2px -2px 3px -5px rgba(0,0,0,1), 0px 0px #fff, 0px 0px 0px 7px #FFF, 0 0 10px rgba(0,0,0,1);
-moz-text-shadow:0 0 10px rgba(0,0,0,1);
-ms-text-shadow:0 0 10px rgba(0,0,0,1);
-o-text-shadow:0 0 10px rgba(0,0,0,1);
-webkit-text-shadow:0 0 10px rgba(0,0,0,1);
text-shadow: 0px 1px 0px #ccc, 0px 2px 0px #c9c9c9, 0px 3px 0px #bbb, 0px 6px 1px rgba(0,0,0,0.1), 0px 0px 5px rgba(0,0,0,0.1), 0px 1px 3px rgba(0,0,0,0.3), 0px 3px 5px rgba(0,0,0,0.2), 0px 5px 10px rgba(0,0,0,0.25), 0px 20px 20px rgba(0,0,0,0.15);
*/
text-shadow:0 2px 1px #fff, 0 -2px 1px #fff, 2px 0 1px #fff, -2px 0 1px #fff, 0 0 12px rgba(0,0,0,0.6);
}
h1 a:hover { color:#062d35; }

h1 p {
display:block;
text-align:center;
position: relative;
top:0px;
text-transform:uppercase;
font-size:12px;
bottom:-20px;
letter-spacing:-0.5px;
width:100%;
}

.mini {font-size:4em !important;}

h4	{
display:block;
color:rgba(0, 0, 0, 0.6);

margin-top:-20px;
margin-left:245px;
font-size:3em;
text-shadow: 0px 0px 16px #FFF;
}
#header-affixe          { height:275px}
#header-affixe a        { margin-top:75px; text-align:center; display:block;}
/*#header-affixe a:Hover  {color:#CC0000;}*/

#nav-g-slide button {
width: 106.5px;
color:#FFF !important;
border:0px solid #FFF !important;
padding: 6px 0px 6px 0px;
cursor: pointer;
}
.carrousel-prev { background: #FFF url('carrousel-prev.png') no-repeat -8px 0; height:30px;}
.carrousel-next { background: #FFF url('carrousel-next.png') no-repeat 4px 0; height:30px;}
.carrousel-prev:hover, .carrousel-next:hover { opacity:0.7}

/****************  FOND PAGE   ***************/
#section-main-page {
background-color:rgba(255,255,255,0.2);
/*box-shadow: 0 0 20px rgba(0,0,0,1.00);*/
margin-top:20px;
}
/****************  MENU PRINCIPAL  ***************/
#nav-main-bar ul li a {
font-size:1.4em;
color: #fff;
text-shadow:0 1px 1px rgba(0,0,0,0.5), 0 -1px 1px rgba(0,0,0,0.5), 1px 0 1px rgba(0,0,0,0.5), -1px 0 1px rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.6);
}
#nav-main-bar ul li a.nav-main-selection, #rubaccueil a.nav-main-selection-acc, #nav-main-bar ul li a:hover { color: #255d68; text-shadow:0 1px 1px rgba(255,255,255,0.5), 0 -1px 1px rgba(255,255,255,0.5), 1px 0 1px rgba(255,255,255,0.5), -1px 0 1px rgba(255,255,255,0.5), 0 0 3px rgba(255,255,255,0.6);}

#rubaccueil a.nav-main-selection-acc{}
.icone-accueil {background: url('../../vign-accueil-blanc.png') no-repeat 50% 50%; }

#nav-main {}
#nav-main-bar {
    position:relative;
}
#nav-main-bar .nav-main-deco {
    display:block;
    height:18px;
    width:100%; 
    display:block;
    position:absolute;
    border:0px solid rgba(0,0,0,1.00);
    bottom:-10px;
    right:0;
}


#anim {
display:block;
height:21px;
width:32px;
position:absolute;
left:476px;
top:170px;
animation: showanim 0.8s  1 linear;
-webkit-animation: showanim 0.8s  1 linear;
-moz-animation: showanim 0.8s  1 linear;
-ms-animation: showanim 0.8s  1 linear;
-o-animation: showanim 0.8s  1 linear;
}

@keyframes showanim {
    0%      { opacity:0; top:195px; }
    100%    { opacity:1; top:170px;}
}

@-moz-keyframes showanim {
    0%      { opacity:0; top:195px; }
    100%    { opacity:1; top:170px;}}

@-webkit-keyframes showanim {
    0%      { opacity:0; top:195px; }
    100%    { opacity:1; top:170px;}}

#anim-1 {
    display:block;
    float:left;
    width:14px;
    height:21px;
    animation: show1 0.25s  3 linear;
    -webkit-animation: show1 0.25s  3 linear;
    -moz-animation: show1 0.25s  3 linear;
    -ms-animation: show1 0.25s  3 linear;
    -o-animation: show1 0.25s  3 linear;
    background:  url('img2.png') no-repeat top left;
}

@keyframes show1 {
    0%      { transform: scaleX(1.0); margin-left:0;  }
    50%     { transform: scaleX(0); margin-left:9px;  }
    100%    { transform: scaleX(1.0); margin-left:0;   }
}

@-moz-keyframes show1 {
    0%      { transform: scaleX(1.0); margin-left:0; }
    50%     { transform: scaleX(0); margin-left:9px; }
    100%    { transform: scaleX(1.0); margin-left:0; }
}

@-webkit-keyframes show1 {
    0%      { transform: scaleX(1.0); margin-left:0;   }
    50%     { transform: scaleX(0);  margin-left:9px; }
    100%    { transform: scaleX(1.0); margin-left:0;  }
}

#anim-2 {
    display:block;
    margin-left:16px;
    width:14px;height:21px;
    animation: show1 0.25s  3 linear;
    -webkit-animation-delay: 10s; /* Chrome, Safari, Opera */
    animation-delay: 10s;
    -webkit-animation: show2 0.25s  3 linear;
    -moz-animation: show2 0.25s  3 linear;
    -ms-animation: show2 0.25s  3 linear;
    -o-animation: show2 0.25s  3 linear;
    background:  url('img1.png') no-repeat top right;
}

@keyframes show2 {
    0%      { transform: scaleX(1.0); margin-left:16px;  }
    50%     { transform: scaleX(0); margin-left:14px;  }
    100%    { transform: scaleX(1.0); margin-left:16px;  }
}

@-moz-keyframes show2 {
    0%      { transform: scaleX(1.0); margin-left:16px;  }
    50%     { transform: scaleX(0); margin-left:14px;  }
    100%    { transform: scaleX(1.0); margin-left:16px;  }
}

@-webkit-keyframes show2 {
    0%      { transform: scaleX(1.0); margin-left:16px;  }
    50%     { transform: scaleX(0); margin-left:14px;  }
    100%    { transform: scaleX(1.0); margin-left:16px;  }
}



.nav-effets-speciaux1{
    position:absolute;
    bottom:-120px;
    display:block;
    width:10px;
    opacity:0;
    height:10px; background:  url('img3.gif') no-repeat 50% 50%;
  animation: animationFrames linear 6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 6s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 6s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}


.nav-effets-speciaux2{
    position:absolute;
    bottom:-180px;
    left:-50px;
    display:block;
    width:10px;
    opacity:0;
    height:10px; background:  url('img3.gif') no-repeat 50% 50%;
  animation: animationFrames linear 8s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 8s 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 8s 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 8s 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 8s 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,0px)  ;
  }
  10% {
    opacity:1;
    transform:  translate(30px,-25px)  ;
  }
  20% {
    transform:  translate(61px,-16px)  ;
  }
  30% {
    transform:  translate(101px,-34px)  ;
  }
  40% {
    transform:  translate(139px,-20px)  ;
  }
  50% {
    transform:  translate(180px,-20px)  ;
  }
  60% {
    transform:  translate(225px,-35px)  ;
  }
  70% {
    opacity:0;
    transform:  translate(260px,-24px)  ;
  }
  100% {
    opacity:0;
    transform:  translate(260px,-24px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,0px)  ;
  }
  10% {
    opacity:1;
    -moz-transform:  translate(30px,-25px)  ;
  }
  20% {
    -moz-transform:  translate(61px,-16px)  ;
  }
  30% {
    -moz-transform:  translate(101px,-34px)  ;
  }
  40% {
    -moz-transform:  translate(139px,-20px)  ;
  }
  50% {
    -moz-transform:  translate(180px,-20px)  ;
  }
  60% {
    -moz-transform:  translate(225px,-35px)  ;
  }
  70% {
    opacity:0;
    -moz-transform:  translate(260px,-24px)  ;
  }
  100% {
    opacity:0;
    -moz-transform:  translate(260px,-24px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,0px)  ;
  }
  10% {
    opacity:1;
    -webkit-transform:  translate(30px,-25px)  ;
  }
  20% {
    -webkit-transform:  translate(61px,-16px)  ;
  }
  30% {
    -webkit-transform:  translate(101px,-34px)  ;
  }
  40% {
    -webkit-transform:  translate(139px,-20px)  ;
  }
  50% {
    -webkit-transform:  translate(180px,-20px)  ;
  }
  60% {
    -webkit-transform:  translate(225px,-35px)  ;
  }
  70% {
    opacity:0;
    -webkit-transform:  translate(260px,-24px)  ;
  }
  100% {
    opacity:0;
    -webkit-transform:  translate(260px,-24px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,0px)  ;
  }
  10% {
    opacity:1;
    -o-transform:  translate(30px,-25px)  ;
  }
  20% {
    -o-transform:  translate(61px,-16px)  ;
  }
  30% {
    -o-transform:  translate(101px,-34px)  ;
  }
  40% {
    -o-transform:  translate(139px,-20px)  ;
  }
  50% {
    -o-transform:  translate(180px,-20px)  ;
  }
  60% {
    -o-transform:  translate(225px,-35px)  ;
  }
  70% {
    opacity:0;
    -o-transform:  translate(260px,-24px)  ;
  }
  100% {
    opacity:0;
    -o-transform:  translate(260px,-24px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,0px)  ;
  }
  10% {
    opacity:1;
    -ms-transform:  translate(30px,-25px)  ;
  }
  20% {
    -ms-transform:  translate(61px,-16px)  ;
  }
  30% {
    -ms-transform:  translate(101px,-34px)  ;
  }
  40% {
    -ms-transform:  translate(139px,-20px)  ;
  }
  50% {
    -ms-transform:  translate(180px,-20px)  ;
  }
  60% {
    -ms-transform:  translate(225px,-35px)  ;
  }
  70% {
    opacity:0;
    -ms-transform:  translate(260px,-24px)  ;
  }
  100% {
    opacity:0;
    -ms-transform:  translate(260px,-24px)  ;
  }
}


.nav-effets-speciaux3{
    position:absolute;
    bottom:-180px;
    left:350px;
    display:block;
    width:10px;
    opacity:0;
    height:10px; background:  url('img3.gif') no-repeat 50% 50%;
  animation: animationFrames2 linear 10s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames2 linear 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames2 linear 10s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames2 linear 10s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames2 linear 10s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames2{
  0% {
    opacity:0;
    transform:  translate(234px,-22px)  ;
  }
  9% {
    opacity:0.8178678147364317;
    transform:  translate(183px,-39px)  ;
  }
  11% {
    opacity:1;
    transform:  translate(173px,-35px)  ;
  }
  11% {
    transform:  translate(173px,-35px)  ;
  }
  20% {
    transform:  translate(128px,-19px)  ;
  }
  30% {
    transform:  translate(42px,-33px)  ;
  }
  40% {
    transform:  translate(-23px,-16px)  ;
  }
  50% {
    transform:  translate(-110px,-19px)  ;
  }
  60% {
    transform:  translate(-198px,-33px)  ;
  }
  69% {
    transform:  translate(-272px,-15px)  ;
  }
  80% {
    opacity:0;
    transform:  translate(-312px,-21px)  ;
  }
  100% {
    opacity:0;
    transform:  translate(-312px,-21px)  ;
  }
}

@-moz-keyframes animationFrames2{
  0% {
    opacity:0;
    -moz-transform:  translate(234px,-22px)  ;
  }
  9% {
    opacity:0.8178678147364317;
    -moz-transform:  translate(183px,-39px)  ;
  }
  11% {
    opacity:1;
    -moz-transform:  translate(173px,-35px)  ;
  }
  11% {
    -moz-transform:  translate(173px,-35px)  ;
  }
  20% {
    -moz-transform:  translate(128px,-19px)  ;
  }
  30% {
    -moz-transform:  translate(42px,-33px)  ;
  }
  40% {
    -moz-transform:  translate(-23px,-16px)  ;
  }
  50% {
    -moz-transform:  translate(-110px,-19px)  ;
  }
  60% {
    -moz-transform:  translate(-198px,-33px)  ;
  }
  69% {
    -moz-transform:  translate(-272px,-15px)  ;
  }
  80% {
    opacity:0;
    -moz-transform:  translate(-312px,-21px)  ;
  }
  100% {
    opacity:0;
    -moz-transform:  translate(-312px,-21px)  ;
  }
}

@-webkit-keyframes animationFrames2 {
  0% {
    opacity:0;
    -webkit-transform:  translate(234px,-22px)  ;
  }
  9% {
    opacity:0.8178678147364317;
    -webkit-transform:  translate(183px,-39px)  ;
  }
  11% {
    opacity:1;
    -webkit-transform:  translate(173px,-35px)  ;
  }
  11% {
    -webkit-transform:  translate(173px,-35px)  ;
  }
  20% {
    -webkit-transform:  translate(128px,-19px)  ;
  }
  30% {
    -webkit-transform:  translate(42px,-33px)  ;
  }
  40% {
    -webkit-transform:  translate(-23px,-16px)  ;
  }
  50% {
    -webkit-transform:  translate(-110px,-19px)  ;
  }
  60% {
    -webkit-transform:  translate(-198px,-33px)  ;
  }
  69% {
    -webkit-transform:  translate(-272px,-15px)  ;
  }
  80% {
    opacity:0;
    -webkit-transform:  translate(-312px,-21px)  ;
  }
  100% {
    opacity:0;
    -webkit-transform:  translate(-312px,-21px)  ;
  }
}

@-o-keyframes animationFrames2 {
  0% {
    opacity:0;
    -o-transform:  translate(234px,-22px)  ;
  }
  9% {
    opacity:0.8178678147364317;
    -o-transform:  translate(183px,-39px)  ;
  }
  11% {
    opacity:1;
    -o-transform:  translate(173px,-35px)  ;
  }
  11% {
    -o-transform:  translate(173px,-35px)  ;
  }
  20% {
    -o-transform:  translate(128px,-19px)  ;
  }
  30% {
    -o-transform:  translate(42px,-33px)  ;
  }
  40% {
    -o-transform:  translate(-23px,-16px)  ;
  }
  50% {
    -o-transform:  translate(-110px,-19px)  ;
  }
  60% {
    -o-transform:  translate(-198px,-33px)  ;
  }
  69% {
    -o-transform:  translate(-272px,-15px)  ;
  }
  80% {
    opacity:0;
    -o-transform:  translate(-312px,-21px)  ;
  }
  100% {
    opacity:0;
    -o-transform:  translate(-312px,-21px)  ;
  }
}

@-ms-keyframes animationFrames2 {
  0% {
    opacity:0;
    -ms-transform:  translate(234px,-22px)  ;
  }
  9% {
    opacity:0.8178678147364317;
    -ms-transform:  translate(183px,-39px)  ;
  }
  11% {
    opacity:1;
    -ms-transform:  translate(173px,-35px)  ;
  }
  11% {
    -ms-transform:  translate(173px,-35px)  ;
  }
  20% {
    -ms-transform:  translate(128px,-19px)  ;
  }
  30% {
    -ms-transform:  translate(42px,-33px)  ;
  }
  40% {
    -ms-transform:  translate(-23px,-16px)  ;
  }
  50% {
    -ms-transform:  translate(-110px,-19px)  ;
  }
  60% {
    -ms-transform:  translate(-198px,-33px)  ;
  }
  69% {
    -ms-transform:  translate(-272px,-15px)  ;
  }
  80% {
    opacity:0;
    -ms-transform:  translate(-312px,-21px)  ;
  }
  100% {
    opacity:0;
    -ms-transform:  translate(-312px,-21px)  ;
  }
}

/****************  MENU GAUCHE ***************/
/*#nav-main-bar ul li a:hover, #nav-main-bar ul li a.nav-main-selection, #rubaccueil a.nav-main-selection-acc, 
.box-chiens-etat, .resultat-box-txt .manif, .p-sepa-box1, .p-sepa-box3 { 
box-shadow: 0 0 20px rgba(0,0,0,0.25)inset; border-radius:10px;
}*/

#rubaccueil a.nav-main-selection-acc { background: url('bgacc.png') no-repeat 50% 50% ;  }
#rubaccueil a { background: url('bgacc.png') no-repeat 50% 50% ;  }


#nav-g-slide p {color: #fff; font-size:1.3em; text-shadow:0 1px 1px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.2), 1px 0 1px rgba(0,0,0,0.2), -1px 0 1px rgba(0,0,0,0.52), 0 0 5px rgba(0,0,0,0.2);}
.nav-g-titre { 
background: url('nav-g-titre.png') no-repeat -6px 0; 
color: #fff;
min-height: 45px;
line-height: 45px;
padding-left: 20px;
position: relative;
margin-left:-17px;
text-shadow:0 1px 1px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.2), 1px 0 1px rgba(0,0,0,0.2), -1px 0 1px rgba(0,0,0,0.52), 0 0 5px rgba(0,0,0,0.2);
}
.nav-deco 	 { background: url('nav-g-titre.png') no-repeat 0 0; width: 8px; height:40px; left: -6px; top: 0px; border:0px #FFF solid; }
.nav-g-rubrique a .cub  {  /*background: url('cub.png') no-repeat top center; */ width: 10px; height: 17px; margin-right: 8px; margin-top: 0px; margin-bottom: 5px; }

/****************  FOND PAGE + FOND MENU + FOND SLIDE CHIOT A LA UNE ***************/

.nav-g-rubrique, #nav-g-slide {
border: 0px;
}

.article-duo, .article-main, .article-main-max  {
border: 0px;
background-color: #FFFFFF;
}

#nav-g-slide { background-color:rgba(255,255,255,0.00); border:1px solid #59a3b2;}

.article-duo, .article-main, .article-main-max,  #nav-g-slide {
border-radius : 0px;
}

/****************  PIED   ***************/
#pied .affixe, #pied .cdf a { color: #000; }
#pied .siret, #pied .avertissement { color: #fff; }
footer  {   margin:auto;  background: url('footer.jpg') no-repeat bottom center;}
#pied   {  padding:10px 20px;}
#nav-g-races .nav-g-races-top { display:none}

/*************************************************************************************************************************************/
/**************************************************     SUPP     *********************************************************************/
/*************************************************************************************************************************************/
#global { }
a 		{ color: #000; }
a:hover { color: #000; }

h3 { margin-bottom: 15px; margin-top: -10px; color: #555; }
.bgh3 { background-color: #F1F1F1; }
h4 { font-size: 16px; font-weight: bold; margin-top: 25px; text-transform: uppercase; text-align: left; margin-left:0;   }   
#aside-atara { background-color:#255d68; background-image:none;}
#aside-atara-bar, #aside-atara-bar .vign-atara { color: #FFFFFF; }
#nav-main, #nav-main-bar ul li a, #section-main { display: block; margin: 0 0; }
/*#nav-g-slide, .actu-alaune { border: 1px solid #ccc;border-bottom: 0px; }*/
.actu-alaune  { min-height:90px;background: rgba(37,93,104,0.50) url('actu-alaune-fond.png') repeat-x top center; margin-bottom:10px; color:#FFF; border:1px solid #5891b5; }
.actu-alaune-img img {box-shadow:none;}

#section-main { }
.nav-g-rubrique { padding: 4px 4px 1px 4px; }
#nav-main-bar ul li a {
margin-right: 2px;
border-bottom: 0;
border-radius: 4px 4px 0 0;
line-height: 45px;
height: 45px;
}
#nav-main-bar ul li#rubcontact a { margin-right:0px; } 

.nav-deco {position: absolute;display: block;}
.nav-g-rubrique a  { padding: 8px 0 8px 13px;margin-bottom: 0px; margin-bottom: 4px; 
 color:#FFF; text-shadow:1px 1px 2px rgba(0,0,0,1);
background: rgba(255,255,255,0.3) url('cub.png') no-repeat 0 -20px; 
}
#nav-g-races .nav-g-races-bottom {border-width: 0px;border-color: #000;margin-bottom: 4px;}
#nav-g-races a {margin-bottom: 4px;background: rgb(255, 255, 255);background: rgba(255, 255, 255, 0.2);color:#000; border-radius:5px;}
#nav-g-races a .vign { border-radius: 20px; } /* Vignettes menu race*/
.nav-g-rubrique a:hover { background-color: rgba(255,255,255,0.7);  }
#nav-g-races a:hover, #nav-g-slide .car-lien:hover { background-color:rgba(255,255,255,0.70); }
.nav-g-rubrique a:hover { padding-left: 18px; }
#nav-g-races p { font-size: 18px; }
.nav-g-sepa { border-color: #555; }
.nav-g-rubrique .selection { font-weight: bold; }
#nav-main { width: 980px;margin: auto;text-align: center;}
.p-sepa-box2 { border-color: #255d68; }
.liste_chiots .status .contact { background-color: #255d68;}
.liste_chiots .status .contact .fleche { border-color: transparent #255d68 transparent transparent; }
.article-main, #nav-g-races a { border:0px solid #ccc}
#section-main-page {min-height: 500px;max-width: 960px;padding: 10px;}
#pied { }
input[type="submit"] {box-shadow: 0 0 1px #000;background-image: linear-gradient(#f1f1f1, #d7d7d7);border: 1px solid #FFFFFF;}
input[type="submit"]:hover {box-shadow: 0 0 3px #555;background-image: linear-gradient(#d7d7d7, #f1f1f1);border: 1px solid #555;}
.nav-g-rubrique .selection { background-color: rgba(255,255,255,0.5); }
#nav-g-races .selection {font-weight: bold;text-shadow: 0 0 5px #555;}
.fiche-titre .info .ville { color: #555555; }
#aside-atara-bar .vign-atara { font-size: 0.7em; }
.nompere, .nommere, .liste_chiots .infocdf, #aside-atara-bar .vign-atara, .box-chiens .out .nom, .box-chiens-etat, .fiche-titre .info, .galeries-photos .int,  #nav-g-slide .chiotalaune .car-slide, .liste_chiots .nom .gris, #pied .cdf, #pied .avertissement, .p-agpere .p-lien, .p-agmere .p-lien, .p-pere, .p-mere, .p-gpere, .p-gmere, .p-agpere, .p-agmere, #pied .siret, .liste_chiots .nom .boxprix .int, .box-chiens-petit .out .nom, .pedigree-box .pedinomargrd, .galeries-videos .autresvideos .nb { font-size: 0.8em; }
.liste_chiots, .article-main-nav, .actu-alaune-txt, .nav-g-rubrique a, #nav-g-races a .position-race, .fiche-parents .fp-int, .paragraphe div span, .paragraphe-rub, .liste_chiots .commentaire, input[type="submit"], .galeries-box .int, .actu-alaune, .lien-text, .livredor-messages .txt, .galeries-videos .autresvideos, .telechargement-box { font-size: 0.9em; }
h3, .liste_chiots .nom, .p-lien, .fiche-pedigree:hover { font-size: 1em; }
.contact-tel .cont { font-size: 1.3em; }

.liste_chiots .boxprix, .resultat-box-img, #nav-g-slide .chiotalaune, .liste_chiots .boximg .grd, .fiche-img-vide, #nav-g-races a .vign, .box-chiens-petit .out .in, .fiche-img-vide, .fiche-parents .imgparents, .fiche-retour-bas:hover, .fiche-retour:hover, .pedigree-box-first:hover, .pedigree-box:hover, .galeries-photos a, .contact-tel, .paragraphe-rub p, .liste-portees .imgportee,  .liste-portees .parents .box .imgbox, .liste_chiots h4, .message, .information, .livredor-messages .nom, .resultat-box-txt .manif, .telechargement-box:hover, .bar-annee, .bout-annee:hover, .bgh3, .galeries-videos .autresvideos .nb, .fiche-info .int { background-color: #f1f1f1; }
.box-chiens, .box-chiens-petit, .fiche-info .int, .fiche-info .cont, .fiche-parents, .fiche-pedigree, .fiche-parents:hover, .fiche-pedigree:hover, .fiche-titre, .fiche-retour-bas, .liste_chiots .box, .resultat-box:hover, .telechargement-box:hover, .galeries-box, .bar-annee .gras, .liste_chiots .boxprix, #nav-g-slide button { border: 1px solid #ccc; }
.flechehaut { width: 50px; height: 51px; display: block; background: url('https://sev4.chiens-de-france.com/media/backtop-blanc.png') no-repeat 50% 50%; }
.liste_chiots .boxprix { border-top: 0; border-right: 0; }