@import url(https://fonts.googleapis.com/css?family=Cookie);
body 	{ color: #000;  margin-top:0px; background-color:#5990b6; }
#global { color: #000; background: #5891b5 url('bg.jpg') no-repeat center 23px; margin-top:0px; }



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: 'Cookie', cursive; }
#nav-g-slide p,  #nav-g-chiots p, .nav-g-titre, .actu-alaune-h1 { font-size: 1.7em; font-weight:normal; }
.actu-alaune-h1 { color:#ccc; text-shadow: 1px 1px 1px rgba(0,0,0,0.50);}

/****************  ALL   ***************/

h2, .livredor-messages .titre, .coul, .liste_chiots .boxprix .prix { color: #da2f6b; }
h2 { font-size: 2.5em; margin-bottom: 5px; }
/****************  AFFIXE & RACE  ***************/

h1 a {
width:100%;
display:block;
margin:auto;
text-align:center;
padding-top:0px;
font-size:5.5em;
color:#FFF;
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);
}
h1 a:hover { color:#c70146; }

h1 p {
display:block;
text-align:center;
position: relative;
top:-5px;
text-transform:capitalize;
font-size:14px;
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;
font-family: 'Henny Penny', cursive;
text-shadow: 0px 0px 16px #FFF;
}
#header-affixe          { height:298px}
#header-affixe a        { margin-top:108px; 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:#ececec;*/
border-top		: 0px solid #000;
border-bottom	: 0px solid #000;
margin-top:17px;
/*


background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.4);
*/
}
/****************  MENU PRINCIPAL  ***************/
#nav-main-bar ul li a {
font-size:1.8em;
color: #000;
}
#nav-main-bar ul li a:hover { color: #da2f6b; box-shadow: 0 0 20px rgba(212,1,75,0.50)inset; }
#nav-main-bar ul li a.nav-main-selection, #rubaccueil a.nav-main-selection-acc { color:#da2f6b;}
#rubaccueil a.nav-main-selection-acc{}
.icone-accueil {background: url(' media/vign-accueil-blanc.png') no-repeat 50% 50%; }
#rubaccueil   { 
transform: rotate(-10deg);
margin:-5px 0 0 -7px;
}

#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;
}

.nav-effets-speciaux1, .nav-effets-speciaux2, .nav-effets-speciaux3, .nav-effets-speciaux4 { border:0px solid rgba(0,0,0,1.00);height:290px;display:block; margin-left:-5px;width:100%;}

.nav-effets-speciaux1 {
z-index:-700;
top:-0px;
position:absolute;
animation: show1 4s  infinite linear;
-webkit-animation: show1 4s  infinite linear;
-moz-animation: show1 4s  infinite linear;
-ms-animation: show1 4s  infinite linear;
-o-animation: show1 4s  infinite linear;
background:  url('img1.png') no-repeat top center;   
}

@keyframes show1 {
0%      { opacity:0;}
50%     { opacity:1;}
100%    { opacity:0;}
}

@-moz-keyframes show1 {
0%      { opacity:0;}
50%     { opacity:1;}
100%    { opacity:0;}
}

@-webkit-keyframes show1 {
0%      { opacity:0;}
50%     { opacity:1;}
100%    { opacity:0;}
}

.nav-effets-speciaux2 {
z-index:-800;
top:0px;
position:absolute;
animation: show2 7s  infinite linear;
-webkit-animation: show2 5s  infinite linear;
-moz-animation: show2 5s  infinite linear;
-ms-animation: show2 5s  infinite linear;
-o-animation: show2 5s  infinite linear;
background:  url('img2.png') no-repeat top center; 
}

.nav-effets-speciaux4 {
z-index:-1000;
top:-0px;
position:absolute;
animation: show2 7s  infinite linear;
-webkit-animation: show2 6s  infinite linear;
-moz-animation: show2 6s  infinite linear;
-ms-animation: show2 6s  infinite linear;
-o-animation: show2 6s  infinite linear;
background:  url('img4.png') no-repeat top center; 
}

@keyframes show2 {
0%      { opacity:1;}
50%     { opacity:0;}
100%    { opacity:1;}
}

@-moz-keyframes show2 {
0%      { opacity:1;}
50%     { opacity:0;}
100%    { opacity:1;}
}

@-webkit-keyframes show2 {
0%      { opacity:1;}
50%     { opacity:0;}
100%    { opacity:1;}
}


.nav-effets-speciaux3 {
z-index:-900;
top:-0px;
position:absolute;
animation: show3 12s  infinite linear;
-webkit-animation: show3 7s  infinite linear;
-moz-animation: show3 7s  infinite linear;
-ms-animation: show3 7s  infinite linear;
-o-animation: show3 7s  infinite linear;
background:  url('img3.png') no-repeat top center; 
}



@keyframes show3 {
20%      { opacity:0; }
50%     { opacity:1;}
80%    { opacity:0; }
}

@-moz-keyframes show2 {
20%      { opacity:0;}
50%     { opacity:1;}
80%    { opacity:0;}
}

@-webkit-keyframes show2 {
20%      { opacity:0;}
50%     { opacity:1;}
80%    { opacity:0;}
}

#rubchiens { transform: rotate(-1deg);  margin-top:2px;}
#rubchiots {transform: rotate(-0.5deg);  margin-top:0px;}
#rubactus {transform: rotate(-0.5deg);  margin-top:-2px;}
#rubphotos {transform: rotate(-1deg);  margin-top:-5px;}
#rubliens {transform: rotate(-1deg);  margin-top:-8px;}
#rublivre {transform: rotate(-0.8deg);  margin-top:-9px;}
#rubcontact {transform: rotate(-0.9deg); margin-top:-10px; } 

/****************  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;
}



.nav-g-titre { 
background: url('nav-g-titre.png') no-repeat -6px 0; 
color: #000;
min-height: 30px;
line-height: 30px;
padding-left: 20px;
padding-top:25px;
position: relative;
}
.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: 17px; height: 17px; margin-right: 8px; margin-top: 0px; margin-bottom: 5px; }

/****************  FOND PAGE + FOND MENU + FOND SLIDE CHIOT A LA UNE ***************/

.article-duo, .article-main, .article-main-max, .nav-g-rubrique, #nav-g-slide {
border: 0px;
background-color: #FFFFFF;
}
.article-duo, .article-main, .article-main-max,  #nav-g-slide {
border-radius : 5px;
}

/****************  PIED   ***************/
#pied .affixe, #pied .cdf a { color: #000; }
#pied .siret, #pied .avertissement { color: #fff; }
footer  { width: 960px; margin:auto;}
#pied   {  padding:10px 20px;  background-color:rgba(255,255,255,0.10); border-radius:5px; margin:10px 0;}
#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; }   
#aside-atara { background-color:#8b133d;}
#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: #5891b5 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;}
#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: #F4F4F4; border-radius:10px; }
#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: #da2f6b; }
.liste_chiots .status .contact { background-color: #da2f6b;}
.liste_chiots .status .contact .fleche { border-color: transparent #da2f6b 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: #fff; }
#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: 1.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; }