body {
	margin-left: 15px;
	height: 100%;
	padding: 0px;
	font-family: "Book Antiqua", Palatino, Serif;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
}

a {
  text-decoration:none;
}

table.page {
  
  margin-left: auto;
  margin-right:auto;
  width: 800px;
  /*border: 1px solid #a61ae7;*/
  
}

.tit {
  font-size: 19px;
  font-style: italic; 
  font-weight: bold;
  text-align: center;
    
}

.aut {
  font-weight: bold;
}

.bandeau {
  border: 1px solid #a61ae7;
  width: 800px;
  height: 235px;
  vertical-align: top;
  background: url("/header_short.gif") no-repeat bottom center;
  padding-top: 0px;
}

.item {
  border: 1px solid #a61ae7;
  padding: 4px;  
}

input[type=text], input[type=checkbox], select {
  background-color:#efefef;
  border-width:1;
  border-style:solid;
}

textarea:hover, input[type=text]:hover, input[type=checkbox]:hover, input[type=radio]:hover {
  border: 1px solid #a61ae7;
}