
/*BLOC LISTE PRODUIT*/
.bloc_liste_pro{
height:250px;
}

.bloc_liste_pro .designation{ height:50px;}
.bloc_liste_pro .photo{ height:100px; overflow:hidden;}
.bloc_liste_pro .flags{ height:20px;  }
.bloc_liste_pro .info{ height:45px; }
.bloc_liste_pro .panier{ height:45px;}

.selection-criteres{height:10px;}

/*FICHE PRODUIT*/
.fiche_pro .prix {font-size:30px;}
.fiche_pro .bloc_haut{height:200px;}

h1 {
  font-size: 25px;
}


/*FOOTER*/
#footer {
/*background-color: #f5f5f5;
padding-bottom:10px;*/
}
#push, #footer {
/*height: 150px;*/
}

.menu_home {
background-image:url('cmsimg/menu_home.png');
width:20px;
height:19px;
background-position: 20px;
}

.menu_home:hover {

background-position: 0px;

}

DIV.panelOutils
{
	background-color:#e0e0e0;
	background-image:url(cmsimg/bg_pagination_large.gif);
	background-repeat:no-repeat;
	background-position:0 0;

	margin-top:2px;
	margin-bottom:5px;

	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;

	width:auto;
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
	font-family:arial,sans-serif;
	font-weight:bold;
	color:#5c798d;
	font-size:13px;
	height:18px;
	line-height:18px;
}

DIV.panelOutils
{
	font-style:normal;
	color:#25b0e4;
}

DIV.panelOutils IMG
{
	margin-left:3px;
	margin-right:3px;
	vertical-align: middle;
}

ul.list-inclst{
	list-style: none;
	padding-left: 0px;
	margin: 0;
}

.bg_holiday {
/*background-image : url(cmsimg/billie_holiday.png);*/
margin-bottom:30px;
}

/*FONT PERSO*/
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-search .search-query {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.pagination a
{
	cursor: pointer;
}

/* pour l'auto-completion */
div.wicket-aa {
    background-color:white;
    border:1px solid #CCCCCC;
	max-height: 100px;
	overflow: auto;
    color:black;
}
div.wicket-aa ul {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   margin:0pt;
   padding:5px;
}
div.wicket-aa ul li.selected {
    color:white;
    background-color:highlight;
}

/* GED : Déplacer un document */
.plusTreeDeplacer:before{
  content:"\2b";
  font-family:"Glyphicons Halflings";
  line-height:1;
  display:inline-block;
  margin-right: 5px;
  color: black;
}
.moinsTreeDeplacer:before{
  content:"\2212";
  font-family:"Glyphicons Halflings";
  line-height:1;
  display:inline-block;
  margin-right: 5px;
  color: black;
}
ul.unstyledListDeplacer,
li.unstyledListDeplacer {
   list-style: none;
}
a.selectionDeplacer,
span.selectionDeplacer {
	background: #D4D4D4;
	color: black;
}
a.lienArbo,
span.lienArbo {
	color: black;
	background: white;
}
span.lienArbo:hover,
span.selectionDeplacer:hover {
	color: black;
	text-decoration:none;
	background: #F0F0F0;
	cursor: pointer;
}