body
{background-image: url("Images/ligne_fond.jpg");
background-repeat: repeat-x;
width: 900px;
margin: auto;
}
#banniere{
width: 850px;
margin: auto;}

#tablo{
width: 850px;
margin:auto;
 border-collapse: collapse;
 background : #65c4a0;}
 

td
{padding : 1px;
text-align:center;
}

#pied
{position : relative;
top : 10px;
}

p
{font-family: Times;
font-size: 16px;
}

a
{text-decoration: none; /* Les liens ne seront plus soulignés */
color: black;
border : none;
}

a:hover /* Quand le visiteur pointe sur le lien */
{color: #FF6000; /* Le lien sera écrit en vert quand on pointera dessus */
}

p:first-letter /* La première lettre de chaque paragraphe */
{font-weight: bold; /* En gras */
font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
color: black; /* En noir */
}

.ligne{
border-top :1px solid black;
}

.centre{
text-align : center;
}

.lien1{
text-decoration : none;
border : none;
}

.soustitre{
font-family : Times;
font-size : 20px;
font-style : strong;
}


 #artsvisuels{
color : grey;
font-size : 12px;
text-align:center;
	}
	

