ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a:link, a:visited
{
  text-decoration: none;
  color:#6E3291;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #000000;
  background : url(../images/bg.jpg) #7a0000 repeat-x 0px 0px;
}

body
{
  text-align: center;
}

div#header
{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 780px;
  height: 46px;
}

div#header ul, div#footer ul
{
  list-style: none;
  display:inline;
  float:right;
}

div#header li, div#footer li, div#header form
{
  display: inline;
  list-style: none;
}

div#header li
{
  padding: 0 7px;
  font-weight: bold;
  border-right: solid 1px #0066CC;
}

div#header li.last
{
  border-right: none;
}

div#header .last input
{
  border: solid 1px gray;
  width:70px;
  background-color: #F4F4F4;
  vertical-align:sub;
  margin-top:7px;
}

div#header .last input:focus, div#header .last input:hover
{
  background-color: white;
}

div#header li :link, div#header li :visited
{
  color:#0066CC;
}

div#content
{
  width: 780px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
  background-color:white;
}
 
div#content_main
{
  width: 780px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
  background-color:white;
}

div#content_main h1
{
  padding: 5px;
  font-size:14px;
  margin-bottom:10px;
  color: #B59D7A;
  border-bottom: 1px solid #B59D7A;
}

div#content_main h2
{
  font-size:14px;
}

div#content_main .interested_block
{
  float:left;
  padding:4px 10px 10px 0;
  width:60px;
}

div#content_main .interested_mark
{
  font-size: 2em; 
  font-weight: bold; 
  width: 30px; 
  height: 30px; 
  background-color: #FFE56F; 
  border: 1px solid #ddd; 
  text-align: center;
  margin-left:10px;
}

div#content_main .question_body
{
  margin-top:6px;
}

div#content_main hr
{
  background-color:white;
  border:none;
  border-top:solid 1px #B59D7A;
  clear:both;
  margin-bottom:10px;
}

div#footer
{
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 780px;
  background-color: #000000;
}

div#bandeau {
height: 50px; 
width: 780px;
margin-left:auto;
margin-right:auto;
background : url(../images/header_short.jpg) #000000 no-repeat 0px 0px;
}

div#navigation {
height: 40px; 
width: 780px;
left: 0px;
margin-left:auto;
margin-right:auto;
background-color: #000000;
}

div#left {
width: 160px;
background-color: #fff;
left: 0px;
position: relative;
text-align: left;
float : left;
background-color: #000000;
}

div#imghomecentre
{
width: 500px;
float:left;
left: 400px;
background-color: #fff;
position: relative;
}

div#txthomecentre
{
width: 620px;
float:left;
left: 5px;
background-color: #fff;
position: relative;
}

div#txtcentre
{
width: 620px;
float:left;
left: 5px;
background-color: #fff;
position: relative;
}

div#homeparis
{
width: 200px;
float:left;
left: 5px;
background-color: #fff;
position: relative;
}
div#homelyon
{
width: 200px;
float:left;
left: 5px;
horizontal-align: middle;
background-color: #fff;
position: relative;
}
div#homemarseille
{
width: 200px;
float:left;
left: 5px;
background-color: #fff;
position: relative;
}


div#centre {
width: 500px;
background-color: #fff;
position: relative;
}

#listings {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding-left: 10px;
	clear: both;
	}
#listings .title {
	height: 24px;
	border-bottom: 1px solid #ccc;
	line-height: 24px;
	vertical-align: middle;
	margin: 0 11px 10px 0;
	font-size: 1.6em;
	}

#listings .pages-links {
	text-align: center;
	width: 100%;
	}


#listing {
	margin-left: 10px;
	overflow: hidden;
	width: 100%;
	}
#listing h2 { 
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align:bottom;
	text-align:left;
	line-height:1.6em;
	margin:5px 0;
	}
	
#listing dl {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	}

#listing dl dt {
	width: 20%;
	float: left;
	margin: 0 0 0 0;
	padding: .3em;
	border-top: 1px dotted #bebebe;
	font-weight: bold;
	color: #666;
	text-align: right;
	}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

#listing dl dd {
	float: left;
	width: 75%;
	margin: 0 0 0 1px;
	padding: .3em;
	border-top: 1px dotted #bebebe;
	}
#listing dl dd a {
	font-weight: normal;
	text-decoration: none;
	}
#listing dl dd a:hover {
	text-decoration: underline;
	}
#listing dl dd ul{
	margin: 0;
	list-style-type: disc;
	list-style-position: inside;
	}
	
.listing-summary {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	background-color: #fff;
	}
