body {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 25px;
	padding: 0;
	background: #0D0C0D url('images/logo.png') top right no-repeat;
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}


img {border: 0; }

form {
	margin: 0;
	font-size: 75%;
}

textarea {
	width: 98%;
	background-color: #efefef;
	border: 1px solid #369;
	margin-bottom: 10px;
}

textarea:hover, textarea:active {
  background-color: #fff;
  color: #000;
}

textarea:focus {
   color: #36d;
   background-color: #fff;
}

input{
  background-color:#fff;
  background-position:bottom;
  background-repeat:repeat-x;
  border-style:solid;
  border-width:1px;
  color:#000;
  cursor:pointer;
  font-weight:700;
}

input:hover{
  background-color:#efefef;
  background-position:bottom;
  background-repeat:repeat-x;
  border:1px solid #369;
  color:#000;
}

/*
	Menu quick
*/
#quick {
	width: 350px;
}

#quick ul {
	background-color: #222;
	color: #efefef;
}

#quick li {
	padding-left: 15px;
	padding-right: 5px;
	display: inline;
}

#quick a {
	text-decoration: none;
	color: #efefef;
}

#quick a:hover {
	text-decoration: none;
	color: #36d;
}


#content {
	width: 100%;
}

#content a {
	text-decoration: none;
	color: #efefef;
}

#content a:hover {
	text-decoration: none;
	color: #36d;
}

#content .annonce h1 {
	display: block;
	color: #369;
	font-size: 18px;
	height: 20px;
}

#content .liste{
	padding: 5px;
	border:   5px solid #222;
-moz-border-radius: 25px;
	text-align: justify;
	
-moz-column-count: 2;
-moz-column-width: 300px;
}


#content img {
	border: 0;
}

#content .liste li {
	display: block;
	padding-left: 15px;
}

#content .liste a {
	color: #efefef;
}
#content .liste a:hover {
	color: #36d;
}
#content .liste li:hover {
	background-color: #444;
}
.file a {
	color: red;
}

#zip {
	text-align: center;
	color: #000;
	background-color: #efefef;
	width: 300px;
	border-left: 5px solid #888;
}

#zip a       {text-decoration: none;      color: #36d;}
#zip a:hover {color: #36d;}

#zip #toggle a       {text-decoration: none; color: #36d;}
#zip #toggle a:hover {color: #36d;}

.inline {
	display: inline;
}

/*
	footer
*/
#footer ul {
	background-color: #222;
	color: #efefef;
}

#footer li {
	padding-left: 15px;
	padding-right: 5px;
	display: inline;
}

#footer a {
	text-decoration: none;
	color: #efefef;
}

#footer a:hover {
	text-decoration: none;
	color: #36d;
}



