/* color : #4682B4; */		/* SteelBlue */
/* color : #528B8B; */		/* DarkSlateGray4 */



body { 
  background-image : url("fond.jpg");
  background-attachment: fixed; /* scrolled */
  background-repeat: repeat; /* no-repeat, repeat-x, repeat-y */
  /*background : #F0F0F0;*/ 
  font-family : Arial, Verdana, sans-serif;
}

.bloc {
  width: 80%;
  margin: 40px auto;
  background: #CCCCCC;
  border: 2px solid #104E8B;	/* DodgerBlue4  */
  padding: 20px 50px;
  /*text-align: center;*/
}

h1{
  font-size : 150%;
  color : #104E8B;		/* DodgerBlue4  */
}

a {
  color: #36648B;		/* SteelBlue4  */
  font-size: 90%;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #458B74;		/* aquamarine4 */
  text-decoration: underline;
}

u {
  text-decoration: none;
  font-variant : small-caps;
}

.carre {
  list-style-type: square;
}


dt {
  /*color: #006400;*/		/* DarkGreen */
  color: #466;	
  font-weight: bold;
  font-size: 110%;
  margin: 5px 0;
}

dt:before {
  content: ;
}

dd {
  border-left : 2px solid #466;
  padding-left: 10px;
  font-weight: normal;
  font-style: italic;
  font-size: 90%;
  color: black;
  margin-bottom: 20px;
}

.coauteurs, .coauteurs a {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 100%;
  color: #588;
}

.coauteurs a:hover {
  text-decoration: underline;
}

.coauteurs:before {
  content: "with ";
}

.petit {
  font-size: 90%;
}
