WHOIS Service

flaneriesreims.com - information about domain

  • Server Status: available
  • Server IP: 213.186.33.19
  • Server Response Time: 91ms

Site title

Les Flâneries Musicales de Reims

Description

Festival de Musique classique à Reims.

Alexa information

Alexa rank: 2,440,109

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
flaneriesreims.com IN TXT 600
flaneriesreims.com IN A 213.186.33.19 86400
flaneriesreims.com IN MX 86400 mx1.ovh.net pri: 1
flaneriesreims.com IN MX 86400 mx2.ovh.net pri: 5
flaneriesreims.com IN MX 86400 mxb.ovh.net pri: 100
flaneriesreims.com IN SOA 86400 mname: dns.ovh.net
rname: tech.ovh.net
serial: 2011120500
refresh: 86400
retry: 3600
expire: 3600000
minimum-ttl: 86400
flaneriesreims.com IN NS 86400 dns.ovh.net
flaneriesreims.com IN NS 86400 ns.ovh.net

Server Location

Site source

Show / hide source
                
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
  <head>
          <title>Les Flâneries Musicales de Reims</title>
    <meta name="description" content="Festival de Musique classique à Reims. " />
        <meta name="keywords" content="" />
    <meta name="google-site-verification" content="Uad2b751YEHNBC2gMCn7PxHf17Of4i7nl-wv3wI60fQ" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="icon" href="favicon.ico" />
    <link rel="stylesheet" type="text/css" href="css/main.css?v=9773" media="screen" />
    <link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
    <link rel="stylesheet" type="text/css" href="css/colors.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="css/pagination.css" media="screen" />
