
/* @group Realisations */
label.filter
{
  display: block;
  float: left;
  width: 180px;
  margin-top: .5em;
  text-align: right;
}

a.project, a.projector
{
  background-repeat: no-repeat;
  background-image: url(../images/projects-back.png);
  text-decoration: none;
  display: block;
  float: left;
  width: 180px;
  height: 125px;
  text-align: center;
}
a.projector
{
  background-image: url(../images/projects-back-right.png);
  height: 105px;
  float: none;
  margin-left: 18px;
  margin-top:15px;
}
a.projector img, a.project img
{
  padding-top: 3px;
  padding-bottom: 5px;
  
}
#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #f2f1ed;
		background-color:#f2f1ed;
}		


.contenu_fenetre{
background-color:#f2f1ed;
padding:5px;
line-height: 120%;


}
.illu_view{
width:384px;
height:240px;
border:5px solid #fff;
float:left;

}
.infos_view{
width:350px;
float:left;

}
.groupe_infos_view{
overflow: hidden; 
border:1px dashed #d9d8d4;
padding:10px;
margin-top:5px;
height:95px;
width:325px;
margin-left:15px;
}

.label_view{
display:inline;
float: left;
width: 340px; 
height:25px;
text-align: left; 
margin-right: 5px;
}


.bar
{
  float: left;
  height: 16px;
  background-image: url(../images/project-bar.png);
  background-repeat: repeat-x;
  color: white;
  margin-right: .5em;
  text-align: center;
  
}
#contenu_page{
padding-left:30px;
width:550px;
}/* @end */