/*
****************************************
*
*  (c) YZALIS 2008
*
****************************************
*/


/***************************************
 *     General reset
 **************************************/

/* Reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea, select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: none;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
th, td {
  vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}



/***************************************
 *     Global
 **************************************/

html, body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: rgb(75,75,77);
  background: rgb(230,230,230) url(../images/fond_degrade.png) repeat-x;
}

html {
  font-size: 100%;
}

body {
  font-size: 0.7em;
}

a:link,
a:visited {
  text-decoration: none;
  color: rgb(75,75,77);

}

a:hover,
a:active {
  color: rgb(234,71,42);
  text-decoration: underline;
}

a img {
  border: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}
.yz_text {
  color: rgb(75,75,77);
}

img.yz_pngtransparent {
   xbehavior: url(../js/pngbehavior.htc);
}

.yz_clearleft{ clear:left; display: block; }
.yz_clearright{ clear: right; display: block; }
.yz_clearboth{ clear: both; display: block; }



.yz_motdepasseoublie {
 text-align:center;
 margin-top:1em;
}

/***************************************
 *     Contenu
 **************************************/

#yz_container {
  background: url(../images/fond.png) top center no-repeat;
}

.yz_contenucentral {
  width: 990px;
  margin:0 auto 0;
}

.yz_contenucentral .yz_clear{
  clear: both;
  display: block;
}
.technical-information {
  -moz-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border:1px solid rgb(220,220,220);
  margin-bottom:20px;
  line-height:1.3em;
  padding:5px;
}
.yz_contenu {
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -khtml-border-radius-topleft: 0.5em;
  -khtml-border-radius-topright: 0.5em;
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border-top: 1px solid rgb(220,220,220);
  border-right: 1px solid rgb(220,220,220);
  border-left: 1px solid rgb(220,220,220);
  background-color: rgb(255,255,255);
  padding: 1em 1em 2em 1em;
}

.yz_contenu .yz_clear {
  clear: both;
  display: block;
}


/***************************************
 *     Header
 **************************************/


#yz_header {
  padding-bottom: 1em;
}

#yz_header .yz_clear{
  clear: both;
  display: block;
}


/*** Bandeau ***/

.yz_bandeau .yz_clear{
  clear: right;
  display: block;
}

.yz_bandeau .yz_connexion {
  float: right;
  margin-right: 1em;
  margin-top: 0.5em;
}

.yz_bandeau .yz_nonconnecte a {
  font-weight: bold;
  color: rgb(234,71,42);
}

.yz_bandeau .yz_connecte a.yz_compte {
  text-decoration: underline;
}
.yz_bandeau .yz_logo,
.yz_bandeau .yz_slogan {
  float: left;
}

.yz_bandeau .yz_logo {
  padding-top: 1em;
  padding-bottom: 1em;
}

.yz_bandeau .yz_slogan {
  margin-top: 2.2em;
  margin-left: 1em;
  font-size: 1.4em;
  font-weight: bold;
}

.yz_bandeau .yz_slogan span {
  position: absolute;
}


/*** menu global***/

.yz_menuglobal {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  border-radius: 0.5em;
  background: rgb(255,255,255) url(../images/white-grad.png) top left repeat-x;
  xborder: 1px solid rgb(220,220,220);
  padding: 0 10px 0 0;
}

.yz_menuglobal .yz_clear{
  clear: both;
  display: block;
}
.yz_menuglobal .yz_menu li {
 border-right: 1px solid rgb(255,255,255);
 float: left;
}

.yz_menuglobal .yz_menu li a {
  display: block;
  border-right: 1px solid rgb(230,230,230);
  padding: 9px 20px 9px 20px;
  font-weight: bold;
}

.yz_menuglobal .yz_menu li a.yz_accueil {
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -khtml-border-radius-topleft: 0.5em;
  -khtml-border-radius-bottomleft: 0.5em;
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  padding: 8px 20px 8px 20px;
}

.yz_menuglobal .yz_menu a:hover {
  background: rgb(245,245,245) url(../images/white-grad-active.png) top left repeat-x;
  text-decoration: none;
}

.yz_menuglobal .yz_menu .yz_contenupanier {
  font-weight: normal;
  margin-left: 0.5em;
}

.yz_menuglobal .yz_menu .yz_sousmenu .yz_videonombre {
  font-weight: normal;
}

.yz_menuglobal .yz_menu .yz_sousmenu {
  display: none;
  position: absolute;
  background-color: rgb(255,255,255);
  border: 1px solid rgb(220,220,220);
}

