/**** DESIGN LE SITE DES CHANSONS ENFANTINES ****/
body
{
	background-color: #FFDDDF;
	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
{
	width: 983px;
	margin: auto;
	background-image: url("images/fond_menuk.jpg");
}

#menu_horizontal
{
	width: 983px;
	height: 36px;
	background-image: url("bords.png");
}

#menu_horizontal td
{
	vertical-align: middle;
}

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

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

#fond_menu_vertical
{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url("images/fond_menuk.jpg");
}

#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: #046A6A;
}

#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;
	margin-bottom: 0px;
}

h2
{
	text-align: center;
	margin-bottom: 0px;
}

h3
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

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

#centre
{
	background-color: #FFDDDF;
	width: 773;
	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;
}
