/***** robber *****/

body
{
	width:1020px;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1px;
	background-color: #090909;
	background-image: url(rond_003.png);
}
/* titres */
h3
{
	color: #b33636;
}
/* liens */
a
{
  color: #ffffff;
  text-decoration: none;
  border: none;
}
a:hover
{
  /* font-variant: small-caps; */ 
  /* font-weight: bold; */
  color: #000000;
  background-color: #dddddd;
  
}
a:focus 
{
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
}
/* class */
.drm
{
	color: #db6d1c;

}
/* id */
#robber
{
	height: 80px;
	margin-bottom: 1px;
	padding: 1px;
	border-bottom: solid 2px #777799;
	background-image: url(Domestic_Manners_80.png);
	background-repeat: no-repeat;
	background-position: left;	
}
#cita
{
	margin-bottom: 50px;
	padding: 1px;
	padding-left: 20px;
	font-style: italic;
}
#corpus
{
	margin-bottom: 20px;
	padding: 1px;
	padding-left: 20px;
	border-left: solid 5px #121212;
}
#contact
{
	margin-top: 50px;
	text-align: left;
}
#pub
{
	text-align: center;
	margin-bottom: 1px;
	padding: 1px;
}
#pied
{
	text-align: center;
	margin-bottom: 1px;
	padding: 1px;
	font-style: italic;
	border-top: solid 2px #777799;
}