.yz_menuglobal .yz_menu .yz_sousmenu img {
  vertical-align: middle;
  margin: 3px 5px 3px 0;
  padding: 0;
}

.yz_menuglobal .yz_menu .yz_sousmenu li {
  z-index: 999;
  float: none;
  line-height: 1.5em;
}

.yz_menuglobal .yz_menu .yz_sousmenu li a {
  border: none;
  padding: 3px 20px 3px 20px;
}

.yz_menuglobal .yz_menu .yz_sousmenu li a:hover{
  background-color: rgb(245,245,245);
  background-image:none;
}

.yz_recherche{
  float: right;
  padding-top: 4px !important;
}

.yz_recherche #yz_search{
  color: rgb(130,130,130);
  padding: 2px;
  font-size: 1em;
  border-left: 1px solid rgb(220,220,220);
  border-top: 1px solid rgb(180,180,180);
  border-right: 1px solid rgb(220,220,220);
  border-bottom: 1px solid rgb(220,220,220);
  background-color: rgb(255,255,255);
}

.yz_recherche input[type=image]{
  top:2px;
  position:relative;
}


/***************************************
 *     Formulaire identification modal
 **************************************/

#yz_signin {
  padding-top: 5px;
}

#yz_signin label {
  width: 100px;
  font-weight: bold;
  display: block;
  float: left;
}

#yz_signin .yz_ligne {
  margin-bottom:10px;
}

#yz_signin .yz_error,
#yz_signin .yz_button {
  margin-left: 100px;
}


/***************************************
 *     Formulaire
 **************************************/

.yz_form label {
 font-weight: bold;
}

.yz_aide {
  position: relative;
  margin-left: 1em;
}

.yz_aide span {
  display: none;
}

.yz_aide:hover {
  background: none;
  z-index: 500;
  cursor: help;
  text-decoration: none;
  line-height: 1.5em;
}

.yz_aide:hover span {
  display: block;
  width: 200px;
  position: absolute;
  top: -10px;
  left: 34px;
  background: rgb(232,238,246);
  color: #404040;
  padding: 3px 3px 5px 5px;
  border: 1px solid rgb(96,134,177);
  border-left: 5px solid rgb(96,134,177);
}

.yz_required {
  color: red;
}

/***** Boutons *****/


.yz_button,
.yz_buttoncurrent {
  border: 1px solid rgb(180,180,180);
  margin-right: 1em;
  padding: 0.3em 0.5em 0.3em 0.5em;
  text-decoration: none;
  background: rgb(255,255,255) url(../images/white-grad.png) top repeat-x;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  border-radius: 0.5em;
  cursor: pointer;
}

.yz_button:hover,
.yz_button:active {
  border: 1px solid rgb(75,75,77);
  background: rgb(255,255,255) url(../images/white-grad-active.png) top repeat-x;
  text-decoration: none;
}

.yz_buttoncurrent,
.yz_buttoncurrent:hover,
.yz_buttoncurrent:active {
  border: 1px solid rgb(234,71,42);
  font-weight: bold;
  color: rgb(234,71,42);
  cursor: auto;
}

input.yz_button,
button.yz_button {
  cursor: pointer;
  font-size: 1em;
  font-family: verdana;
  font-weight: bold;
}

input.yz_button:hover,
button.yz_button:hover {
  text-decoration: none;
}

button.yz_button {
  padding: 0.2em 0.5em 0.3em 0.5em;
}

button.yz_button:hover {
  padding: 0.2em 0.5em 0.3em 0.5em;
}
.yz_button img{
  margin:0 0 -4px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}

.yz_extrait {
  padding: 0.2em 0.5em 0.2em 0.5em;
  border: 1px solid rgb(234,71,42);
  font-weight: bold;
  color: rgb(234,71,42);
}

.yz_extrait:hover,
.yz_extrait:active {
  padding: 0.2em 0.5em 0.2em 0.5em;
  font-weight: bold;
  border: 1px solid rgb(234,71,42);
  color: rgb(234,71,42);
}

.yz_download {
  padding: 0.2em 0.5em 0.2em 0.5em;
  border: 1px solid rgb(116,157,222);
  font-weight: bold;
  color: rgb(41,102,201);
}

.yz_download:hover,
.yz_download:active {
  padding: 0.2em 0.5em 0.2em 0.5em;
  font-weight: bold;
  border: 1px solid rgb(116,157,222);
  color: rgb(41,102,201);
}

