#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
		background-color: #003399;
}
#header {
	height: 100px;
	width: 850px;
		background-image: url(images/header.png);
}

#header2 {
	height: 142px;
	width: 850px;
		background-image: url(images/ville_haut3.png);
}

#content {
	width: 500px;
	padding: 10px;
	margin-right: 160px;
	margin-left: 160px;
}

#leftnav {
	float: left;
	width: 140px;
	height: 400px;
	padding: 5px;
}

#leftnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftnav a
{
	display: block;
	width: 130px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
}

#leftnav a:link, .navlist a:visited
{
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}

#leftnav a:visited
{
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;
}

#leftnav a:hover
{
	text-decoration: none;
	color: #0000ff;
}

#sidebar {
	padding: 10px;
	width: 130px;
	height: 390px;
	float: right;
}

#silverlight {
	height: 40px;
	width: 100px;
	background-image: url(images/SilverlightLogo.png);
}

#footer {
	height: 100px;
	width: 850px;
	background-image: url(images/footer.png);
}

#footer2 {
	height: 134px;
	width: 850px;
	background-image: url(images/ville_bas.png);
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1A2373;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F77F1;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #ff9c23;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fffecd;
  line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

a {
	color: #E82525;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #E82525;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #901BBE;
	text-decoration: none;
}

.box1 {
	background:#003399;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
  margin: 3px 0;
	line-height: 12pt;
}

.Style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC33;
	font-size: 12px;
	padding: 3px 0;
  margin: 3px 0;
	line-height: 12pt;
}
