body
{
		background-image: url("images/montagne.jpg");
		background-image: url("images/montagne.jpg");
		background-attachment: fixed; /* Le fond restera fixe */
		/*background-repeat: no-repeat;*/		
		/*background-position: 30px 50px;*/
		/*background-position: top right;*/
		/*background: url("images/montagne.jpg") fixed no-repeat top right;*/
		background: url("images/montagne.jpg") fixed no-repeat top right,
		url("images/colombe2.jpg") fixed;
}

}
p { 	font-size: 20px; /* Paragraphes de 20
		pixels */
}
h1
{
		font-size: 90px; /* Titres de 90 pixels */
		font-weight: bold;
		
		text-decoration: blink;
		text-align: center;
		color: maroon;

}
h2
{
		font-size: small;
}
h3
{
		font-size: large;
}
h4
{
		font-size: 0.8em;
}
h5
{
		font-size: 1.3em;
}
h6
{
		font-family: Impact, "Arial Black", Arial, Verdana, sans-serif;
}
em
{
		font-style: oblique;
}
p
{
		text-decoration: blink;
}
.souligne
{
		text-decoration: underline;
}
.barre
{
		text-decoration: line-through;
}
.ligne_dessus
{
		text-decoration: overline;
}