* {font-family:georgia;font-size:14px;}
body {margin:0;padding:0;width:100%;height:100%;background:#ff0000}

#root {
	
	margin:0 auto;
	
}

#mainsite {
	margin:30px auto 0 auto;
	width:1000px;
	text-align:center;
}


#siteheader {
	margin:0 auto;
	padding-top:10px;
	height:154px;
	background: url(../images/style/header.png) top center no-repeat transparent;
}

* html #siteheader {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/style/header.png', sizingMethod='scale');background:transparent;}

#sitefooter {
	margin:0 auto;
	background: url(../images/style/footer.png) bottom center no-repeat transparent;
}

#sitecontent {
	text-align:left;
	background:#ffffff;
	margin:0 auto;
	padding:0;
	background: url(../images/style/bg-site.png) top center repeat-y transparent;
}

#footer { behavior: url(css/iepngfix.htc) }

#footer {
	
	width:1000px;
	background: url(../images/style/footer.png) bottom center no-repeat transparent;
	padding-top:10px;
}


#content {
	
	margin-left:93px;
	margin-right:10px;
	width:815px;
	padding-bottom:50px;
	min-height:605px;
	background: url(../images/style/frise.png) bottom left no-repeat transparent;
	
}

#mainmenu {
	border:0px solid yellow;
	height:26px;
	width:520px;
	margin:0 auto;
	
}

#mainmenu li {
	display:block;
	float:left;
}

#mainmenu .news {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:105px;
	height:26px;
	background: url(../images/mainmenu/news.png) top left no-repeat;
}
#mainmenu .news:hover {
	background: url(../images/mainmenu/news.png) top right no-repeat;
}

#mainmenu .agenda {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:107px;
	height:26px;
	background: url(../images/mainmenu/agenda.png) top left no-repeat;
}
#mainmenu .agenda:hover {background: url(../images/mainmenu/agenda.png) top right no-repeat;}

#mainmenu .contact {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:112px;
	height:26px;
	background: url(../images/mainmenu/contact.png) top left no-repeat;
}
#mainmenu .contact:hover {background: url(../images/mainmenu/contact.png) top right no-repeat;}

#mainmenu .galeries {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:117px;
	height:26px;
	background: url(../images/mainmenu/galeries.png) top left no-repeat;
}
#mainmenu .galeries:hover {background: url(../images/mainmenu/galeries.png) top right no-repeat;}

#mainmenu .liens {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:79px;
	height:26px;
	background: url(../images/mainmenu/liens.png) top left no-repeat;
}
#mainmenu .liens:hover {background: url(../images/mainmenu/liens.png) top right no-repeat;}














