body
{
   width: 960px;
   margin: auto;
	margin-top: 5px;
	margin-bottom:5px;
   background-image: url("images/fond.gif");
    border : 1px solid grey;
}



body a
{
   color: black;
}

body a:hover
{
   color: red;
}


table
{

width: 960px;
border : 1px solid black;
background-image: url("images/fond.png");
background-repeat: no-repeat;
background-color : white;
}

td 
{   border:none; 
}


.titre
{ 
text-align: center;
margin-top: 8px;
color: rgb(219,0,0);
}

.liens 
{ width: 155px;
font-size: 14px;
height: 20px;
text-align: center;
font-family: trebuchet ms,verdana, arial ,"Times New Roman",serif;
background: rgb(255,204,102);}



.nom
{ font-size: 20px;
font-weight: bold;
text-align: center;
color: rgb(204,102,0);
font-family: arial,"Times New Roman",serif;
background: rgb(224,224,179);}

.texte
{ margin : 15px;}

.texte table
{margin: auto;
 background: none;
width :600px;
text-align:center;
border: none;}

.texte td
{padding:10px;
padding-top: 30px;
padding-bottom: 0px;
border: none;}

.pied
{ font-size: 12px;
color: rgb(100,100,100);
text-align: center;
margin : 2px;
background-color : rgb(224,224,179)}

.pied a
{font-size: 12px;
color: rgb(100,100,100);}

    