#main { 
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 850px; 
  height: 550px; 
  margin-top: -275px; /* moitié de la hauteur */ 
  margin-left: -425px; /* moitié de la largeur */ 
}
body {
	font-family:"Century Gothic", "Times New Roman", Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #7E7972;
	background-color: #cbbeab;
}
a {
	color: #992158;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration:none ;
	font-weight: bold;
}
a:hover {
	color:yellow ;
	text-decoration:none;
}

#lien a {
	color: #992158;
	font-weight: bold;
	text-decoration: none;
}
#lien a:visited {
	text-decoration:none ;
	font-weight: bold;
}#lien a:hover {
	color:yellow ;
	text-decoration:none;
}
#menuHaut a{
	color: #fff;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
}

#menuHaut a:visited{
	color:white ;
	text-decoration:none ;
	font-weight: bold;
}
#menuHaut a:hover{
	color:gray ;
	text-decoration:none;
}

#menuDroite {
	float: right;
	list-style: none;
	margin: 5px;
	padding: 0;
	width: 9em;
}
#menuDroite li {
	color: #992158 ;
	margin: 0;
	padding: 0;
}
#menuDroite a {
	color: #992158;
	display: block;
	margin: 0;
	padding: 4px 4px;
	text-decoration: none;
}
#menuDroite a:hover {
	/*background: #2580a2 url("images/hover.gif") left center no-repeat;*/
	color: #fff;
	padding-bottom: 4px;
}
#menuDroite a:visited {
	font-weight: bold;
}
#main table tr td p {
	font-weight: bold;
}
#soiree {
	background-image: url(images/fondSoiree.gif);
	background-position	: center;
	background-repeat: no-repeat;
}
#logoGrand {
	background-image: url(images/logo.gif);
	background-position	: left;
	background-repeat: no-repeat;
}
#soireeSpeciale {
	background-image: url(images/fondSoireeSpeciale.gif);
	background-position	: center;
	background-repeat: no-repeat;
}
a:link {
	text-decoration:none ; font-weight:bold ;
	font-family:"Century Gothic", "Times New Roman", Arial;
	font-size: 8pt ;
	color: white ;
}