@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	background-color: #000;
	margin-top: 50px;
}

table{
	text-align:center;
	}
	
table tr td#header{
	text-align:center;
	}

table tr td#actu{
	background: url(../images/actu_illus.gif) no-repeat center;}
	
table tr td#blog{
 	background: url(../images/blog-fd.gif) bottom left no-repeat ;
 }
 
 table tr td#contenu{
 text-align: center;
 background: url(../images/fd-liens.gif)  center no-repeat ;
 padding:20;
	}
	
 table tr td#contenu p#bas-de-page{
	 color: #fff;
	 margin-bottom: 50px;
	}
	
table tr td#contenu p#presentation{
	text-align: center;
	 color: #fff;
	 margin-bottom: 50px;
	 margin-left: 25px;
	 margin-right: 25px;
	}
	
table tr td#contenu p#liens a:link{
	color:#000;
	text-decoration:none;
	}
table tr td#contenu p#liens a:hover{
	color:#c00;
	text-decoration:none;
	}
	
table tr td#contenu p#liens a:visited{
	color:#000000;
	text-decoration:none;
	}
	
table tr td#actu p#text-actu{
	color: #000000;
	margin-bottom: 25px;
	margin-left: 23px;
	text-align: left;
	font-size:12px;
	}

table tr td#actu a:link{
	color:#000;
	text-decoration:none;
	}
table tr td#actu a:hover{
	color:#C00;
	text-decoration:none;
	}
	
table tr td#actu a:visited{
	color:#000;
	text-decoration:none;
	}