.yz_buttonachat {
  padding: 0.2em 0.5em 0.2em 0.5em;
  border: 1px solid rgb(28,129,1);
  background: rgb(255,255,255) url(../images/green-grad.png) top repeat-x;
  font-weight: bold;
  color: green;
}

.yz_buttonachat:hover,
.yz_buttonachat:active {
  padding: 0.2em 0.5em 0.2em 0.5em;
  border: 1px solid rgb(28,129,1);
  background: rgb(255,255,255) url(../images/green-grad-active.png) top repeat-x;
  font-weight: bold;
  color: green;
}

.yz_buttonvert {
  padding: 0.2em 0.5em 0.3em 0.5em;
  border: 1px solid rgb(28,129,1);
  xbackground: rgb(255,255,255) url(../images/white-grad.png) top repeat-x;
  font-weight: bold;
  xcolor: green;
}

.yz_buttonvert:hover,
.yz_buttonvert:active {
  padding: 0.2em 0.5em 0.3em 0.5em;
  border: 1px solid rgb(28,129,1);
  xbackground: rgb(255,255,255) url(../images/white-grad-active.png) top repeat-x;
  font-weight: bold;
  xcolor: green;
}


/***** Bouton d'achat *****/

.yz_boutonachat {
  background: transparent url(../images/btn_panier.png) 0 0 no-repeat;
  width: 175px;
  height: 30px;
  margin-top: .5em;
  border: none;
}
.yz_boutonachat:hover {
  background: transparent url(../images/btn_panier.png) 0 -30px no-repeat;
  color: black;
  cursor: pointer;
}

/********* Erreurs / messages dans les formulaires ************/

.error_list {
}
.error_list li {
  color: red;
  padding: .5em 0 .5em 0;
}

.yz_form .yz_msgs {
  margin: .5em 0 1em 0;
  color:green;
  font-weight:bold;
  padding:.5em 0 .5em 35px;
  background:rgb(237,251,242) url(../images/ok.png) no-repeat 10px 3px;
  border-top: 1px solid rgb(189,224,202);
  border-bottom: 1px solid rgb(189,224,202);
}
.yz_form .yz_erreurs {
  margin: .5em 0 1em 0;
  color:red;
  font-weight:bold;
  background:#fff0f0 url(../images/error.png) no-repeat 5px .3em;
  padding:.5em 0 .5em 25px;
  border-top:1px solid #f0e0e0;
  border-bottom:1px solid #f0e0e0;
}
.yz_form .yz_ligneformulaire .yz_erreurs {
  margin: 0;
  padding:0 0 .5em 0;
  color:red;
  font-weight:bold;
  background:white;
  border:0;
}


/***************************************
 *     Footer
 **************************************/

#yz_footer {
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -khtml-border-radius-bottomleft: 0.5em;
  -khtml-border-radius-bottomright: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  border: 1px solid rgb(220,220,220);
  padding: 2em 1em 2em 1em;
  background: rgb(246,246,246);
}

#yz_footer .yz_clear{
  clear: both;
  display: block;
}

#yz_footer .yz_tagcloud {
  width: 250px;
  float: right;
}

#yz_footer .yz_liensyzalis,
#yz_footer .yz_liensselection,
#yz_footer .yz_liensformations {
  float: left;
  margin-right: 5em;
}

#yz_footer .yz_liensyzalis dt,
#yz_footer .yz_liensselection dt,
#yz_footer .yz_liensformations dt,
#yz_footer .yz_tagcloud dt {
  font-weight: bold;
  color: rgb(234,71,42);
  margin-bottom: 0.5em;
}

#yz_footer .yz_liensyzalis dd,
#yz_footer .yz_liensselection dd,
#yz_footer .yz_liensformations dd,
#yz_footer .yz_tagcloud dd {
  line-height: 1.5em;
}

#yz_footer .yz_liensyzalis dd img,
#yz_footer .yz_liensselection dd img,
#yz_footer .yz_liensformations dd img{
  vertical-align: middle;
}


/*** Copyright ***/

#yz_copyright {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 3em;
}

#yz_copyright .yz_clear{
  clear: both;
  display: block;
}

#yz_copyright,
#yz_copyright a {
  color: rgb(110,110,110);
}



/***************************************
 *     Nuage de mots cles
 **************************************/

.yz_tagcloud {
  text-align: justify;
}

