*{
	padding:0;
	margin:0;
	border:0
}



html{
	background:#FEFEFE;
}


body{
	background:#fff;
	font: normal 12px 'Trebuchet MS', Helvetica, sans-serif;
	color:#000000;
}

/*____________________________________________________________________*/
/*_________________________________=GENERAL_____________________________*/
/*____________________________________________________________________*/

*html img, *html a, *html p{
	position:relative;
	z-index:15;
}


p{
	padding:5px 0px 5px 0px;
	text-align:justify;
}


a{color:#77B107;text-decoration:none;}
a:hover{color:#4E1544}

.spacer{clear:both;font-size:0px;height:0px;line-height:0px}

/*____________________________________________________________________*/
/*_______________________________=CONTENEUR___________________________*/
/*____________________________________________________________________*/



#conteneur{  
	margin:0px auto;
	width:880px;
}


/*____________________________________________________________________*/
/*_________________________________=HAUT_____________________________*/
/*____________________________________________________________________*/

#bandeau{
	background:url('../images/haut-bandeau.jpg') no-repeat;
	height:292px;
	padding:6px 0 0 0;
}

#bandeau h1{
	display:none;
}


#menu_haut h2{
	background:url('../images/titre-menu-haut.png') no-repeat;
	height:182px;
	float:left;
	width:84px;
	position:absolute;
}

*html #menu_haut h2{
	z-index:120;
	position:relative;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.mpa.fr/images/titre-menu-haut.png');
}

#menu_haut h2 span{
	display:none;	
}

#menu_haut{
	height:182px;
	margin:-187px 0 0 35px;
	position:relative;
}


#menu_haut ul{
	list-style:none;
	padding:6px 0 0 80px;
}
*html #menu_haut ul{
	float:left;
	position:relative;
	margin:0px 0 0 -85px;
}

#menu_haut li{
	margin:0 0 1px 0;
}

*html #menu_haut li{
	margin:-1px 0 0 0;
}
*+html #menu_haut li{
	margin:-1px 0 0px 0;
}



#menu_haut li a{
	display:block;
	width:189px;
	height:17px;
	color:#1452B5;
	font: normal 13px Arial, Helvetica, sans-serif;
	background:url('../images/fond-menu.png') no-repeat;
	padding:1px 0 0 10px;
	font-weight:bold;

}
*html #menu_haut li a{
	cursor:hand;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.mpa.fr/images/fond-menu.png');
}



#menu_haut li a:hover,#menu_haut li a:focus{
	background-position:0px -18px;	
	color:#fff;
}
*html #menu_haut li a:hover{
	color:#000;
}




/*____________________________________________________________________*/
/*_________________________________=CENTRE_____________________________*/
/*____________________________________________________________________*/

#centre{
	margin:43px 0 0 0;
	background:url('../images/fond-centre.jpg') bottom #fff repeat-x;
	border:1px #B2B2B2 solid;
	border-bottom:none;
	min-height:300px;
	height:auto;
}

*html #centre{
	height:300px;
}


#menu_encart{
	list-style:none;
	border-bottom:1px #B2B2B2 solid;
	height:121px;
	padding:0 0 5px 0;
	margin:-30px 0 0 0;
}

#menu_encart li{
	float:left;	
}

#menu_encart li a{
	display:block;
	float:left;
	width:236px;
	height:121px;
	margin:0 16px 0 35px;
}

*html #menu_encart li a{
	margin:0 10px 0 17px;
}

#menu_encart li#btn_mpa a{
	background:url('../images/btn-mpa.png') no-repeat;
}
*html #menu_encart li#btn_mpa a{
	cursor:hand;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.mpa.fr/images/btn-mpa.png');
}

#menu_encart li#btn_inter a{
	background:url('../images/btn-inter.png') no-repeat;
}
*html #menu_encart li#btn_inter a{
	cursor:hand;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.mpa.fr/images/btn-inter.png');
}

#menu_encart li#btn_prod a{
	background:url('../images/btn-prod.png') no-repeat;
}
*html #menu_encart li#btn_prod a{
	cursor:hand;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.mpa.fr/images/btn-prod.png');
}

#menu_encart li a span{
	display:none;
}

#menu_encart li#btn_mpa a:hover,#menu_encart li#btn_mpa a:focus{
	background-position:0px -120px;	
}
#menu_encart li#btn_inter a:hover,#menu_encart li#btn_inter a:focus{
	background-position:0px -120px;	
}
#menu_encart li#btn_prod a:hover,#menu_encart li#btn_prod a:focus{
	background-position:0px -120px;	
}


/*____________________________________________________________________*/
/*_________________________________=CONTENU_____________________________*/
/*____________________________________________________________________*/



#contenu{
	width:808px;
	min-height:300px;
	height:auto;
	padding:20px 35px 10px 35px;
	/*background:url('../images/fond-contenu.jpg') no-repeat;*/
}
*html #contenu{
	height:300px;
}





/*____________________________________________________________________*/
/*_________________________________=BAS_____________________________*/
/*____________________________________________________________________*/




#bas{
	padding-top:25px;
	text-align:right;
	background:url('../images/fond-bas.jpg') no-repeat;
	height:72px;
	width:880px;
	clear:both;
}



#bas ul{list-style:none;}
#bas ul li{display:inline;padding:0 0 0 5px;}
#bas ul li a{color:#000;font-size:11px;padding:0 10px}
#bas ul li a:hover,#bas ul li a:focus{color:#838383}





