@charset "utf-8";
/* CSS Document */

#droite h1 {
	height: 48px;
	line-height: 60px;
	background-image: url(../../img/icones/deja-disponible.png);
}

#afficher li#li_motcle {
	width: 468px;
	background-image: url(../../img/layout/background-menu.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#afficher li#li_motcle input[type=text] {
	width: 415px;
}

/* LISTE */

.liste .col1 {
	display: none;
}

.liste .col2 {
	width: 240px;
}

.liste .col2 h2 {
	font-weight: normal;
}

.liste .col3 {
	width: 320px;
	padding: 0px 10px;
}

.liste .col4 {
	width:90px;
	text-align: center;
}

.liste .col4 strong {
	display: none;
}

#droite .liste .col5 {
	width: 55px;
	padding: 0px;
	text-align: center;
}

.liste .col5 strong {
	width: 55px;
	display: block;
	font-weight: normal;
}

/* VIGNETTE */

.vignette li.ligne {
	display: inline-block;
	vertical-align: top;
	background-image: url(../../img/layout/ombre-affiche.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	width: 176px;
	margin: 0px 20px 20px 0px;
	position: relative;
	padding-bottom: 11px;
}

.vignette li.ligne ul {
	padding: 0px 0px 40px 0px;
}

.vignette li.ligne:nth-child(4n) {
	margin: 0px 0px 20px 0px;
}

.vignette .col2 h2 {
	padding: 10px 10px 2px 10px;
	font-size: 1.167em;
}

.vignette .col3,
.vignette .col4 {
	padding: 0px 10px 10px 10px;
}

.vignette .col5 {
	position: absolute;
	color: #fff;
	font-size: 1.167em;
	padding: 0px 5px;
	height: 20px;
	line-height: 20px;
	bottom: 20px;
	right: 10px;
	z-index: 100;
}