@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:url(../images/fd_back.png) no-repeat;
	background-color:#181818;
	font-size:12px;
	color:#CCCCCC;
	font-family:Helvetica, sans-serif;
}

#container {
	width:960px;
}

#top {
	background:url(../images/fd_top.jpg) repeat-x;
	height:118px;
}

#top_content {
	width:960px;
}

#bottom {
	margin-top:50px;
	background:url(../images/fd_bottom.jpg) repeat-x;
	height:60px;
}

#bottom_content {
	width:960px;

}

div.clear {
	font-size:0px;
	line-height:0px;
	clear:both;
	height:0px;
}

div#menu_left {
	float:left;
	width:190px;

}

div#content {
	float:right;
	width:760px;

}

/* LIENS ETC */ 

a.small {
	color:#CCC;
	text-decoration:none;
}

a{outline: none; color:#ff00ff;}
:focus{-moz-outline-style: none;}

a:hover{ text-decoration:none;}
