@CHARSET "ISO-8859-1";

/* Tetiere
------------------------------------------------------------------------------*/
div#body div#tetiere
{
  background:url(../images/document/tetiere.jpg);
  height:120px;
}



/* Styles de la liste
------------------------------------------------------------------------------*/
ul#documents, ul#fiches
{
  padding-bottom:30px;
  list-style-type:none;
}

ul#documents li.shadow, ul#fiches li.shadow
{
  background-image:url(../images/shadow_background.gif);
  background-repeat:repeat-x;
  background-position:bottom;
}

ul#documents li, ul#fiches li
{
  position:relative;
  height:125px;
}

ul#fiches h2, ul#fiches p{
	margin-left: 30px;
	margin-bottom: 10px;
}


a.download{
	float:right;
	margin-right: 15px;
	margin-top:   10px;
}	

ul#documents .picture
{
  margin-left:30px;
  float:left;
  border:1px solid #E4E6E5;
}

ul#documents div.detail
{
  margin-left:140px;
  margin-right:180px;
  padding-top:10px;
}

ul#documents div.detail h1
{
  font-size:13px;
  font-weight:600;
}

ul#documents .date
{
  color:#FE7E1D;
}

ul#documents .title
{
  margin-left:5px;
  color:#66B700;
}

ul#documents .link
{
  position:absolute;
  bottom:33px;
  right:10px;
}





/* Styles du contenu d'un document
------------------------------------------------------------------------------*/
div#document {
	text-align: justify;
}

div#document strong
{
  font-weight:normal;
  color:#FF7F00;
}

div#content div#document h3
{
  font-size:11px;
  font-weight:bold;
  color:#70BC00;
}

div#document p
{
  margin-bottom:15px;
}

div#document ul.buttons
{
  text-align:right;
  list-style-type:none;
}

div#document ul.buttons li
{
  display:inline;
}

div#document .tetiere{
	margin-bottom: 20px;
}

div#document .img-dos{
	margin-left: -30px;
	margin-bottom: 15px;	
}

div#document .img-act{
	float:left;
	margin-right: 30px;
	margin-bottom: 15px;	
}