/* CSS Document */
@import "../../../img/styles.css";

a#corner {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100px;
	width: 100px;
	background: url(coin_ecran.gif) top right no-repeat !important;
	text-indent: -999em;
	text-decoration: none;
	cursor: hand;
}

/* Copyright */
#copy { font-size: 8pt; color: white; }
#copy a { text-decoration:underline; color: white;}

/* Formulaire et confirmation de formulaire */
#formdata {
	border: 2px inset green;
	width: 100%;
	text-align:left;
}
#formdata div {
	border-bottom: 1px lightgreen dotted;
	padding:2px;
}
#formdata input,#donnees select {
	background-color: silver;
	width:280px;
}
#formdata div label {
	display:block;
	font-size: 8pt;
	font-weight:bold;
}
#Plan .box {
	width: 400px;
}
table.pedigree {
  width: 96%;
}
table.pedigree td {
  border: 1px silver solid;
  font-size: 10px;
}

div#linkexchange {
	margin-top: 20px;
	border:3px inset silver;
	background-color: white;
}

div#blocdemos {
	width:800px;
	padding:8px;
	margin-top: 20px;
	border:3px inset silver;
	background-color: white;
}

/* Correctif theme Dox */
.dox-PostMetadataHeader{background-color:white;}
.dox-BlockHeader{background-color: #5C5C5C;}