<script type="text/javascript" src="js/jquery-1.5.2.min.js"></script><script type="text/javascript" src="js/jquery.scrollTo-min.js"></script><script type="text/javascript" src="js/jquery.easing.1.3.js"></script><script type="text/javascript" src="js/jquery.bgscale.js"></script><script type="text/javascript" src="js/swfobject.js"></script><script type="text/javascript" src="js/jquery.sudoSlider.min.js"></script><script type="text/javascript" src="js/jquery.pagination.js"></script><script type="text/javascript" src="js/jquery.qtip.js"></script><script type="text/javascript" src="js/jquery.corner.js"></script><!--[if lt IE 7.]><script defer type="text/javascript" src="js/pngfix.js"></script><![endif]--><!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" media="screen" /><![endif]-->    
    <script type="text/javascript">
    function  check_search() {
        if ($('#search_query').val().length <= 2) {
            alert("Votre recherche doit comporter au moins 3 caractères.");
            return false;
        } else {
            return true;
        }

    }

    
    function pageselectCallback(page_index, jq){
        var new_content = jQuery('#hiddenresult div.result:eq('+page_index+')').clone();
        $('#Searchresult').empty().append(new_content);

        $("#Searchresult").find('.block_lieu').each(function(index) {
            $(this).click(
              function() { window.location.href=$(this).find('.lien_lieu').attr('href');}
            );
        });

        $("#Searchresult").find('.block_artiste').each(function(index) {
            $(this).click(
              function() { window.location.href=$(this).find('.lien_artiste').attr('href');}
            );
        });

           if ($('.pagination').size() != 0) {
            $('.pagination a').corner("3px");
            $('.pagination .current').corner("3px");
        }
        return false;
    }
   
    function initPagination() {
        if ($('#hiddenresult').size() != 0) {
        var num_entries = jQuery('#hiddenresult div.result').length;
        $("#Pagination").pagination(num_entries, {
            callback: pageselectCallback,
            items_per_page:1,
            num_display_entries: 13,
            num_edge_entries: 1
        });
        }
     }

    function make_corners() {
        $('.texte_pages a, .site a, .we_block_texte a, .bloc_libre a, div.programme div.round a').corner("3px");
        $('.round').corner("6px");        $('.round_img_pub').corner("4px");
        if ($('ol.controls').size() != 0) {
            $('ol.controls li a').corner("3px");
        }

    }
    
    function adapt_conteneur_texte_height() {
        if ($('#conteneur_texte').size() != 0) {
            var myheight = $('#conteneur_texte').height();
            var myheight_right = $('#block_link_right').height();
            if (myheight < myheight_right) {
                $('#conteneur_texte').height(myheight_right);
            }
        }
    }
    
    function adapt_calendar_height() {




    }
    
    function make_tooltip(clip, mycolor, txtcolor) {
            $(clip).qtip({
               content: $(clip).find('.lien_timeline').html(),
               show: 'mouseover',
               hide: 'mouseout',
               style: {
                  padding: 1,
                  background: mycolor,
                  color: txtcolor,
                  textAlign: 'center',
                  border: {
                     width: 5,
                     radius: 5,
                     color: mycolor                     
                  },
                  tip: true,
                  name: 'dark'
               },
               position: {
                    corner: {
                        target: 'topMiddle',
                      tooltip: 'bottomMiddle'
                  }
               }
            });        
    }
    
    function tooltip() {
        $("#timeline").find('.idconcert').each(function(index) {
            if ($(this).hasClass('alerte_rouge')) {
                make_tooltip(this, '#f00', '#fff');
            } else {    
                make_tooltip(this, '#000', '#fff');
            }
        });    

        $(".alertes").find('.alerte').each(function(index) {
            $(this).qtip({
               content: $(this).attr('rel'),
               show: 'mouseover',
               hide: 'mouseout',
               style: {
                  padding: 1,
                  background: '#000',
                  color: 'white',
                  textAlign: 'center',
                  border: {
                     width: 5,
                     radius: 5,
                     color: '#000'                     
                  },
                  tip: true,
                  name: 'dark'
               },
               position: {
                    corner: {
                        target: 'topMiddle',
                      tooltip: 'bottomMiddle'
                  }
               }
            });    
        });    

    }
    
    $(document).ready(function(){

        adapt_calendar_height();
        adapt_conteneur_texte_height();
        tooltip();

        $("#timeline").find('.idconcert').each(function(index) {
            $(this).hover(function() { 
              $(this).addClass("day_over"); 
            },function() { $(this).removeClass("day_over"); })});
        $("#timeline").find('.idconcert').each(function(index) {
            $(this).click(
              function() {
                  window.location.href=$(this).find('.lien_timeline').attr('href');                  
                return false;
                }
            );
            });

        $("#concerts_day_gauche").find('.zoom_concert_mini').each(function(index) {
            $(this).click(
              function() {
                  window.location.href=$(this).find('.lien_timeline').attr('href');                  
                return false;
                }
            );
        });
        $("#concerts_day_droite").find('.blanc').each(function(index) {
            $(this).click(
              function() {
                  window.location.href=$(this).find('.lien_timeline').attr('href');                  
                return false;
                }
            );
        });

        $(".menu_right_home").each(function(index) {
            $(this).click(
              function() {
                  window.location.href=$(this).find('.hidden_link').first().attr('href');                  
                return false;
                }
            );
        });
        $(".menu_right_bg").each(function(index) {
            $(this).click(
              function() {
                  window.location.href=$(this).find('.hidden_link1').first().attr('href');                  
                return false;
                }
            );
        });
        $(".menu_right_bd").each(function(index) {
            $(this).click(
              function() {
                  window.location.href=$(this).find('.hidden_link1').first().attr('href');                  
                return false;
                }
            );
        });

        
            
        var ajaximages = [
            '/images/slides/Lieux/Conservatoire/Conservatoire-1.jpg','/images/slides/Lieux/Cathedrale/Cathedrale-20.jpg','/images/slides/Lieux/CentreCongres/Centre-des-congres-08.jpg','/images/slides/Lieux/Cirque/Cirque-01.jpg','/images/slides/Lieux/Saint%20Sixte/Saint-Sixte-02.jpg','/images/slides/Lieux/Pommery/Pommery-02.jpg','/images/slides/Lieux/PalaisduTau/Palais-du-Tau-09.jpg','/images/slides/Lieux/MuseeStRemi/Musee-Saint-Remi-05.jpg','/images/slides/Lieux/Cryptoportique/Cryptoportiques-06.jpg'        ];
        var imagestext = [
            "","","","","","","","",""        ];        var imagesliens = [                                        '',                             '',                             '',                             '',                             '',                             '',                             '',                             '',                             ''                                 ];        var imageslienstarget = [                                        '',                             '',                             '',                             '',                             '',                             '',                             '',                             '',                             ''                                 ];
        
                var sudoSlider = $("#slider1").sudoSlider({ 
            fade:true,
            continuous:true,
            auto: true,
            crossFade:false,
            pause: '7000',
            autoheight:false,
            prevNext:false,
            numeric:true,
            resumePause: 10000,
            ajax: ajaximages,
            preloadAjax:true,
            ajaxLoadFunction: function(t){
                if (imagestext[t-1] != '') {
                    $(this)
                        .css("position","relative")
                        .append('<div class="caption" >' + imagestext[t-1] + '</div>');
                }                if (imagesliens[t-1] != '') {                    $(this).css("cursor","pointer");                    $(this).click(                          function() {                            if (imageslienstarget[t-1] == '_blank') {                                      window.open(imagesliens[t-1]);                              } else {                                  window.location.href=imagesliens[t-1];                              }                          }                    );                }
            },
            beforeAniFunc: function(t){ 
                $(this).children('.caption').hide();    
            },
            afterAniFunc: function(t){ 
                $(this).children('.caption').show();
            }
        });
                                
        $("#conteneur_fonds").show();$(".conteneur_fond img").bgscale();$(window).bind("resize", function(){$(".conteneur_fond img").bgscale();});
        make_corners();        
        initPagination();
    });
    </script>
    </head><body><div id="conteneur"><div id="logo" class="round">
