/*Contenu du TEXTE & TITRES*/
body {
	background-color:E8E7E5;
	margin:0px 0px 0px 0px;
	background: white;
	/*padding:0;
	margin:0;*/
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: black;
}
	
.texte {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	text-decoration: none; 
	text-align:justify;
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal}

.textegras { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold; }
	
.titregroupe { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #4673AE; 
	font-weight: bold; }
	
.titreracing { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #67a84c; 
	font-weight: bold; }	
	
.titrelottery { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #990000; 
	font-weight: bold; }	
	
.titrecpm { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #006571; 
	font-weight: bold; }	
	
p{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
/*Contenu du MENU*/

body 
{	
	/*Pour le gris en arriere plan*/
	background-color: #e8e7e5;
}

dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: relative;
}

#menu dt {
	line-height: 26px;
	height: 26px;
	margin:0;
	padding:0;
	
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 229px;
	margin-top: -1.4em;
	width: 10em;
	background: #9A9B9B;
	top: 72px;
	/*border: 1px solid gray;*/
}

#menu ul {
	background-color: #9A9B9B;
}
#menu li {
	font-size: 10px;
	padding-left: 2px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#menu li a, #menu dt a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#menu li a:hover {
	text-decoration: underline;
}

/*Contenu IMAGES et TABLEAUX*/
td,th {
	font-family: Arial, Helvetica, sans-serif;
	
}
img{
	border:0px;
}

#tablemenu table, #tablemenu tr, #tablemenu td {
    border-collapse: collapse;
    padding:0;
    margin:0;
}
a.current {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold
}
a.current:visited {
	color: #999999;
}
a.current:link {
	color: #ffffff;
}

a.groupe {
	font-size: 11px;
	color: #6699CC;
}
a.groupe:visited {
	color: #999999;
}
a.groupe:link {
	color: #4673AE;
}

a.lottery {
	font-size: 11px;
	color: #6699CC;
}
a.lottery:visited {
	color: #999999;
}
a.lottery:link {
	color: #990000;
}

a.racing {
	font-size: 11px;
	color: #6699CC;
}
a.racing:visited {
	color: #999999;
}
a.racing:link {
	color: #67a84c;
}

a.cpm {
	font-size: 11px;
	color: #6699CC;
}
a.cpm:visited {
	color: #999999;
}
a.cpm:link {
	color: #006571;
}


/*

body 
{
	background: white;
	
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: black;
	background-color: #e8e7e5;
}

dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: relative;
}

#menu dt {
	line-height: 26px;
	height: 26px;
	margin:0;
	padding:0;
	
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 229px;
	margin-top: -1.4em;
	width: 10em;
	background: #9A9B9B;
}

#menu ul {
	background-color: #9A9B9B;
}
#menu li {
	font-size: 10px;
	padding-left: 2px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#menu li a, #menu dt a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#menu li a:hover {
	text-decoration: underline;
}


img{
	border:0px;
}

#tablemenu table, #tablemenu tr, #tablemenu td {
    border-collapse: collapse;
    padding:0;
    margin:0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-size: 11px;
	color: #6699CC;
}
a:visited {
	color: #999999;
}
a:link {
	color: #4673AE;
}
*/

