/*******************************************************************
 $Id: boiteDepartement.css,v 1.7 2006/11/07 10:23:54 lguerin Exp $
********************************************************************/

.signature1 {
	font-weight:bold;
}

.signature2 {
	font-style:italic;
}

/*================*/
/* Textes Oeuvres */
/*================*/

.texteoeuvre {
  font-size:  0.9em;
  text-align: left;
}

.titreSectionOeuvre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color:white;
}


.titreOeuvre { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #666633;
  background-color:#fff;  
}

.auteurOeuvre { 
  font-family: Avantgarde, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #afaf97;
}

.auteurFicheOeuvre { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #666633;
  background-color:white;
}



/*================*/
/* Blocs Oeuvres  */
/*================*/

.blocOeuvre {
  height: 125px;
  width: 360px;
  float: left;
  margin-left: -145px;
  margin-top: -6px;
  z-index:0;
}

div#oeuvre, div#oeuvreContent {
	height:120px;
}	


#oeuvreContent>.blocOeuvre {
	margin-left: -8px;
	margin-top: -34px;
}

#labelRechercheOeuvre div {
	margin-left: -145px;
  margin-top: 40px;
}	

.blocImageOeuvre {
  position:absolute;
  width: 111px;
  margin-left: 2px;
  margin-top: 2px;   
  float:left;
  z-index:0;
}
.blocImageOeuvre img {
  width:115px;
  height:114px !important;
  height:120px;
  border: 3px solid #fff;
}



.blocTexteOeuvre {
  position:absolute;
  height: 100px;
  width: 200px;
  margin-left: 129px;
  margin-top: -2px;
  float:left;
  line-height:1.5em;
  z-index:0;
}

div .oeuvreBR { 
  clear:both;
}


/*=================*/
/* Preview Oeuvre  */
/*=================*/

#damierOeuvres {
  margin-top:-29px;
  width:515px;
  height:205px;
  overflow:hidden;
}

#damierOeuvres h2 {
	margin-bottom:10px;
	margin-left:10px;
}

.conteneurDamier {
  width:120px;
  height:117px !important;
  height:123px;
  background-color:white;
  border-top:3px solid white;
  margin-left:13px;
}
.itemDamier{
  background-color:white;
  width:36px;
  height:36px;
  float:left;
  border-left:3px solid white;
  border-bottom:3px solid white;
}
.itemDamier img {
  width:36px;
  height:36px;
}

.retourDamier{
  clear:left;
}


/*=======================*/
/* Navigation Oeuvres    */
/*=======================*/


.navigationFicheOeuvre{
  width:114px;
  height:15px;
  border-top:3px solid white;
  border-bottom:3px solid white;
  border-left:3px solid white;
  border-right:3px solid white;
  float:left;
  margin-top:13px;
  margin-left:7px;
}

#damierOeuvres>.navigationFicheOeuvre {
	margin-left:13px;
}

.texteNavOeuvre {
	position:absolute; 
  font-family: Avantgarde, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  vertical-align:middle;
  font-weight: bold;
  color: #695b58;
  width:34px;
  float:left;
  height:16px;
  padding:0;
  margin:0;
  text-align:center;
  margin-top:-2px;
}

.navigationFicheOeuvre>.texteNavOeuvre {
	position:relative;
}

.btPrecedentOeuvre img{
  border-right:3px solid white;
  margin-right:2px;
  float:left;
  height:15px;
}

.btSuivantOeuvre img{
  border-left:3px solid white;
  margin-left:2px;
  float:right;
  height:15px;
}

