a.spip_in {
	text-decoration: none;
	color: #3875B4;
}

a.spip_in:hover {
	text-decoration: underline;
	color: #3875B4;
}

a.spip_out {
	text-decoration: none;
	color: black;
}

a.spip_out:hover {
	text-decoration: underline;
	color: black;
} 

a.spip_url {
	text-decoration: none;
	color: black;
}

a.spip_url:hover {
	text-decoration: underline;
	color: black;
}

table.spip {
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

table.spip tr.row_first {
  background-color: #3875B4;
	color: white;
}

table.spip tr.row_odd {
  background-color: white;
	padding-left: 100;
}

table.spip tr.row_even {
  background-color: #C6E5C1;
}

table.spip td {
	border: 1px solid #808080;
  padding: 2px;
  text-align: center;
  vertical-align: center;
}

table.spip td a {
	text-decoration: none;
	color: black;
}
table.spip td a:hover {
	text-decoration: underline;
	color: black;
}

#formulair {
	text-align: center;	
	margin: 0;
	padding: 5px 0 0 0;
}

input.formula {
	font-size: 100%;
	background-color: #A6DBA0;
	color: black;
	margin-left : 10;
}

#formulaire {
	text-align: left;	
	margin: 0;
	padding: 5px 0 0 0;
}

form.formu {
	width: 200px;
	margin-bottom: 5px;
}

input.formu {
	font-size: 100%;
	background-color: #A6DBA0;
}

input.formul {
	font-size: 100%;
	background-color: #3875B4;
	color: white;
}

h3.rech, h3.rech a {
	background-color: #3875B4;
	color: white;
}

h3.rech a:hover {
	color: #A6DBA0 ;
}

