

#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background :  #0099FF; /* couleur de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 130px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 130px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}


#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #FFFFFF; /* On passe le texte en noir... */
        background: #66CCFF; /* ... et au contraire, le fond en blanc */
}


#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
	z-index: 100;
}



.alignement_haut {
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    z-index:9;
}


.date {
      	color: #0099FF; 
      	text-align: center; 
	text-decoration: none;
        font-weight: bold; 
        font-family: Trebuchet MS, Arial; 
        font-size: 15px;
	position: relative;
    	top: 196px;
  	z-index:9;
}


.date_sommaire {
      	color: #0099FF; 
      	text-align: center; 
	text-decoration: none;
        font-weight: bold; 
        font-family: Trebuchet MS, Arial; 
        font-size: 15px;
    	position: relative;
    	top: 90px;
        left: 420px;
  	z-index:9;
}


		
		div#colonne1 {
			float: left;
			width: 165px;
			margin-right: 10px;
			padding: 1px 0;
		}
		div#colonne2 {
			float: right;
			width: 150px;
			margin-left: 10px;
			padding: 1px 0;
		}
		div#centre {
			overflow: hidden;
			background-image:url(https://www.lyonvideos.fr/squelettes-dist/images/lv_fond_art.png);
    			width: 580px;
    			height: 736px;
		}


		div#centrelong {
			overflow: hidden;
			background-image:url(https://www.lyonvideos.fr/squelettes-dist/images/lv_fond_art.png);
    			width: 580px;
    			height: 1000px;
		}







.alignement {
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    z-index:3;
}



.alignement2 {
    margin-left: auto;
    margin-right: auto;
    width: 900px;

}


.smartphone_2021 {
	position: relative;
    	top: -120px;
  	z-index:9;
}


.rubrique_gauche_top_texte a:link {
	color : black;
      text-align: center; 
	text-decoration: none;
}


.rubrique_gauche_top_texte a:active {
	color : black;
      text-align: center; 
	text-decoration: none;
}

.rubrique_gauche_top_texte a:visited {
	color : black;
      text-align: center; 
	text-decoration: none;
}

.rubrique_gauche_top_texte a:hover {
	color: #0099FF;      
	text-align: center; /* Valeur par défaut. (6)background: #000000; */
}


