@charset "utf-8";
/* CSS Document */
body{
	font-family:Tahoma, Geneva, sans-serif;
	background:#f4f4f4;
	color:#000;
	margin:0;
}

a{
	color:#333;
}
a:hover{
	color:#888 !important;
}
a:visited{
	color:#333;
}

#container{
	width:60%;
	margin:auto;
}
.container p{
	font-family:Tahoma, Geneva, sans-serif !important;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:60pt;
	text-align:center;
  margin-top:0px;
}
#synopsis{
	text-align:center;
}
#liens{
	margin:0 auto;
	text-align:center;
}
#liens td{
	padding:0 50px;
}
.liens:hover{
	background:#ddd;
}
.liens a:hover{
	color:#000 !important;
}
