html
{
margin:0px;
color:				black;
}
body
{
margin:0px;
width:				100%;
height:				100%;
background-color:	#ffffff;
color:				#494949;
font-family:		"Time news roman"

}
div
{
background-color:	#ffffff;
}
a
{
color: #000000;
font-weight:	bold;
}

img
{
border:none;
}

h1
{
text-align:			center;
color:#000000;
}


#haut_general
{

background-color:	#ffffff;
width:				100%;
height:				150px;
background-image:	url('../images/blanc/haut_general_bg.png');
}
	#haut_central
	{
	margin:				auto;
	background-color:	#ffffff;
	background-image:	url('../images/blanc/haut_central_bg.png');
	width:				900px;
	height:				100%;

	}

#centre_general
{

background-color:	#ffffff;
height:			500px;
width:				100%;
}	
	#centre_central
	{
	margin:				auto;
	width:				900px;
	height:				100%;
	background-color:	#ffffff;
	}
		#centre_menu_gauche
		{
		float:				left;
		width:				200px;
		height:				100%;
		background-color:	#ffffff;
		background-image:	url('../images/blanc/centre_menu_gauche.png');
		
		padding-left:	0px;
		text-align:			left;
		}
		
			#centre_menu_gauche .liens
			{
			display:block;
			width:180px;
			height:40px;
			background-color:#ffffff;
			}
			#centre_menu_gauche .liens:hover
			{
			position: relative;
			/*margin-left:3px;*/
			
			}
			
				#accueil
				{
				background-image:url('../images/blanc/centre_menu_gauche_accueil.png');
				}
				#accueil:hover
				{
				background-image:url('../images/blanc/centre_menu_gauche_accueil_h.png');
				}
				#biographie
				{
				background-image:url('../images/blanc/centre_menu_gauche_biographie.png');
				}
				#biographie:hover
				{
				background-image:url('../images/blanc/centre_menu_gauche_biographie_h.png');
				}
				#centre_menu_gauche #titres
				{
				background-image:url('../images/blanc/centre_menu_gauche_titres.png');
				}
				#centre_menu_gauche  #titres:hover
				{
				background-image:url('../images/blanc/centre_menu_gauche_titres_h.png');
				}
				#videos
				{
				background-image:url('../images/blanc/centre_menu_gauche_videos.png');
				}
				#videos:hover
				{
				background-image:url('../images/blanc/centre_menu_gauche_videos_h.png');
				}
				#paroles
				{
				
				}
				#liens
				{
				background-image:url('../images/blanc/centre_menu_gauche_liens.png');
				}
				#liens:hover
				{
				background-image:url('../images/blanc/centre_menu_gauche_liens_h.png');
				}
				#contact
				{
				background-image:url('../images/blanc/centre_menu_gauche_contact.png');
				}
				#contact:hover
				{
				background-image:url('../images/blanc/centre_menu_gauche_contact_h.png');
				}
				#livre_dor
				{
				background-image:url('../images/blanc/centre_menu_gauche_livre_dor.png');
				}
				#livre_dor:hover
				{
				background-image:url('../images/blanc/centre_menu_gauche_livre_dor_h.png');
				}
			
			
		
		
		#centre_contenu
		{
		
		margin:auto;
		width:				470px;
			padding-left:	10px;
			padding-right:	10px;
		height:				100%;
		background-color:	#ffffff;
		
		overflow:			auto;
		
		}
		
			.news
			{
			margin:			auto;
			border:			1px solid #dbdbdb;
			width:			400px;
			/*min-height:		100px;*/
			background-image:url('../images/blanc/news_bg.png');
			}
			.news_top
			{
			color:#000000;
			text-align:		center;
			font-weight:	bold;
			height:			20px;
			background-image:url('../images/blanc/news_bg_top.png');
			}
			.news_mid
			{
			padding: 5px;
			text-align:		justify;
			min-height:		60px;
			/*height:			60px;*/
			}
			.news_bot
			{
			text-align:		right;
			background-color:transparent;
			height:			20px;
			background-image:url('../images/blanc/news_bg_bot.png');
			}
		
		#centre_menu_droit
		{
		float:				right;
		padding-left:15px;
		width:				175px;
		height:				100%;
		background-color:	#ffffff;
		background-image:	url('../images/blanc/centre_menu_droit.png');
		
		padding-right:		10px;
		text-align:			center;
		}

#pied_general
{
width:				100%;
height:				150px;
background-color:	#ffffff;
}
	#pied_central
	{
	margin:				auto;
	background-color:	#ffffff;
	background-image:	url('../images/blanc/pied_central_bg.png');

	width:				900px;
	height:				100%;
	}
	#pub
	{
	margin:auto;
	width:730px;
	margin-top:100px;
	}
	
	
	
	
table #titres
{
	width:400px;
	border:1px solid silver ;
	border-collapse : collapse;
}
	#titres td
	{
	padding:3px;
	}
