/* CSS Document */

html
	{
		font-family:Verdana;
		font-size:12px;
		color:#FFFFFF;
	
	}
	
body
	{
		width:950px;
		margin:auto;
		background-color:#000000;
		
		margin-top:20px;
	
	}
	
#header
	{
		display:block;
		width:950px;
		height:180px;
		background-image:url(http://www.ficheperso.com/themes/theme6/images/header.jpg);
		background-repeat:no-repeat;
	
	}

	#header img
		{
			float:left;
			margin-top:13px;
			margin-left:42px;
		
		}
	
	#liens
		{
			
			width:950px;
			height:30px;
			background-image:url(http://www.ficheperso.com/themes/theme6/images/header.jpg);
			background-repeat:no-repeat;
			background-position:bottom;
			margin-bottom:10px;
			font-weight:bold;
			
	
		}
		
	
		#liens a
			{
				color:#FFFFFF;
				text-decoration:none;
			
			}
	
#menu
	{
		width:250px;
		float:left;
	
	}
	
	#menu .titre
		{
		
			width:250px;
			height:30px;
			background-repeat:no-repeat;
		
		}
		
	#menu .liens
		{
		
			width:230px;
			border:1px #FFFFFF solid;
			margin:5px;
			padding:2px;
			background-color:#004556;
		
		}
		
	#menu .bas
		{
			
			width:250px;
			height:16px;
			background-image:url(http://www.ficheperso.com/themes/theme6/images/menu_bas.jpg);
			background-repeat:no-repeat;
			margin:3px;
			margin-bottom:15px;
		
		}
		
	#menu a
		{
			
			color:#FFFFFF;
			text-decoration:none;
		
		}
		
		#menu_profil { background-image:url(http://www.ficheperso.com/themes/theme6/images/menu_profil.jpg); }
		#menu_details { background-image:url(http://www.ficheperso.com/themes/theme6/images/menu_details.jpg); }
		#menu_interview { background-image:url(http://www.ficheperso.com/themes/theme6/images/menu_interview.jpg); }
		#menu_amis { background-image:url(http://www.ficheperso.com/themes/theme6/images/menu_amis.jpg); }
		
#content
	{
		float:right;
		width:690px;
		padding-bottom:20px;
	
	}
	
	#content .news
		{
			width:622px;
			margin:auto;
			margin-bottom:20px;
		
		}
		
		#content .news .titre
			{
				display:block;
				background-image:url(http://www.ficheperso.com/themes/theme6/images/news_top.jpg);
				background-repeat:no-repeat;
				height:26px;
				font-weight:bold;
				padding-top:5px;
				padding-left:5px;
			
			}
			
		#content .news .texte
			{
				display:block;
				border:1px #FFFFFF solid;
				background-color:#004556;
				margin-top:5px;
				
				text-align:justify;
				padding:5px;
				
			}
			
		#content .news .foot
			{
				display:block;
				background-image:url(http://www.ficheperso.com/themes/theme6/images/news_bas.jpg);
				background-repeat:no-repeat;
				height:16px;
				margin-top:5px;
			
			}
	
	/* --- */
	
	#content .cadre_bas
		{
			width:622px;
			margin:auto;
			margin-bottom:20px;
		
		}
		
		#content .cadre_bas .top
			{
				display:block;
				border:1px #FFFFFF solid;
				background-color:#004556;
				margin-top:5px;
				
				font-weight:bold;
				padding:2px;
			
			}
			
		#content .cadre_bas .bottom
			{
				display:block;
				border-bottom:1px #FFFFFF solid;
				border-right:1px #FFFFFF solid;
				border-left:1px #FFFFFF solid;
				background-color:#00252f;
				margin-top:0px;
				
				text-align:justify;
				padding:5px;
		
			}
	
#footer
	{
		display:block;
		height:60px;
		clear:both;
		background-image:url(http://www.ficheperso.com/themes/theme6/images/footer.jpg);
		background-repeat:no-repeat;
		margin-bottom:20px;
		
		padding:10px;
		font-weight:bold;
	
	}
