
body
{
    margin:0;
	text-align: center ;  
	background: #1e2126; 
	height:100%;

}
html{
	height:100%;
	margin:0;
}
#bod
{
display:block;
height:100%;
width:800px;
border-left: solid #333333 3px ;
border-right: solid #333333 3px ;
margin: 0 auto ;
text-align:center;
background: url(img/fond.jpg) repeat-y #ebebeb ; 
}

#contenu
{
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#999999;
}

/* ---------------------------- lien par defaut--------------*/
a:link
{
	font-family:"Trebuchet MS", Verdana;
	font-size:8px;
	color:#333333;
	text-decoration:none;

}
a:hover
{
	color:#333333;
	text-decoration:none;
}
a:visited
{
	font-family:"Trebuchet MS", Verdana;
	font-size:10px;
	color:#333333;
	text-decoration:none;
}


