@CHARSET "ISO-8859-1";

a.button:link {
	background-color: darkblue;
	color: white;
	font-weight: bold;
	/*margin : 10px 0px 10px 0px;*/
	border-width: 3px;
	border-color: white;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

a.button:active {
	background-color: lightslategray;
	color: white;
	font-weight: bold;
	/*margin : 10px 0px 10px 0px;*/
	border-width: 3px;
	border-color: white;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

a.button:hover {
	background-color: lightsteelblue;
	color: white;
	font-weight: bold;
	/*margin : 10px 0px 10px 0px;*/
	border-width: 3px;
	border-color: white;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

a.button:visited {
	background-color: darkblue;
	color: white;
	font-weight: bold;
	/*margin : 10px 0px 10px 0px;*/
	border-width: 3px;
	border-color: white;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: small;
	background-color: lightslategray;
	color: white;
}

div {
	margin: 2px 2px 2px 2px;
}

div.map {
	margin: 0px 0px 0px 0px ;	
}

div.entete {
	cursor: pointer;
}

fieldset {
	background-color: lightsteelblue;
    margin: 10px 0px 10px 0px;
    border: none;
    padding: 0px;
}

img.icon {
	cursor: pointer;
}

li {
	margin: 2px 2px 2px 2px;
}

li.rubrique {
	list-style-type: none;
	font-weight: bold;
}

p {
	margin : 10px 0px 10px 0px;
}

p.nb_enr_trouves {
	font-weight: bold;
	color: white;
}

select {
	font-family: Helvetica,Arial,sans-serif;
	/*background-color: lightsteelblue*/;
}

span.message {
	font-weight: bold;
}

td.download {
	border-color: white;
	border-collapse : collapse;
	border-width: 1px;
	white-space: nowrap;
}
	

td.header { 
	color: white;
	font-weight: bold;
	background-color: crimson;
	text-align: center;
	cursor: pointer;
	padding: 2px;
	border: none;
	margin: 1px;
}

td.pair {
	background-color: orange;
	cursor: pointer;
	padding: 2px;
	border: none;
	margin: 1px;
	color: black;
	font-size: small;
}

td.impair {
	background-color: gold;
	cursor: pointer;
	padding: 2px;
	border: none;
	margin: 1px;
	color: black;
	font-size: small;
}

/* scriptaculous */
div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	border:1px solid #888;
}

div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected { 
	background-color: lightslategray;
}

div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:14px;
	cursor:pointer;
	color: black;
}
