/* CSS Document */

body
{
	background-image: url("Image/fond%20de%20site.jpg");
	background-repeat: no-repeat;
	border-top: 2px groove #009B00;
    border-left: 2px groove #009B00;
    border-right: 2px groove #009B00;
    border-bottom: 2px groove #009B00;
}
h1
{
	color: #BD1111;
	font-family: georgia, serif;
	font-size: 40pt;
	font-style: italic;
	text-align: center;
	border-top: 2px groove #BD1111;
    border-left: 2px groove #BD1111;
    border-right: 2px groove #BD1111;
    border-bottom: 2px groove #BD1111;
}
h2
{
	color: black;
	font-family: georgia, serif;
	font-size: 25pt;
	font-style: italic;
	text-align: center;
}
h3
{
	color: black;
	font-family: georgia, serif;
	font-size: 20pt;
}
h4
{
	color: black;
	font-family: georgia, serif;
	font-size: 14pt;
}
p
{
	color: black;
	font-family: georgia, serif;
	font-size: 18pt;
}
li
{
color: black;
	font-family: georgia, serif;
	font-size: 18pt;
}
a:active, a:focus
{
   background-color: #FFCC66;
}

a:hover
{
   text-decoration: underline;
   color: red;
}

.centre
{
	text-align: center;
}
.retour
{
	text-align: center
}
.partenaire
{
	color: black;
	font-family: georgia, serif;
	font-size: 14pt;
}
	