.yz_tagcloud .yz_size1 {
  font-size: 1em;
  color: rgb(160,160,160);
}
.yz_tagcloud .yz_size2 {
  font-size: 1.1em;
  color: rgb(140,140,140);
}
.yz_tagcloud .yz_size3 {
  font-size: 1.2em;
  color: rgb(120,120,120);
}
.yz_tagcloud .yz_size4 {
  font-size: 1.4em;
  color: rgb(100,100,100);
}
.yz_tagcloud .yz_size5 {
  font-size: 1.6em;
  color: rgb(80,80,80);
}
.yz_tagcloud .yz_size6 {
  font-size: 1.7em;
  color: rgb(60,60,60);
}
.yz_tagcloud .yz_size7 {
  font-size: 1.8em;
  color: rgb(40,40,40);
}
.yz_tagcloud .yz_size8 {
  font-size: 1.9em;
  color: rgb(20,20,20);
}
.yz_tagcloud .yz_size9 {
  font-size: 2em;
  color: rgb(0,0,0);
}

hr {
  border-top:1px solid rgb(245,245,245);
  border-bottom:1px solid rgb(180,180,180);
  border-left:1px solid rgb(180,180,180);
  margin: 2em 1em 2em 1em;
}


/***************************************
 *     Notation
 **************************************/

.yz_note {
  width: 75px;
  height: 13px;
  background: transparent url(../images/stars.png);
  margin-right: 0.5em;
  clear: both;
  position: relative;
}

.yz_note0 {background-position: -75px 0;}
.yz_note1 {background-position: -60px 0;}
.yz_note2 {background-position: -45px 0;}
.yz_note3 {background-position: -30px 0;}
.yz_note4 {background-position: -15px 0;}
.yz_note5 {background-position: 0 0;}

.yz_notation1 {left: 0px;}
.yz_notation2 {left: 15px;}
.yz_notation3 {left: 30px;}
.yz_notation4 {left: 45px;}
.yz_notation5 {left: 60px;}

.yz_note a {
  position: absolute;
  height: 13px;
  text-decoration: none;
  width: 15px;
  z-index: 100;
}

.yz_note a:hover {
  background: url(../images/stars.png);
  z-index: 2;
  width: 75px;
  left: 0;
  overflow: hidden;
}

.yz_note .yz_notation1:hover {background-position: -60px -13px;}
.yz_note .yz_notation2:hover {background-position: -45px -13px;}
.yz_note .yz_notation3:hover {background-position: -30px -13px;}
.yz_note .yz_notation4:hover {background-position: -15px -13px;}
.yz_note .yz_notation5:hover {background-position: 0 -13px;}


/***************************************
 *     Fil arianne
 **************************************/

#yz_filarianne{
  padding-bottom: 0.5em;
  margin-left: 6px;
}

#yz_filarianne .yz_current{
  color: rgb(234,71,42);
}


/***************************************
 *     Ancres
 **************************************/

.yz_ancretop:link,
.yz_ancretop:focus,
.yz_ancretop:visited,
.yz_ancretop:hover {
  text-decoration:none;
  border:none;
  color: rgb(0,0,0);
  font-weight: normal;
}


/***************************************
 *     Icones
 **************************************/

.yz_icon {
  background: transparent url(../images/256x240_icons.png);
  width: 116px;
  height: 16px;
  padding-left: 13px;

}
.yz_icon-commentaire {
  background-position: -128px -98px;
}
.yz_icon-video {
  background-position: -224px -130px;
}
.yz_icon-note {
  background-position: -224px -114px;
}
.yz_icon-supprimer-petit {
  background-position: -80px -130px;
}
.yz_icon-motcle {
  background-position: -240px -98px;
}
.yz_icon-horloge {
  background-position: -80px -114px;
}
.yz_icon-fleche-pleine-haut {
  background-position: 0 -18px;
}
.yz_icon-corbeille {
  background-position: -176px -98px;
}
.yz_icon-plus-petit {
  background-position: -16px -130px;
}
.yz_icon-moins-petit {
  background-position: -48px -130px;
}
.yz_icon-panier {
  background-position: -48px -114px;
}
.yz_icon-rond-plein {
  background-position: -80px -146px;
}
.yz_icon-rond-vide {
  background-position: -112px -146px;
}
.yz_icon-rond-contour {
  background-position: -96px -146px;
}
.yz_icon-play {
  background-position: 0px -162px;
}
.yz_icon-cle {
  background-position: -176px -112px;
}
.yz_icon-engrenage {
  background-position: -192px -112px;
}
.yz_icon-feuille {
  background-position: -240px -128px;
}