
@media (max-width: 800px){
	  .form-wrapper input{width:50% !important;}
	  #resultatsContainer {margin-left:0px !important;margin-right:0px !important;}
	  #logo{width:40% !important}
}

body {
      background-color:#EAF3FB;
      font-family: Verdana, Arial, Geneva, sans-serif;
	  font-size: 1.5em;
      color: #333;
      text-align: center;
      margin:0;
      margin-left:3px;
      margin-right:3px;
  }

  a {
      color: #ccc;
  }

  /*-------------------------------------*/

  .cf:before, .cf:after{
    content:"";
    display:table;
  }

  .cf:after{
    clear:both;
  }

  .cf{
    zoom:1;
  }

  /*-------------------------------------*/

  .form-wrapper {
      /*width: 450px;*/
      max-width:465px;
      padding: 15px;
      margin: 10px auto 10px auto;
      background: #444;
      background: #ddd;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
      -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
      box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  }

  .form-wrapper input {
      /*width: 330px;*/
      width:100%;
      max-width:330px;
      height: 20px;
      padding: 10px 5px;
      padding-left: 20px;
      float: left;
      font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
      border: 0;
      background:#eee url('../img/picto/search.gif') 6px center no-repeat;
      -moz-border-radius: 3px 0 0 3px;
      -webkit-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px;
  }

  .form-wrapper input:focus {
      outline: 0;
      background: #fff;
      -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
      -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
      box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
  }

  .form-wrapper input::-webkit-input-placeholder {
     color: #999;
     font-weight: normal;
     font-style: italic;
  }

  .form-wrapper input:-moz-placeholder {
      color: #999;
      font-weight: normal;
      font-style: italic;
  }

  .form-wrapper input:-ms-input-placeholder {
      color: #999;
      font-weight: normal;
      font-style: italic;
  }

  .form-wrapper button {
overflow: visible;
      position: relative;
      float: left;
      border: 0;
      padding: 0;
      cursor: pointer;
      height: 40px;
      width: 110px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      background: #2C89D8;
      -moz-border-radius: 0 3px 3px 0;
      -webkit-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
      text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
  }

  .form-wrapper button:hover{
      background: #56A1E0;
  }

  .form-wrapper button:active,
  .form-wrapper button:focus{
      background: #00CC66;
  }

  .form-wrapper button:before {
      content: '';
      position: absolute;
      border-width: 8px 8px 8px 0;
      border-style: solid solid solid none;
      border-color: transparent #2C89D8 transparent;
      top: 12px;
      left: -6px;
  }

  .form-wrapper button:hover:before{
      border-right-color: #56A1E0;
  }

  .form-wrapper button:focus:before{
      border-right-color: #00CC66;
  }

  .form-wrapper button::-moz-focus-inner {
      border: 0;
      padding: 0;
  }

/** art **/

#logo{
	margin-left:auto;margin-right:auto;width:300px;margin-top:20px;
}

.barreHorizontale{
	padding-left:5px;padding-right:5px;
	color:#ddd;
}

#resultatsContainer{
	margin-left:20%;
	margin-right:20%;
	margin-top: 20px;
	overflow:hidden;
}

#resultatsContainer a{
	position:relative;
	font-size:0.7em;
  	text-align:left;
  	display:block;
  	padding:7px;
  	padding-left:45px;
  	margin-top:5px;
  	margin-bottom:0;
  	cursor:pointer;
  	background:#fbfbfb url('../img/picto/icone_download.png') 9px center no-repeat;
  	color:#888;
  	border:1px solid #ddd;
  	-moz-box-shadow: 2px 2px 4px 0px #cfcfcf;
	-webkit-box-shadow: 2px 2px 4px 0px #cfcfcf;
	-o-box-shadow: 2px 2px 4px 0px #cfcfcf;
	box-shadow: 2px 2px 4px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=4);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}

#resultatsContainer a:hover{
  	background:#fff url('../img/picto/icone_download_hover.png') 9px center no-repeat;
  	color:#333;
  	border:1px solid #32cb00;
  	text-decoration: none;
}

#resultatsContainer .infoBox{
	color:#aaa;
	font-size:0.6em;
	position:absolute;
	right:10px;
	bottom:-17px;
	text-decoration: none;
}

#resultatsContainer .infoBox b{
	font-style: italic;
}
#resultatsContainer .infoTaille {
    font-size: 0.6rem;color: #aaa;margin-bottom: 10px;margin-top: 5px;text-align: right;
}
#resultatsContainer .infoTaille b{
    font-style: italic;
}
.category{
	padding-left:2px;
	font-style:italic;
	text-align:left;
}

.produitDescription{
	background:transparent url('../img/picto/icone_produit_tick.png') 4px center no-repeat;
	padding-left:35px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	font-size: 0.7em;
	color:#ccc;
	text-shadow: 0 -1px 0 #aaa;
}

.titrePage {
	color: #6E6E6E;
	font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
	padding-top: 20px;
}

/******************************************************************************************
****************************       DISPLAYTAG     *****************************************
******************************************************************************************/

.displaytag {
	border: 1px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
	color: black;
	font-weight: normal;
	text-align: center;
}

.displaytag td   {
	padding: 3px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.displaytag th {
	padding: 3px;
	border: 1px solid #7E8DA8;
	font-size: 0.8em;
}

.displaytag tr.odd {
	background-color: white;
}

.displaytag tr.even {
	background-color: #F8F8F8;
	border: 0px solid #7E8DA8;

}
.displaytag tr.even:hover, .displaytag tr.odd:hover {
	background-color: #F3F8FE
}

.displaytag tr.even td.bordDroitVide {
	border-right: 1px solid #e8f1f7;
}

.displaytag tr.odd td.bordDroitVide {
	border-right: 1px solid #c7dceb;
}

.displaytag th {
	height: 25px;
	background-color: #D8E8FC;
	color: black;
}

th.sorted a,th.sortable a {
	background-position: left;
	display: block;
	padding-left: 20px;
	padding-right: 0px;
	color: black;
}

th.sorted a,th.sorted a:visited,th.sorted a:active {
	color: red;
}

.displaytag th a {
	background-image: url(../img/arrow_off.png);
	background-repeat: no-repeat;
}

th.order1 a {
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
}

th.order2 a {
	background-image: url(../img/arrow_up.png);
	background-repeat: no-repeat;
}


tr.total {
	font-weight: bold;
}

.tableAvecPadding td{
	padding:1px;
}

.displaytag td.textDesc {
	font-size: 0.6em;
}