.rubrique_gauche_top_texte {
	padding-top: 5px;
        width : 161px; /* largeur */
	background-image:url(https://www.lyonvideos.fr/squelettes-dist/images/lv_fond_sous_rub_a.png);
	background-repeat:no-repeat;
}


.position_sousrub a {
      display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
      padding : 0px; 
      line-height : 25px; 
      text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
      width : 161px; /* largeur */
	color : black;
      font-family : Trebuchet MS, Arial; 
      font-size : 14px; 
      text-align: center; 
	text-decoration: none;
	background-image:url(https://www.lyonvideos.fr/squelettes-dist/images/lv_fond_sous_rub_a.png);
	background-repeat:no-repeat;
}

.position_sousrub a:active {
      display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
      padding : 0px; 
      line-height : 25px;   
      text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
      width : 161px; /* largeur */
	color : black;
      font-family : Trebuchet MS, Arial; 
      font-size : 14px; 
      text-align: center; 
	text-decoration: none;
	background-image:url(https://www.lyonvideos.fr/squelettes-dist/images/v_fond_sous_rub_a.png);
	background-repeat:no-repeat;
}

.position_sousrub a:visited {
      display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
      padding : 0px; 
      line-height : 25px; 
      text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
      width : 161px; /* largeur */
      font-family : Trebuchet MS, Arial; 
      font-size : 14px; 
	color : black;
      text-align: center; 
	text-decoration: none;
	background-image:url(https://www.lyonvideos.fr/squelettes-dist/images/lv_fond_sous_rub_a.png);
	background-repeat:no-repeat;
}

.position_sousrub a:hover { 
      display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
      padding : 0px; 
      line-height : 25px;  
      text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
      width : 161px; /* largeur */
      font-family : Trebuchet MS, Arial; 
      font-size : 14px; 
	color: #0099FF;
      text-align: center; 
	text-decoration: none;
	background-image:url(https://www.lyonvideos.fr/squelettes-dist/images/lv_fond_sous_rub_b.png);
	background-repeat:no-repeat;
}


.bleuciel1b {
        text-align: center; 
        color : #0099FF; /* couleur du texte */
	  line-height: 1;
        font-weight : bold; /* on met le texte en gras */
        font-family : Trebuchet MS, Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 20px; /* hauteur du texte : 22 pixels */
        text-decoration : none; 
}

.bleuciel2 {
        text-align: left; 
        color : #0099FF; /* couleur du texte */
	  line-height: 1;
        font-weight : bold; 
        font-family : Trebuchet MS, Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 11px; /* hauteur du texte : 22 pixels */
        text-decoration : none; 
}



.bleuciel4 {
        text-align:center; 
	text-decoration: none;
        color: #0099FF; /* couleur du texte */
	line-height: 100%;
        font-weight: bold; 
        font-family: Trebuchet MS, Arial; 
        font-size: 14px; 

}



.bleuciel6 {
      color: #0099FF; 
      text-align: center; 
	text-decoration: none;
        color: #0099FF; /* couleur du texte */
	line-height: 100%;
        font-weight: bold; 
        font-family: Trebuchet MS, Arial; 
        font-size: 17px;

}



.bleuciel7 {
      color: #0099FF; 
      text-align: left; 
	text-decoration: none;
        color: #0099FF; /* couleur du texte */
	line-height: 100%;
        font-weight: bold; 
        font-family: Trebuchet MS, Arial; 
        font-size: 17px;

}


.bleuciel8 {
        text-align:left; 
	text-decoration: none;
        color: #0099FF; /* couleur du texte */
	line-height: 100%;
        font-weight: bold; 
        font-family: Trebuchet MS, Arial; 
        font-size: 14px; 
        z-index:4;
}


.bleuciel9 {
      color: #0099FF; 
      text-align: center; 
	text-decoration: none;
        color: #0099FF; /* couleur du texte */
	line-height: 130%;
        font-weight: bold; 
        font-family: Trebuchet MS, Arial; 
        font-size: 17px;
        z-index:4; 

}


a.spip_in {
        text-align: center; 
	text-decoration: none;
        color: #0099FF; /* couleur du texte */
	line-height: 1,2;
        font-weight: bold; 
        font-family: Trebuchet MS, Arial; 
        font-size: 60px; 

}



.noir2 {
        text-align: left; 
        color : #000000; 
        font-family : Trebuchet MS, Arial;
        font-size : 11px; 
        font-weight: normal;
        text-decoration : none; 
}


.noir3 {
        color: #000000; 
	text-decoration: none;
	line-height: 130%;
        text-align: left; 
        font-family: Trebuchet MS, Arial; 
        font-size: 12px; /* hauteur du texte : 12 pixels */
        font-weight: normal; /* on met le texte en normal */
        z-index:4;
}







a.spip_in {
        text-align: center; 
	text-decoration: none;
        color: #0099FF; /* couleur du texte */
        font-weight: bold; 
        font-family: Trebuchet MS, Arial; 
        font-size: 20px; 

}


a.spip_out {
        text-align: center; 
	text-decoration: none;
        font-weight: bold;
        color : #000000; 

}

.article_news_droite {

    margin-top:0px;
    margin-right:10px;
    margin-bottom:10px;
    margin-left:10px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
        
        background:url("https://www.lyonvideos.fr/squelettes-dist/images/sous_news_droite.png");
   -moz-background-size: 133px 169px;            /* Gecko 1.9.2 (Firefox 3.6) */
   -o-background-size: 133px 169px;            /* Opera 9.5 */
   -webkit-background-size: 133px 169px;              /* Safari 3.0 */
    background-size: 133px 169px;            /* Gecko 2.0 (Firefox 4.0) et les autres navigateurs gérant CSS3 */
    -moz-border-image: url("https://www.lyonvideos.fr/squelettes-dist/images/sous_news_droite.png") 0;    /* Gecko 1.9.1 (Firefox 3.5) */
    background-repeat: no-repeat;
    width: 133px;
    height: 169px;
    z-index:2;
    right: 0px;

}


.cacher {
    	position:relative;
    	top: -90px;
	text-align: center; 
	text-decoration: none; 
        font-family: Trebuchet MS, Arial; 
        font-size: 3px;
  	z-index:-9;
}


.delim_interi_article_droite {
    width: 113px;
    height: 144px;

}



.art_central {
    margin-left: auto;
    margin-right: auto;
    width: 580px;
 margin-top:0px;
    margin-top:10px;
    margin-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;

}


.flo  { float: right; }

.flo2  { float: left!important; 
	margin-top:-20px;
	margin-right:15px;
	margin-bottom:15px;
	margin-left:5px;
	}

    

.flo3  { 

	float: left!important;
	margin-top:-15px;
	margin-right:20px;
	margin-bottom:5px;
	margin-left:15px;
	padding-left:0px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:20px;
	}



.rubrique_centre_top_texte {
	padding-top: 5px;
	background-image:url(https://www.lyonvideos.fr/squelettes-dist/images/lv_fond_art.png);
    width: 580px;
    height: 25px;
}

.bloc_central {
    margin-left: auto;
    margin-right: auto;
    width: 535px;
    z-index:4;
}


.fond_video {

    margin-left: auto;
    margin-right: auto;
    width: 460px; 
    height: 360px; 
   background:url("https://www.lyonvideos.fr/squelettes-dist/images/fond_noir.jpg");
   -moz-background-size: 460px 360px;            /* Gecko 1.9.2 (Firefox 3.6) */
   -o-background-size:  460px 360px;            /* Opera 9.5 */
   -webkit-background-size:  460px 360px;                 /* Safari 3.0 */
    background-size:  460px 360px;            /* Gecko 2.0 (Firefox 4.0) et les autres navigateurs gérant CSS3 */
    -moz-border-image: url("https://www.lyonvideos.fr/squelettes-dist/images/fond_noir.jpg") 0;    /* Gecko 1.9.1 (Firefox 3.5) */
    background-repeat: no-repeat;
    z-index:3;
  

}

.centrage_video {

  margin-left: auto;
  margin-right: auto;    
  width: 400px;
padding-left:30px;
padding-right:30px;
padding-top:30px;
padding-bottom:30px;

}

hr { visibility: hidden; }


.centrage {

  margin-left: auto;
  margin-right: auto;

}

div#partiegauche {

    width: 642px;
position: relative;
    float: left;
    z-index:0;
}



.bloc_fond_toutes_les_videos {
    margin-left: 0px;
    margin-right: 10px;
    background:url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png");
   -moz-background-size: 920px 130px;          /* Gecko 1.9.2 (Firefox 3.6) */
   -o-background-size: 920px 130px;           /* Opera 9.5 */
   -webkit-background-size: 920px 130px;           /* Safari 3.0 */
    background-size: 920px 130px;          /* Gecko 2.0 (Firefox 4.0) et les autres navigateurs gérant CSS3 */
    background-repeat: no-repeat;
    position: relative;
    width: 920px;
    float: left;
    right: 10px;
    z-index:2;

}


a   { 	text-decoration: none; 
	color: #0099FF;  
}

.toutes_les_videos {
    margin-top:10px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    width: 400px;
    height: 354px;
    position: relative;
    z-index:3;
}


.fond_article_video1 {
    margin-left: 0px;
    margin-right: 0px;
    background:url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png");
   -moz-background-size: 630px 244px;          /* Gecko 1.9.2 (Firefox 3.6) */
   -o-background-size: 630px 244px;           /* Opera 9.5 */
   -webkit-background-size: 630px 244px;           /* Safari 3.0 */
    background-size: 630px 244px;          /* Gecko 2.0 (Firefox 4.0) et les autres navigateurs gérant CSS3 */
    background-repeat: no-repeat;
    position: relative;
    float: right;
    right: 0px;

}

.bloc_article_video1 {
    margin-top:10px;
    margin-right:20px;
    margin-bottom:10px;
    margin-left:10px;
   padding-top: 10px;
   padding-left: 10px;
   padding-right:20px;
    width: 590px;
    height: 224px;

   float: left;
   text-decoration: none;

}



.fond_article_video2 {
    margin-left: 0px;
    margin-right: 0px;
    background:url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png");
   -moz-background-size: 400px 340px;           /* Gecko 1.9.2 (Firefox 3.6) */
   -o-background-size: 400px 340px;           /* Opera 9.5 */
   -webkit-background-size: 400px 340px;            /* Safari 3.0 */
    background-size: 400px 340px;           /* Gecko 2.0 (Firefox 4.0) et les autres navigateurs gérant CSS3 */
    background-repeat: no-repeat;
    position: relative;
   width: 420px;
   margin-left: auto;
   margin-right: auto;
    right: 0px;

}


.bloc_article_video2 {
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    margin-left:10px;
    width: 380px;
    height: 354px;
    position: relative;
   text-decoration: none;
}


.interieur_article_video2 {
   padding-top:10px;
   padding-left:0px;
   float: left;
   width: 380px;
}



.interieur_article_video3 {
   padding-top:10px;
   padding-left:10px;
   float: left;
   width: 380px;
}




.suite {

   margin-left: auto;
   margin-right: auto;
     

}


a img {border:0;}



.presentation_page_normale {

    margin-top:10px;
    margin-right:30px;
    margin-bottom:10px;
    margin-left:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
        text-align: center; 
	text-decoration: none;
        color: #0099FF; /* couleur du texte */
        font-weight: bold; 
        font-family: Trebuchet MS, Arial; 
        font-size: 20px;
        background:url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png");
   -moz-background-size: 100% 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
   -o-background-size: 100% 100%;           /* Opera 9.5 */
   -webkit-background-size: 100% 100%;            /* Safari 3.0 */
    background-size: 100% 100%; ;           /* Gecko 2.0 (Firefox 4.0) et les autres navigateurs gérant CSS3 */
    -moz-border-image: url("f.png") 0;    /* Gecko 1.9.1 (Firefox 3.5) */
    right: 0px;

}


.largeur1 { width: 400px;
   text-decoration: none; }


.largeur2 { 

  width: 600px; 
  margin-left: auto;
  margin-right: auto;
   text-decoration: none;
 }


.nettoyeur { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; width:0px }


.bloc_article_messages {
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    margin-left:10px;
    position: relative;
    float: left;
}



.club_de_la_presse_annulé {
    margin-top:10px;
    margin-left: 0px;
    margin-right: 0px;
    background:url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png");
   -moz-background-size: 212px 200px;          /* Gecko 1.9.2 (Firefox 3.6) */
   -o-background-size: 212px 200px;            /* Opera 9.5 */
   -webkit-background-size: 212px 200px;           /* Safari 3.0 */
    background-size: 212px 200px;           /* Gecko 2.0 (Firefox 4.0) et les autres navigateurs gérant CSS3 */
    -moz-border-image: url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png"); 0;    /* Gecko 1.9.1 (Firefox 3.5) */
    background-repeat: no-repeat;
padding-top:0px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;

    z-index:2;

}


.pas_de_publicite_annulé {
    margin-top:10px;
    margin-left: 0px;
    margin-right: 10px;
    background:url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png");
   -moz-background-size: 212px 633px;  /* Gecko 1.9.2 (Firefox 3.6) */
   -o-background-size: 212px 633px;  /* Opera 9.5 */
   -webkit-background-size: 212px 633px;              /* Safari 3.0 */
    background-size: 212px 633px;           /* Gecko 2.0 (Firefox 4.0) et les autres navigateurs gérant CSS3 */
    -moz-border-image: url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png"); 0;    /* Gecko 1.9.1 (Firefox 3.5) */
    background-repeat: no-repeat;
padding-top:10px;
padding-left:5px;
padding-right:5px;
padding-bottom:10px;
    z-index:2;

}


.apres_monnaie_annulé {
    margin-top:10px;
    margin-left: 0px;
    margin-right: 10px;
    background:url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png");
   -moz-background-size: 212px 560px;          /* Gecko 1.9.2 (Firefox 3.6) */
   -o-background-size: 212px 560px;            /* Opera 9.5 */
   -webkit-background-size: 212px 560px;            /* Safari 3.0 */
    background-size: 212px 560px;           /* Gecko 2.0 (Firefox 4.0) et les autres navigateurs gérant CSS3 */
    -moz-border-image: url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png"); 0;    /* Gecko 1.9.1 (Firefox 3.5) */
    background-repeat: no-repeat;
padding-top:10px;
padding-left:5px;
padding-right:5px;
padding-bottom:10px;

    z-index:2;

}



.erick_bernard_annulé {
    margin-top:10px;
    margin-left: 0px;
    margin-right: 10px;
    background:url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png");
   -moz-background-size: 212px 460px;          /* Gecko 1.9.2 (Firefox 3.6) */
   -o-background-size: 212px 460px;            /* Opera 9.5 */
   -webkit-background-size: 212px 460px;             /* Safari 3.0 */
    background-size: 212px 460px;            /* Gecko 2.0 (Firefox 4.0) et les autres navigateurs gérant CSS3 */
    -moz-border-image: url("https://www.lyonvideos.fr/squelettes-dist/images/sous_video_web_normal.png"); 0;    /* Gecko 1.9.1 (Firefox 3.5) */
    background-repeat: no-repeat;
padding-top:10px;
padding-left:5px;
padding-right:5px;
padding-bottom:10px;

    z-index:2;

}





.alignement_smartphone {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

.fond_smart {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
   background-image:url(https://www.lyonvideos.fr/squelettes-dist/images/lv_fond_art.png);
   position: relative;
   z-index:2;

}














div#partiegauche___