/*Ceci est la page CSS de la page 2, appelée "fstyle2a.css"*/

body
{
	background-color: rgb(255,200,120);
        width: 760px;
        margin: auto;
        margin-top : 20px;
        margin-bottom : 20px;
}
table
{
	margin: auto;
	background-color: rgb(209,215,185);
	border-collapse: collapse;
       
}
td, th
{
	border: solid 1px black;
       
}
p
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: small;
	font-family: "DejaVu Sans", Arial, serif;
	text-align: justify;
        font-weight: bold;
}
h1
{
	text-align: center;
	font-family: "Cooper Black", "Arial Black", Arial, serif;
}
a
{
        text-decoration: none;
         color: rgb(16,97,67);
}
a:hover
{
        color: red;
 }
a:focus
{
        background-color: #FFCC66;
}

#en_tete
{	
	width: 760px;
	height: 100px;
	background-image: url("Nichoirs.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#tableau
{
        margin: auto;
}

