@charset "utf-8";
/*
	FrancoPost
	20060613 - PgM
*/


html, body {
	margin: 0px;
	padding: 0px;
	
	background-color: #F3F3F3;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	
	text-align: center;
}



div#main {
	position: relative;
	margin: auto;
	
	width: 993px;
	background-image:url(bg.jpg);
	background-repeat:repeat-y;
}


img#mmsx {
	float: left;
	margin-left: 5px;
}
img#mmdx {
	float: right;
	margin-right: 15px;
}

div#cnt {
	margin-left: 150px;
	margin-right: 160px;
	padding-bottom: 400px;
	
	text-align: left;
}

h1 {
	background-color: #ABCE35;
	color: #fff;
	
	font-size: 10pt;
}
a { color: blue; }
a:hover { color: red; }


div.home {
	background-color: #ededed;
	
	margin: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}





div#mmm {
	font-size: 7.5pt;
	color: #666;
}
div#mmm ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	
}
div#mmm ul li { display: inline; }
div#mmm ul li a {
	color: #666;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
div#mmm ul li a:hover { text-decoration: underline; }
