
/* SMARTPHONES */
@media only screen and (min-width: 320px) { 
#annonces{
    clear: both;
    float: left;
    list-style-type: none;
    margin-left: 33px;
    padding: 0;
    width: 100%;
	}
#annonces li{
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    font-size: 12px;
    margin-bottom: 1.5em;
    margin-right: 14px;
    margin-top: 1.5em;
    min-height: 360px;
    position: relative;
    width: 210px; 
	border:4px solid  #ededed;
}

#annonces li:hover { border:4px solid #cc0000}

#annonces li .title{
	overflow: hidden;
    text-align: center;
}

#annonces li .title a{
	text-decoration:none;
	color:#000000;
	font-size:13px;
	font-weight:bold; 
	font-family: 'Exo 2', sans-serif; 
	font-size:13px;
}
#annonces li .price{
    color: #cc0000	;
    font-size:20px;
    font-weight: bold;
    height: 26px;
    left: 76px;
    margin: auto;
    position: absolute; 
	bottom:5px
}
#annonces li span#produit {
      background: #cc0000 none repeat scroll 0 0;
    color: #fff;
    display: none;
    font-size: 20px;
    font-weight: normal;
    height: 26px;
    left: 27px;
    padding: 2px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 69px;
    width: 67%; 
	font-family: 'Exo 2', sans-serif;
	}
	
	#annonces li:hover span#produit { border:4px solid #cc0000; display:block}

.annonces_left img{
    display: block;
   /* height: 119px;*/
    margin-top: 0;
    width: 211px;
}

.annonces_right{
    margin-right: 10px;
    margin-top: 10px;
}

.annonces_right .annonce_right{
	float:left;
	width:204px;
}

.annonces_right_content{
	text-align: left;	
	overflow:hidden;
	margin:0 8px;
}

.annonces_right_content p{
    color: black;
    font-family: 'open sans', sans-serif;
    font-size: 11px;
     margin: 0;
    overflow: hidden;
}

.annonces_right_content b{
	font-size:14px;
}

.annonces_right_content span{ 
	width:100%;
	text-align: center;
    margin-bottom:10px;
}

.annonces_right a.more{
    background-color: #cc0000;
    bottom: 10px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 18px;
    left: 48px;
    margin: auto;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 120px; 
	text-transform:uppercase
}


#pagination{
	float:right;
	width:450px;
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:center
}
#pagination li{
	background:#970000;
	color:white;
	font-weight:bold;
	width:18px;
	float:left;
	text-align:center;
	margin-right:4px;
	margin-bottom:4px;
}

#pagination li.selected{
	color:#fff;
	background:#000000;
}

#pagination li a{
	color:white;
	text-decoration:none;
}

#pagination li a:hover{
	text-decoration:underline;
}

.no-items{
	position: absolute;
	float:right;
	width:100%;
} 
}

/* TABLETTES */
@media only screen and (min-width: 768px) { 

#annonces{
    clear: both;
    float: left;
    list-style-type: none;
    margin-left: 5px;
    padding: 0;
    width: 100%;
} } 


/* ORDINATEURS */
@media only screen and (min-width: 1024px) { 

#annonces{
    clear: both;
    float: left;
    list-style-type: none;
    margin-left: 10px;
    padding: 0;
    width: 100%;
} 

#annonces li{
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    font-size: 12px;
    margin-bottom: 1.5em;
    margin-right: 14px;
    margin-top: 1.5em;
    min-height: 360px;
    position: relative;
    width: 210px; 
	border:4px solid  #fff;
	
}


}

