#outil{
	display:none;
}
#menu{
	display:none;
}
#barretop{
	display:none;
}
#friends{
	display:none;
}


/*-----------CLASSES-------------------*/
.titredouble{
	font-size:20px;
	font-weight:bold;
	color:#FF9000;
	padding-bottom:5px;
	background:url('../images/BG_titre.png') bottom left repeat-x transparent;
}
.titredouble span{
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
.linksmall{
	text-align:right;
	line-height:25px;
	background:url('../images/bg_linksmall.png') bottom left no-repeat transparent;
}
	.linksmall a{
			font-size:12px;
			font-style:italic;
			color:#FF9000;
			text-decoration:none;
	}
	.linksmall a:hover{
			color:#666;
	}
	.linksmall a span{
			color:#666;
			font-weight:bold;
	}
	.linksmall a:hover span{
			color:#FF9000;
	}
.linkbig{
	text-align:left;
	line-height:25px;
}
	.linkbig a{
			background:url('../images/puce_linkbig.png') center left no-repeat transparent;
			padding-left:30px;
			font-size:14px;
			font-style:italic;
			font-weight:bold;
			color:#FF9000;
			text-decoration:none;
	}
	.linkbig a:hover{
			background:url('../images/puce_linkbighover.png') center left no-repeat transparent;
			color:#666;
	}
	.linkbig a span{
			color:#666;
			font-weight:bold;
	}
	.linkbig a:hover span{
			color:#FF9000;
	}
/*--------------HEADER-----------------*/
#header{/*random sur _header.php*/
	/*background:url('../images/header_1.jpg') top center no-repeat #ffffff;*/
		height:30px;
			color:#000;
			font-size:16px;
			display:block;
}
	#header h1{
		height:30px;
			color:#000;
			font-size:16px;
	}
		#header h1 a{
		height:30px;
			color:#000;
			font-size:16px;
		}
		#header h1 a span{
		height:30px;
			color:#000;
			font-size:16px;
		}

