body{
	background-color :black;
	background-image : url('./fond.png');
	margin: 0px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	font-weight:normal;
}
#contact_form input, select, textarea {
    font-size: 11px;
    color:#999999;
    width: 300px;
    height: 28px;
    border: #CCC solid 1px;
/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
a
{
   color: white; /* Les liens seront en rouge au lieu de bleu */
}
table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
}
.txtFormLegend 
{
  color: #777777;
  font-weight: bold;
  font-size: large;
}
label 
{
  float: left;
  width: 150px;
  font-weight: bold;
}
.txtSmall 
{
  color: #999999;
  font-size: smaller;
}


.banniere
{
width: 762px;
height: 265px;
background-position:  center;
margin-top: 0px; 
background-image: url('./banniere.png');
}
.barre_haut
{
width: px;
height: px;
background-image: url('');
border : 0px solid blue;
}
.barre_haut2
{
width: 762px;
height: 24px;
background-image: url('./barre_haut2.png');
border : 0px solid blue;
}
.bloccontenu
{
width: 7624px;
height: px;
background-image: url('./cadre_contenu.png');
border : 0px solid blue;
}
.blocmembre
{
width: 328px;
height: 69px;
background-image: url('./cadre_membre.png');
border : 0px solid blue;
}










