form#tous-nos-travaux {
	width: 360px;
	float: left;
}

#tous-nos-travaux label {
	cursor:pointer;
}

nav div {
	width: 110px;
	height: 18px;
	float: left;
}

nav ul {
	float: left;
	width: 250px;
}

nav li {
	float: left;
	margin: 0px 0px 0px 23px;
}

nav label {
	color: #050505;
}

.pc_checkbox {
   background: url(../../img/layout/puce-radio.png) left bottom no-repeat;
   padding-left:        24px;
   height: 18px;;
   display: block;
   line-height: 1.5em;
}

.pc_check_unchecked {
	background-position: left bottom;
}

.pc_check_checked {
   background-position: left top;
}

article {
	width: 320px;
	height: 260px;
	float: left;
	margin: 0px 20px 40px 0px;
}

.last {
	margin-right: 0px;
}

.invisible {
	opacity: 0.1;
}

.vignette {
	position: relative;
	width: 320px;
	height: 193px;
}

.bande {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 13px;
	width: 320px;
	background: url(../../img/layout/barre-projets.png) left bottom no-repeat;
}

.description {
	padding: 4px 14px 21px 14px;
	width: 292px;
	height: 51px;
}

h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #050505;
	font-size: 1.25em;
}

h2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	margin: 3px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #999;
	font-size: 0.688em;
}

h2:last-of-type {
	border: none;
}

/* DEJA VU */

.dejavu .bande,
article:hover .bande {
	background-position: left top;
}

.dejavu .description,
article:hover .description {
	background: url(../../img/layout/ombre-projet.png) left bottom no-repeat #fff;
}