/* CSS Document */
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
}
tr {vertical-align:top;}
body {
	background-color: red;
}
.fondecran {
	background-color: red;
}
#page {
	width: 1000px;
	background-color: White;
	border: 1px #006600 solid;
}
#colc {
	width:802px;  
	padding: 4px;

}
#cold {
  border: 1px green;
  width: 198px;
  padding: 4px;

}
#header {
}
#footer {
	font-size:smaller;
}
#footer a{
	text-decoration:underline;
	color: black;
}
#footer a:hover {
	color: white;
	background-color: gray;
}

/* Google ads */
.googleads {
  width:auto;
  border: 1px dotted green;
}

/* Boites de colonne droite */
#cold fieldset,#footer fieldset {
  border: 1px green solid;
  padding: 4px;
}
#footer fieldset {margin:2px 4px;}
#cold fieldset legend {}

/* Champ de recherche et listes de selection */
table.selfamille {
  width:792px;
}
table.selfamille input,table.selfamille select {
	background-color: #99cc00;
	width: 220px;
}
table.selfamille input[type=image] {
  width:auto;
}
fieldset{
  clear:both;
}
fieldset div{
  clear:both;
}
