body
{
background-image: url("btz5.jpg");
background-attachment: fixed;
}

h1, h2, h3
{
	text-align: center;
}

h1, h2, h3
{
	color: teal;
}

#photo
{
	text-align: center;
}

.textecentre
{
	text-align: center;
}

p
{
	text-align: justify;
}

p
{
	text-indent: 30px;
}

*
{
	font-family: Georgia, "Comic Sans MS", Verdana, sans-serif;
}

.textecentre
{
	text-indent: 0px;
}

.sansalinea
{
	text-indent: 0px;
}

.textegauche
{
	text-align: justify;
}

#photo
{
	text-indent: 0px;
}

a /* Apparence du lien par défaut */
{
color: teal;
}

body
{
width: 90%;
margin-left: auto;
margin-right: auto;
}

#chanter
{
width: 48%;
float: left;
}

#ecrire
{
margin-left: 4%;
width: 48%;
float: right;
}

#conclusion
{
clear: right;
width: 100%;
margin-left: auto;
margin-right: auto;
}

/*styles du pied de page */

#pied_de_page
{
clear: right;
width: 100%;
margin-left: auto;
margin-right: auto;
font-size: 12px;
}