<div id="logo_img">
<a href="/"><img src="images/logo.png" alt="" width="930" height="122" style="border:0;" /></a>
</div>
</div>
<div id="slider" ><div id="slider1" ></div></div><div id="menu_top"><div id="menu"><div class="bouton_menu_first"><a   href="la-programmation-des-flaneries-musicales-de-reims.html"  class="round">programme</a></div><div class="bouton_menu"><a   href="l-associations-des-flaneries-musicales-de-reims.html"  class="round">les Flâneries</a></div><div class="bouton_menu"><a   href="les-lieux-des-flaneries-musicales-de-reims.html"   class="round">lieux</a></div><div class="bouton_menu"><a   href="les-artistes-des-flaneries-musicales-de-reims.html"   class="round">artistes</a></div><div class="bouton_menu"><a   href="les-partenaires-des-flaneries-musicales-de-reims.html"   class="round">partenaires</a></div><div class="bouton_menu"><a href="p29-0-billetterie-musicales-de-reims.html"  class="round">billetterie</a></div><div class="bouton_menu"><a   href="les-actions-culturelles-des-flaneries-musicales-de-reims.html"  class="round">actions culturelles</a></div><div class="bouton_menu_last"><a href="p1-0-informations-pratiques-flaneries-musicales-de-reims.html" class="round">infos pratiques</a></div></div></div><div id="breadcrumb" class="round"><a href="/">accueil&nbsp;</a><div id="search"><form method="post" action="/recherche.html" id="searchbox" onsubmit="return check_search();"><input type="text" onblur="javascript:if(this.value=='')this.value='rechercher...';" onfocus="javascript:if(this.value=='rechercher...')this.value='';" value="rechercher..." class="search_input round" id="search_query" name="search_query" /></form></div></div><div id="conteneur_centre">        <div id="droite_triton"><a href="les-flaneries-de-tryphon-triton.html">Les Flâneries de Tryphon Triton</a></div>        <div id="droite_mediatheque"><a href="la-mediatheque-des-flaneries-musicales-de-reims.html">La Médiathèque</a></div><div id="titre_news_home"><img src="images/titre news_home.jpg" alt="" width="145" height="55" /></div>

<div id="conteneur_texte" class="round">
<div id="block_texte_home">
<div id="edito">
<p><strong><br /></strong></p>
</div>
<br/>

<div class="block_thematique round" style="border: 2px solid #84CBC3 !important;"><div class="actu_detail_type round" style="left: 66px;">Info Flâneries</div><div class="round" style="background-color: #84CBC3;color: #FFFFFF;height: 20px;line-height: 18px;padding-left: 5px; width: 42px; color:#000; font-weight: bold;">zoom</div><div class="actu_detail_titre"><a   href="actu-123-3-flaneries-musicales-de-reims.html" >Histoire de la Musique Occidentale</a></div><p class="chapeau">Notre cycle de conf&eacute;rences se poursuit ce mardi 13 mars &agrave; partir de 18h30.</p></div><div class="block_thematique round" style="border: 2px solid #84CBC3 !important;"><div class="actu_detail_type round" style="left: 66px;">Info Flâneries</div><div class="round" style="background-color: #84CBC3;color: #FFFFFF;height: 20px;line-height: 18px;padding-left: 5px; width: 42px; color:#000; font-weight: bold;">zoom</div><div class="actu_detail_titre"><a   href="actu-125-3-flaneries-musicales-de-reims.html" >Concert au profit de l&#039;association Graine d&#039;Espoir</a></div><p class="chapeau">Concert exceptionnel le samedi 17 mars &agrave; 19h00 !</p></div><div class="block_thematique round" style="border: 2px solid #84CBC3 !important;"><div class="actu_detail_type round" style="left: 66px;">Partenaires</div><div class="round" style="background-color: #84CBC3;color: #FFFFFF;height: 20px;line-height: 18px;padding-left: 5px; width: 42px; color:#000; font-weight: bold;">zoom</div><div class="actu_detail_titre"><a   href="actu-121-2-flaneries-musicales-de-reims.html" >News Partenaires n&deg;8 : SOIREE AU MANEGE DE REIMS, SCENE NATIONALE</a></div><p class="chapeau"><b>La premi&egrave;re rencontre de l&rsquo;ann&eacute;e 2012 du Club des Partenaires des Fl&acirc;neries Musicales s&rsquo;est d&eacute;roul&eacute;e au Man&egrave;ge de Reims, Sc&egrave;ne Nationale.</b></p></div><div class="block_thematique round" ><div class="actu_detail_type round" >Actions culturelles</div><div class="round actu_detail_date">09/03/12 à 15h23</div><div class="actu_detail_titre"><a   href="actu-124-1-flaneries-musicales-de-reims.html" >Champagne, Mailloches et Noces</a></div><p class="chapeau">Festival Percu! Petit bilan de cette 3&egrave;me &eacute;dition</p></div><div class="block_thematique round" ><div class="actu_detail_type round" >Info Flâneries</div><div class="round actu_detail_date">01/03/12 à 10h57</div><div class="actu_detail_titre"><a   href="actu-122-3-flaneries-musicales-de-reims.html" >Le salon CE</a></div><p class="chapeau">Nous y &eacute;tions et vous avez rat&eacute; &ccedil;a ? S&eacute;ance de rattrapage...</p></div></div>


