/**** CSS by Tidouz - 2011 ****/
*{margin:0; padding:0;}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, blockquote, table, th, td { margin: 0; padding: 0; } 

body { 
	background-color:#000000;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size : 1em;
	letter-spacing: normal;
	line-height: 1.2em; 
	word-spacing: 0.1em;
	text-align:center;
	background-image:url(../images/back-tony-d.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top; }
	
body,td,th {
	font-family:Arial, "Helvetica", sans-serif, Trebuchet MS;
	color:#FFF;}
	

	
	

/**** début BOUTONS ****/
	
a:link, a:visited{
	text-decoration: none;
	color:#600;
	font-weight: bold;}

a:hover, a:active {
	color:#C00;}
	
a:focus {outline: 0;} /* évite le contour de sélection sur les liens images*/

/**** RUBRIQUES ****/

.TONY-D{
margin-left:auto;
margin-right:auto;
width:740px;
height:auto;
text-align:center;
color:#000;}

.BIO p{
	background-color:#FFF;
	letter-spacing:0.2em;
	padding:10px;
	margin:10px;
	color:#000;
	line-height:1.4em;}


.PIED{
font-size:9px;
margin-left:auto;
margin-right:auto;
color:#666;
margin-bottom:10px;
background-color:#FFF;}

h1 {
	background-color:#fff;
	padding:5px;
	letter-spacing:0.4em;
	text-transform:uppercase;
	font-size:1.4em;}

.spacer{
clear: both;
}


