div.contenu table{
    width:96%;
    margin:0 2%;
}
div.liste{
    margin:0 15px;
}
div.liste div.dest1 { }

div.liste div.item{
    border:1px solid black;
    padding:0 15px;
    margin:10px 0;
    height:210px;
    overflow:hidden;
}
div.liste div.item h2{
    background-color:grey;
    color:black;
    margin:0 -15px 15px -15px;
    padding:7px;
    font-weight:bold;
    font-size:1.4em;
}
div.liste div.item img{
    float:left;
    margin-right:15px;
    width:350px;
    height: 150px;
}
div.liste div.item img.volcompris{
    float:right;
    margin-right:15px;
    width:auto;
    height: auto;
}


div.liste div.item span.prix{
    color:#369;
    font-weight:bold;
}
div.liste div.item span.prix strong{
    font-weight:bold;
    font-size:2em;
    color:#369;
}
div.liste div.item span.prix span{
    text-decoration:line-through;
    color:#369;
    font-size:1.3em;
}
div.liste div.item ul li{
    font-weight:bold;
    color:gray;
}
div.liste div.item ul li strong{
    color:gray;
}
p.nombre_resultats{
    color:#369;
    font-weight:bold;
    margin:15px;
}

table.filtres{
    margin:0 2%;
    width:96%;
}
table.filtres tr td.odd{
	background-color:#eaeff8;
}
table.filtres tr td strong.titre,
table.filtres tr td.titre{
	background-color:#ccc;
	padding:0;
	color:#369;
	font-weight:bold;
	padding-left:5px;
}
table.filtres tr td strong.titre{
	display:block;
	margin:0 -5px;
	margin-top:5px;
}

table.filtres tr th{
    background:transparent url(/medias/site/bg_table_th.gif) repeat-x scroll left top;
    border-bottom:1px solid #336699;
    color:white;
    font-weight:900;
    height:19px;
    line-height:19px;
    text-align:center;
}
table.filtres tr td{
    padding:5px;
    font-weight:bold;
    font-size:1.3em;
    color:red;
}
table.filtres tr td a{
    display:block;
    color: grey;
    font-weight:normal;
}
table.filtres tr td a:hover{
    color:red;
    text-decoration:underline;
}


ul.selectedCriteria{
    border:solid 1px #c5c5c5;
    background-color:#f5f5f5;
    padding:15px;
    margin:0 15px;
    height:40px;
}
ul.selectedCriteria li {
    height:40px;
    line-height:40px;
    float:left;
    padding-right:15px;
}
ul.selectedCriteria li a {
    font-weight:normal;
    text-decoration: underline;
}
ul.selectedCriteria li a:hover {
    color: red;
    text-decoration: none;
}
ul.selectedCriteria li.main{
    font-weight:bold;
}


ul.selectedCriteria li.total{
    float: left;
    margin-right:15px;
    padding:5px 15px;
    background:red;
    color:white;
    font-size:3em;
    text-align:center;
    height:30px;
    line-height:30px;
    font-weight:bold;
}
ul.selectedCriteria li.waiting{
    background:url(/medias/ajax.gif) center center no-repeat;
}

#hint{
    display:none;
    float:right;
    color:red;
    font-size:.9em;
    font-weight: bold;
    margin: 5px 25px 0 0;
    background:red;
    color:white;
    padding: 3px 5px;
}