/* CSS Document */

/******/
/* ID */
/******/

/* Structure */

#bandeau {
	background-image	: url(images/accueil/bandeau_accueil.jpg);
	background-repeat	: no-repeat;
	width				: 856px;	
	height				: 196px;
}
#zone_actu {
	width		: 550px;
	margin-left	: 300px;
	font-size	: 18px;
	margin-top	: 15px;
	position	: absolute;
}
#zone_actu p {
	font-size	: 18px;
	margin-top	: 0;
	line-height	: 14px;
}

#menu {
	background-image	: url(images/accueil/fond_menu_accueil.jpg);
	background-repeat	: no-repeat;
	width				: 856px;
	height				: 191px;
	font-size			: 14px;
	color				: #FFFFFF;
	font-weight			: bold;
}

#menu a:link,
#menu a:visited, 
#menu a:hover, 
#menu a:active {
	font-size			: 14px;
	color				: #FFFFFF;
	font-weight			: bold;
	text-decoration		: none;
}

#menu a:hover {
	color			: #FAB500;
	font-weight		: bold;
	text-decoration	: none;
}

#piedpage {
	background-image	: url(images/accueil/fond_pied_page_accueil.jpg);
	background-repeat	: no-repeat;
	width				: 856px;
	height				: 85px;
	font-size			: 12px;
	color				: #FFFFFF;
	text-decoration		: none;
}

#piedpage a:link, 
#piedpage a:visited, 
#piedpage a:hover, 
#piedpage a:active {
	font-size			: 12px;
	color				: #FFFFFF;
	text-decoration		: none;
}

#piedpage a:hover {
	color				: #F2B100;
	text-decoration		: none;
}

#cadrpg { 
	width				:600px; 
	margin				:0 auto; 
	border				:0; 
	overflow			:hidden;

}
#newshr { 
	position			:relative;
	width				:580px; 
	height				:20px; 
	overflow			:hidden;
    color				:inherit; 
	background			:#FFFFFF url(news.gif);
	border				:1px inset white; 
	
}
/*************************************/
