﻿@charset "utf-8";

/*
-----------------------------------------------------------------------------------------
ARTHUR LOYD - SCREEN - RESULTATS DE LA RECHERCHE
CREATION : GOWEB / LAURENT ANDRZEJAK
Email: la@goweb.fr

--------------
NOTES
--------------
Cette feuille de style contient tous les éléments standards utilisés dans la section
résultat de la recherche

--------------
CONTENTS
--------------
## GENERAL
## DISPLAY OPTIONS
## ITEMS

-----------------------------------------------------------------------------------------
*/

/*  ## GENERAL ------------------------------------------------------------------------*/
h2 {
color: #e3001b;
font-size: 13px;
text-transform: uppercase;
margin-top:3px;
}
.clear{
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

/*  ## DISPLAY OPTIONS  ----------------------------------------------------------------*/
.display-type{
float:left;
width:300px;
}
.display-type label{
font-size:12px;
margin-right:10px;
}
span.search-result{
float:right;
text-align:right;
width:250px;
font-size:12px;
}
div.pagination{
background:url(../images/stat/pagination-bg.jpg) 0 0 repeat-x;
height:27px;
margin-top:10px;
}
div.pagination dl{
float:left;
width:320px;
margin:4px 0 0 10px;
padding:0;
}
div.pagination dt{
float:left;
margin:0;
margin-right:5px;
padding:0;
font-weight:normal;
}
div.pagination dd{
float:left;
padding:0;
background:url(../images/stat/pagination-separator.gif) 100% 55% no-repeat;
padding-right:5px;
margin-left:2px;
}
div.pagination ul{
background:url(../images/stat/pagination-arrow.gif) 0 4px no-repeat;
float:right;
display:block;
text-align:right;
margin:4px 10px 10px 0;
padding:0 0 10px 15px!important;
}
div.pagination ul li{
background:url(../images/stat/pagination-separator.gif) 100% 55% no-repeat;
float:left;
margin:0;
padding:0;
padding-right:5px;
margin-left:2px;
font-weight:bold;
}
div.pagination ul li.last{
background:none;
}
div.pagination a.current{
text-decoration:none!important;
}

/*  ## ITEMS ------------------------------------------------------------------------*/

div.item{
background-color:#fff;
overflow:hidden;
border:1px #D5D5D5 solid;
padding:8px 10px;
margin-top:10px;
}
div.item .left{
float:left;
width:350px;
}
div.item .right{
float:right;
width:218px;
}
div.item .right img{/*
width:215px;
height:160px;*/
}
div.item .right .btn{
float:right;
margin-top:10px;
}
.right a
{
float:right;
}
div.item span.ref{
font-size:11px;
font-weight:bold;
}
div.item .left dl {
background:url(../images/stat/surface-bg.gif) 0 0 repeat-x;
height:27px;
padding:0;
margin:8px 0 12px 0;
}
div.item .left dt,
div.item .left dd{
float:left;
padding:0;
margin:0;
padding-top:5px;
font-weight:normal;
}
div.item .left dd{
margin-left:3px;
}
div.item .left dt.surface-min{
background:url(../images/stat/surface-separator.gif) 0 13px no-repeat;
padding-left:7px;
margin-left:5px;
}
div.item .left p.description{
padding-bottom:5px;
}
.delete{
	display:block;
	float:right;
	margin-top:8px;
	margin-bottom:10px;
	margin-right:-3px;
}
div.memoalerte{
    margin:20px 0 20px 170px;
}
#ctl00_ContentPlaceHolder1_PasDeResultats
{
    margin-top:50px!important;
}
#ctl00_ContentPlaceHolder1_PasDeResultats span.nofound
{
    color:#E3001B;
    font-weight:bold;
    font-size:17px;
}
.content-primary ul.noresults
{
   margin-top:60px;
   margin-left:50px;
}
.content-primary ul li.noresult
{
   background:url("../images/stat/arrow-bullet-red-bg-grey.gif") no-repeat scroll 0 6px transparent;
   margin-bottom:40px;
   font-size:16px;
}
.content-primary ul li.noresult a:hover
{
    text-decoration:none;
}
.content-primary ul li.noresult span.alertnofound
{
  display:block;
  position:relative;
  top:10px;
  left:150px;
}

