/********/
/* corps de page */
/********/
.body {
	background-image:url(images/fond_body.jpg);
	background-repeat:repeat-y;
	background-color: #009EE0;
	margin-top:0px;
	
}
.table_site {
	background-image:url(images/fond_site.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
}
.table_contenu {
	background-image:url(images/fond_contenu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
}
/********/
/* Menu */
/********/
#Menu{
	width:160px;
	font-family: Verdana, Arial, Helvetica;
	color: #217092;
	font-size:13px;
}
#Menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#Menu ul li{
	margin:0px;
	padding:0px;
}
#Menu ul li a {
	padding:8px 0px 8px 0px;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#217092;
	font-weight: bold;
	text-decoration: none;
}
#Accueil #Menu ul li a#Accueil,
#Club #Menu ul li a#Club,
#Infos #Menu ul li a#Infos,
#Groupe #Menu ul li a#Groupe,
#Competition #Menu ul li a#Competition,
#Tests #Menu ul li a#Tests,
#Galerie #Menu ul li a#Galerie,
#Revues #Menu ul li a#Revues,
#Annonces #Menu ul li a#Annonces,
#Forum #Menu ul li a#Forum,
#Tchat #Menu ul li a#Tchat,
#Or #Menu ul li a#Or,
#Liens #Menu ul li a#Liens,
#Partenaires #Menu ul li a#Partenaires,
#Contact #Menu ul li a#Contact
{

	background-image:url(images/img_menu1.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#009EE0;
	font-weight: bold;
	text-decoration: underline;
}
#Menu ul li a:hover{
	color:#009EE0;
	font-weight: bold;
	text-decoration: underline;
}
/********/
/* News */
/********/
marquee{
	overflow:auto;
	display:block;
	margin:0px;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	height:260px;
}
/********/
/* Logo Titres et textes */
/********/
.logo {
	font-family: Verdana, Arial, Helvetica;
	font-size: 28px;
	font-weight: bold;
	color: #009EE0;
}
.logo a:link {
	color: #009EE0;
	text-decoration: none;
}
.logo a:visited {
	color: #009EE0;
	text-decoration: none;
}
.logo a:hover {
	color: #666666;
	border-bottom: 1px dashed #666666;
}
.accroche_logo {
	font-family: Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #217092;
}
.accroche_logo a:link {
	color: #217092;
	text-decoration: none;
}
.accroche_logo a:visited {
	color: #217092;
	text-decoration: none;
}
.accroche_logo a:hover {
	color: #666666;
	border-bottom: 1px dashed #666666;
}
.titre_rubrique {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #217092;
}
.titre_news {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #217092;
}
.news {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #217092;
}
.news a:link {
	color: #83D0F0;
	border-bottom: 1px dashed #83D0F0;
	text-decoration: none;
}
.news a:visited {
	color: #83D0F0; 
	text-decoration: none; 
	border-bottom: 1px dashed #83D0F0;
}
.news a:hover {
	color: #666666;
	border-bottom: 1px dashed #666666;
}
.texte {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px; 
	color: #217092;
	font-weight: normal;
	text-decoration: none;
}
.texte a:link {
	color: #83D0F0 ; 
	text-decoration: none; 
	border-bottom: 1px dashed #83D0F0;
}
.texte a:visited {
	color: #83D0F0; 
	text-decoration: none; 
	border-bottom: 1px dashed #83D0F0;
}
.texte a:hover {
	color: #666666;
	border-bottom: 1px dashed #666666;
}
/********/
/* footer*/
/********/
.footersmall {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.footersmall a:link {
	color: #83D0F0;
	text-decoration: none;
	border-bottom: 1px dashed #83D0F0;
}
.footersmall a:visited {
	color: #83D0F0; 
	text-decoration: none; 
	border-bottom: 1px dashed #83D0F0;
}
.footersmall a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
