/*          page 203        */
/* **************************/  

/* liens */
a {
text-decoration: none;
color: #EEE;
}
a:hover {
text-decoration: underline;
color: #FFD700;
}
         
/* corps de la page */
body {
background:	url("images/fd.png") repeat fixed;
margin: 0;
padding: 0;
text-align:	center;
}
      
/* centrage generale de la page */
#centre {
margin-left: auto;
margin-right:	auto;
padding: 0 2px;
text-align: left;
background:	url("images/fd.png") repeat fixed;
border: 0;
}

/* alignement centré */
.center {text-align: center;}

/* mise en page des boutons */
/*ul#aa {
list-style: none;
text-align: center;
margin: 0;
margin-left: 30px;
padding: 0;
}
#aa li {
display: inline;
background-color: #FFFFD0;
padding: 2px 6px;
margin: 1px 2px;
width: 110px;
font: normal normal bold 11px verdana,'Times New Roman',sans-serif;
color: #008080;
border: 1px outset #C0C0C0;
}
#aa li a {
color: #008080;
text-decoration: none;
}
#aa li a:hover {
color: #008080;
text-decoration: underline;
}
*/

/* affichage du bandeau de pub */
#pub {
position:	relative;
width: 468px;
height:	90px;
margin-left: auto;
margin-right: auto;
bottom:	2px;	
background:	transparent none;
border: 0;
}
/* texte de la pub */
/*#clickfr {
font: normal normal 7pt arial,verdana,'Times New Roman',sans-serif;
}
#clickfr a {
color: #7B835E;
background: transparent none;
}
*/
/******** general ********/
img {
border: 0;
}
.spacer {
clear:	both;
}