<div id="block_link_right">

<div class="menu_right_home bg_turquoise round">
    Festival    
    <span class="desciption_accueil">Découvrez le programme 2011 des Flâneries Musicales de Reims</span>
    <div class="menu_right_bg bg_jaune_accueil round">
    Lieux
    <span class="desciption_accueil">Les lieux des concerts</span>
    <a  class="hidden_link1"  href="les-lieux-des-flaneries-musicales-de-reims.html" >Lieux</a>
    </div>
    
    <div class="menu_right_bd bg_jaune_accueil round">
    Artistes
    <span class="desciption_accueil">Les artistes du festival</span>
    <a  class="hidden_link1"  href="les-artistes-des-flaneries-musicales-de-reims.html" >Artistes</a>
    </div>
    <a  class="hidden_link"  href="la-programmation-des-flaneries-musicales-de-reims.html" >Le programme</a>

</div>


<div class="menu_right_home bg_turquoise round">
    Nos partenaires
    <span class="desciption_accueil">Les partenaires qui nous soutiennent</span>
    <div class="menu_right_bg bg_jaune_accueil round">
    Club
    <span class="desciption_accueil">Tout sur le club</span>
    <a class="hidden_link1" href="p18-2-le-club-flaneries-musicales-de-reims.html">Le club des partenaires</a>
    </div>
    
    <div class="menu_right_bd bg_jaune_accueil round">
    Presse
    <span class="desciption_accueil">Accès presse</span>
    <a class="hidden_link1" href="acces-presse.html">Le club des partenaires</a>
    </div>
    <a class="hidden_link" href="qui-sont-les-partenaires-des-flaneries-musicales-de-reims.html">Les partenaires</a>
</div>

<div class="menu_right_home bg_turquoise round">
    Actions culturelles
    <span class="desciption_accueil">Les actions culturelles des Flâneries Musicales de Reims</span>
    <div class="menu_right_bg bg_jaune_accueil round">
    Visites
    <span class="desciption_accueil">Les visites avant concert</span>
    <a class="hidden_link1" href="p13-1-visites-flaneries-musicales-de-reims.html">Visites avant concert</a>
    </div>
    
    <div class="menu_right_bd bg_jaune_accueil round">
    Conférences
    <span class="desciption_accueil">Les conférences à découvrir</span>
    <a class="hidden_link1" href="p11-1-conferences-flaneries-musicales-de-reims.html">Les conférences</a>
    </div>
    <a  class="hidden_link"  href="les-actions-culturelles-des-flaneries-musicales-de-reims.html" >Actions culturelles</a>
</div></div>

</div></div><div id="footer" class="round">
<div id="adresse">
<strong>LES FLANERIES MUSICALES DE REIMS</strong>
<br/>
12 bd Général Leclerc - 51722 Reims Cedex - 03.26.36.78.00
</div>

<div id="logos" >
<img src="images/footer_logos2.jpg" alt="" width="480" height="48" class="round" />
</div>

</div>

<div id="copyright">
<a href="p2-0-cgu.html">CGU</a> | <a href="p41-0-mentions-legales.html">Mentions Légales</a> | <a href="p42-0-credits.html">Crédits</a>&nbsp;&nbsp;&nbsp;&nbsp;&copy; Flaneries Musicales de Reims 2011 - Tous droits réservés
</div>
</div><div id="conteneur_jaune"></div><div id="conteneur_fonds"><div class="conteneur_fond"><img src="images/fond_bg.jpg" alt="" width="2000" height="2606" /></div></div>
<script language="javascript" type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1643538-3");
pageTracker._trackPageview();
} catch(err) {}

            </script>
</body></html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...