/*-------- POur le zoning, decalage pour pouvoir caler le menu en haut tout en le placant en bas du code -------------*/
div#page { margin : 288px auto 20px auto; }

div.rawimages img { border:0; }

div#main_list_intervenants ul
{
	/*list-style-type	: none;*/
}

div#main_list_intervenants ul a
{
	color		: #000000;
}

div#div_bando
{
	position	: absolute;
	left		: 50%;
	top		: 0;
	height		: 288px;
	width		: 870px;

	border		: 0;
	border-left	: 1px solid #009EE0;
	border-right	: 1px solid #009EE0;
	margin		: 0 0 0 -436px;

	padding		: 0;
/*avant zoning
	position	: relative;
	height		: 288px;
	width		: 853px;
	padding		: 0;
	margin		: auto;
*/
}

div#hmenu
{
	position	: absolute;
	TOP		: 0px;
	LEFT		: 0px;
	height		: 30px;
	width		: 853px;
	margin		: 128px 0 0 0;
	padding		: 0;
	text-align	: center;
}


div#hmenu a
{
	color		: #000000;
	text-decoration	: none;
	font-size	: 13px;
	font-family	: Verdana;
	font-weight	: bold;
	margin		: 0;
	padding		: 3px;
}

div#hmenu a:hover
{
	color		: #ffffff;
}
