* { margin:0; padding:0; }

body {
	background: #FFF url('images/bg.png') repeat-x;
}

a:link {color:#000; text-decoration:underline}
a:visited {color:#000; text-decoration:underline}
a:active {color:#000; text-decoration:underline}
a:hover {color:#000; text-decoration:underline}

#menu {
    font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #DEE7F5 url('images/bg-nav.jpg') no-repeat;
	height:55px;

}

#menu ul {
	width: 900px;
	list-style:none;
	padding-top:15px;

}

#menu li {
	display:inline;
	margin: 0;
	padding: 0;
}

#menu a {
	color: #FFF;
	padding-right:10px;
	padding-left:10px;
	background-image:url(images/li.png);
	text-decoration:none;
}

#menu a.selected {
	color: #fff;
}

#menu a:hover {
	color: #fff;
}

.content-table {
background-color:#FFF;
}

.content-right {
  width:620px;
  border-left: 1px solid #999;

}

.adress-top {
margin-top:10px;
margin-left:20px;
font: bold 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.adresse {
margin-top:5px;
margin-left:20px;
font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.footer {
  background: #ccc url('images/footer.jpg') no-repeat;
  height:100px;
  font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#000;
  text-align:left;
}

a.f-right  {
  float:right;
  margin-right:15px;
  color: #FFF;
}

.f-right  {
  float:right;
  margin-right:6px;
  color: #FFF;
}

.f-left {
  float:left;
  margin-left:10px;
  color: #FFF;
}


.content-right-text {
	color:#000;
    font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	margin-left:15px;
	margin-right:15px;
	margin-top:12px;
}

.login a {
    text-align:right;
	color:#FFF;
    font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right:15px;
	margin-bottom:25px;

}

.box {
    text-align:justify;
	color:#000;
    font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:45px;
	margin-right:20px;
	margin-top:15px;
}

.header {
  background: #FFFFFF url('images/header.jpg') no-repeat;
  height:116px;
}

.header2 {
  background: #FFFFFF url('images/header2.jpg') no-repeat;
  height:315px;
}

.border {
border-bottom:solid 1px #999999;
}