.listing-summary h3 {
	margin: 0 10px 1px 0;
	font-size: 1.4em;
	float: left;
	}
.listing-summary .star{
	margin-left: 1px;
	}

.listing-summary .fieldRow {
	border: 0px solid #ccc;
	height: 22px;
	line-height:14px;
	float: left;
	padding:0 7px 0 0;
	font-size: 0.9em;
	}
	
.fieldRow .caption {
	float: left;
	text-align: right;
	color: #fff;
	clear: left;
	background-color: #bfbfbf;
	padding: 0 2px;
	border-bottom: 1px solid #f1f1f1;
	border-left: 0px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	font-weight: bold;
	}
	
.address {
	text-align: left;
	float: left;
	margin: 3px 0;
	width: 100%;
}

.listing-summary img.image {
	border: 1px solid #ccc;
	margin: 0 10px 10px 5px;
	padding: 5px;
	float: right;
	display:block;
	}
.listing-summary img.image-left { /* Similar to .listing-summary img.image, except that it is floated left. */
	border: 1px solid #ccc;
	margin: 0 10px 10px 5px;
	padding: 5px;
	float: left;
	display:block;
	}
.listing-summary a:hover img.image{
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	}
.listing-summary p {
	clear: both;
	margin-bottom: 5px;
	line-height: 1.4em;
	padding-right: 20px;
	}
.listing-summary .category {
	margin-bottom: 8px;
	}
.listing-summary .category span {
	margin-right: 2px;
	color: #808080;
	}
.listing-summary .category a {
	margin-left: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #009900;
	}
span.xlistings {
	color:#606060;float:left;margin: 0;}


.actions-rating-fav {
	width: 97%;
	margin: 10px 18px 10px 0;
	float: left;
	border: 2px solid #dcdcdc;
	background-color: #f8f8f8;
	}

.actions {
	width: 100%;
	float: left;
	clear: both;
	margin:0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	}
.actions a:link, .actions a:visited {
	displpay:block;
	margin: 0 5px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px dotted #ccc;
	}
.actions a:hover {
	border-bottom: 1px solid;
	}
.favourite {
	width: 41%;
	float: left;
	clear: none;
	height: 35px;
	line-height: 35px;
	padding-left: 12px;
	border-left: 1px dotted #ccc;
	}
.favourite .fav-caption {
	float: left;
	}
.favourite #fav-count {
	float: left;
	margin-left: 5px;
	font-weight: bold;
	}
.favourite #fav-msg {
	float: left;
	margin-left: 10px;
	}
.favourite #fav-msg a {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	}
.favourite #fav-msg a:hover{
	border-bottom: 1px solid;
	}
	
.rating {
	width:48%;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 10px 0 5px;
	margin-left: 4%;
	vertical-align: middle;
	}
.rating #rating-msg {
	float: left;
	width: 200px;
	text-align: center;
	}
.rating img {
	float: left;
	clear: none;
	margin-top: 7px;
}
.rating #total-votes {
	float: left;
	font-weight: bold;
	margin-left: 10px;
	}
#listing .title {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 0;
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
	}
a.actionlink:link, a.actionlink:visited {
	font-size:0.6em;
	text-decoration: none;
	padding: 2px;
	position: relative;
	top: -3px;
	color: #F3F3F3;
	background-color: #1f5ba4;
	}
a.actionlink:hover {
	background-color:#337DD9;
	}
	
#left LI A {
	DISPLAY: block; FONT-WEIGHT: bold; FONT-SIZE: 12px; FLOAT: left; WIDTH: 100%; COLOR: #fff; LINE-HEIGHT: 36px; FONT-FAMILY: Arial,Helvetica,"Sans-Serif"; HEIGHT: 36px; TEXT-ALIGN: left; TEXT-DECORATION: none
}	
#left LI A:hover{
	COLOR: #FF0000;
}
	
	
#tabs LI A {
	DISPLAY: block; FONT-WEIGHT: bold; FONT-SIZE: 12px; FLOAT: left; WIDTH: 100%; COLOR: #fff; LINE-HEIGHT: 36px; FONT-FAMILY: Arial,Helvetica,"Sans-Serif"; HEIGHT: 36px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
#tabs LI {
	FLOAT: left
}
#tabs LI.actif A {
	COLOR: #000; BACKGROUND-COLOR: #fff
}
#tabs LI.actif A:hover {
	COLOR: #000; BACKGROUND-COLOR: #fff
}
#tabs #tabAccueil {
	WIDTH: 96px
}
#tabs #tabVille {
	WIDTH: 186px
}
#tabs #tabCategorie {
	WIDTH: 146px
}

