/*body général*/
body {
	margin: 0;
	padding: 0;
	font-family: arial; 
	font-size: 12px; 
	color: #FFFFFF;
	background: #FF0302 url('http://www.fidelou.com/images/background.png') repeat fixed center;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	} 
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	} 
a:hover {
	color: #FED700;
	font-weight:bold;
	}
/* accueil général */
table#main {
	width:778px;
	background-image:url('http://www.fidelou.com/images/background_global.png');
	margin-left:auto;
	margin-right:auto;
	}
td#mainfooter {
	width:778px;
	height:65px;
	background-image:url('http://www.fidelou.com/images/background_footer.png');
	text-align:center;
	}
table#maincentre {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	}
.titre {
	font-size:16px;
	font-weight:bold;
	color: #FED700;
}