html, body {
	margin: 0;
	padding: 0;
	background-color: #245568;
	height: 100%;
	color: #3e3e1c;
}

div#header {
	width: 915px;
	height: 254px;
	background-image: url(images/header.jpg);
	padding-left: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #435c28;
}

div#header a:link, div#header a:visited, div#header a:active {
	text-decoration: none;
	color: #435c28;
}

div#header a:hover {
	color: #FFF;
}

div#wrap {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
}

div#mainframe {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}	

div#menu {
	color: white;
	font-variant: small-caps;
	font-size: 20px;
	!font-size: 18px;
	float: left; 
	padding-left: 20px; 
	padding-top: 20px;
}

div#menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#menu li {
	background-image: url(images/fleur.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-top: 15px;
	padding-left: 40px;
	height: 35px;
	cursor: pointer;
}

div#contenu{
	float: left; 
	width: 540px; 
	margin-left: 60px;
	font-size: 13pt;
	font-family: Arial Narrow;
}

div#choisir, div#municipal, div#culture, div#loisirs, div#organismes, div#services, div#medicaux {
	margin-left: 60px;
	font-size: 12pt;
	display: none;
	font-variant: normal;
	!margin-left: 20px;
	!font-weight: normal;
	!font-size: 11pt;
	!margin-top: 10px;
}

ul a:link, ul a:visited, ul a:active, ul a:hover{
	color: #FFF;
	text-decoration: none;
}

div#choisir  a:hover, div#municipal  a:hover, div#culture  a:hover, div#loisirs  a:hover, div#organismes  a:hover, div#services  a:hover, div#medicaux  a:hover {
	text-decoration: underline;
	color: #f0f0f0;
}

.mini-img {
	float:left; 
	width: 130px;
}

.mini-img img {
	width: 125px;
	height: 125px;
	border: 0px;
}

img.reduce-size {
	width: 75%;
	height: 75%;
	margin-left: 55px;
}
