/**** DESIGN LE SITE DES CHANSONS Noel ****/
body
{
	background-color: #263F7F;
	margin: auto;
	width: 100%;
	background-image: url(fond.png);
	background-repeat: repeat-x;
	background-position: top;

	text-align: center;

}
body a
{
font-family : Arial,Helvetica, serif;
text-decoration: none;
color: blue;
}

body a:hover
{
color : red;
}
img
{
	border: none;
}
#menu_horizontal td a:hover 
{
	color: #046FFA;
}

#fond_menu_horizontal
{

	margin: auto;
	background-image: url("images/fond-marine2.jpg");
}
#fond_col_gauche
{

	margin: auto;
	background-image: url("images/fond-marine1.jpg");
}
#menu_horizontal
{

	height: 36px;
	background-image: url("bords.png");
}

#menu_horizontal td
{
	vertical-align: middle;
}

#menu_horizontal td a
{
	font-family: Calibri, "Arial Black", "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color : black;
	padding-left: 9px;
	padding-right: 9px;
}

#menu_vertical td a:hover 
{
	color: #046FFA;
}

#menu_vertical td a
{
	font-family: "Arial", "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color : white;
	padding-left: 5px;
	padding-right: 5px;
}
#menu_vertical
{
}

#menu_vertical td
{
	vertical-align: left;
}

#menu_vertical td a
{
	font-family: "Arial", "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color : white;
	padding-left: 5px;
	padding-right: 5px;
}

#menu_vertical td a:hover 
{
	color: #000000;
}

#colonne_gauche
{
	width: 180px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	padding-left: 4px;
	padding-top: 90px;
	text-align: center;
	background-image: url(neige2.jpg); 
}


  h1
{
	text-align: center;
	color: #990000;
	font-size: 22px;
	font-style: italic;
	font-family: "Arial Black","Arial", "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2
{
	text-align: center;
	color: #660000;
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3
{
	text-align: center;
	color: #000099;
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
h4
{
	text-align: center;
	color: #000000;
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
h5
{
	text-align: left;
	color: #660000;
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
h6
{
	text-align: left;
	color: #660000;
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 5px;
}
h7
{
	text-align: center;
	color: #000099;
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}

.alphabet
{
	margin: auto;
	text-align: center;
}

.alphabet td
{
	padding-left: 3px;
	padding-right: 3px;
}

#centre
{
	background-image: url(neige3.jpg);

	height: 100%;
	vertical-align: top;
}

#recherche
{
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

#resultat
{
	margin: auto;
	font-size: 20;
	text-align: center;
}

#resultat a
{
	font-size: 16px;
	font-weight: bold;
}

#liste1
{
	font-size: 14px;
	text-align: left;
	font-weight:bold;
	width: 90%;
	margin: auto;
}
#liste2
{
	font-size: 14px;
	text-align: left;
	font-weight:bold;
}
#liste1 img
{
	padding-left : 5px;
	padding-right : 20px;
}

#menu_gauche
{
	text-align: center;
}

@media (max-width: 640px) {
    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

    body {
        width: auto;
        margin: 0;
        padding: 0;
    }
	
	#bloc_page
{
    max-width: 900px;
    margin: auto;
    min-width: 320px;
}
    
    /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }
    
    /* conserver le ratio des images */

    img {
        height: auto;
    }
    
    /* gestion des mots longs */

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        -webkit-hyphens: auto; /* césure propre */
        -moz-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word; /* passage à la ligne forcé */
    }
    
    code,
    pre,
    samp {
        white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
    }
    
    /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

    element1,
    element2 {
        float: none;
        width: auto;
    }
    
    /* masquer les éléments superflus */

    .hide_mobile {
        display: none;
    }
    
    /* Un message personnalisé */

    body:before {
        content: "Version mobile du site";
        display: block;
        text-align: center;
        font-style: italic;
        color: #777;
    }
}
@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}