* { margin:0; padding:0; }

body {
	background: #CCCCCC 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 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #999 url('images/bg-nav.jpg') no-repeat;
	height:55px;

}

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

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

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

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

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

#menu a.active {
color: #000;
}

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

.content-right {
  width:660px;
  border-left: 1px solid #CCC;

}

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

a.f-left1 {
  color: #FFF;
}

.f-right  {
  float:right;
  margin-right:15px;
  margin-top:10px;
}

.f-left {
  color: #FFF;
  text-align:center;
}

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

a.login {
    text-align:right;
	color:#fff;
	margin-bottom:25px;

}

.login-new {
    text-align:right;
	color:#CCC;

}

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

.adresse {
margin-top:8px;
margin-left:15px;
font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#999999;
}

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

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