@CHARSET "UTF-8";
/* feuille de style pic saint loup */

body {
	background-color: #ffffff;
	font-family: Geneva,Tahoma,"Nimbus Sans L",sans-serif;
	color: #000000;
	font-size: 14px;
}

#global {
	width: 80%;
	max-width: 1280px;
	min-width: 1020px;
	margin: 0 auto;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
#entete {
	height: 100px;
	max-width: 1250px;
	margin: 0;
	padding: 0 10px;
	background-image: url('cefe.png');
	background-position: right;
	background-repeat: no-repeat;
}
#conteneur_principal {
	padding: 0;
	margin: 0;
}
#volet_gauche {
	min-width: 390px;
	padding: 10px;
	margin: 0;
	background-color: #f0f0f0;
	height: 480px;
}
#volet_droite {
	min-width: 580px;
	padding: 0;
	margin: 0 10px;
	float: right;
}

#pied_page {
	padding: 0 10px;
	clear: both;
}

#criteres_recherche {
	background-color: #e1eee1;
	width: 390px;
	margin: 10px;
	padding: 10px;
}

#resultat_recherche {
	overflow: auto;
	max-height: 380px;
	margin: 0 10px;
}

#carte_collection {
	width: 580px;
	height: 500px;
	background-color: white;
}
#carte_inconnu {
	width: 580px;
	height: 100px;
	background-color: white;
	border: solid 1px grey;
}

a {
	color: #23759C;
	text-decoration: none;
}
a:hover {
	color: #383030;
}


h1 {
	font-size: 1.4em;
}
h2 {
	color: #006600;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
}
p {
	font-size: 1em;
}
ul {
	font-size: 0.8em;
}

/*
#menu_gauche ul {
	margin: 10px 10px 200px 10px;
	padding: 0;
}
#menu_gauche li {
	font-weight: bold;
	list-style-type: none;
	background-position: 0 0.2em;
	margin: 10px 0;
	padding-left: 24px;
}
*/

#entete p {
	color: #006600;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
}

#criteres_recherche label {
	margin-top: 10px;
	display: block;
	font-size: 0.9em;
}
#criteres_recherche label.inline {
	margin: 10px;
	width: 60px;
	display: inline-block;
}
#criteres_recherche input, texarea, select, option {
	background-color: #fff;
	font-size: 0.9em;
}
#criteres_recherche input, texarea, select {
	margin: 10px 0;
	padding: 3px;
	border: 1px solid #f5c5c5;
	border-radius: 5px;
	width: 240px;
	box-shadow: 1px 1px 2px #c0c0c0 inset;
}
/*
#criteres_recherche select {
	margin-top: 20px;
	margin-left: 10px;
}
#criteres_recherche select.inline2 {
	margin-top: 10px;
}
#criteres_recherche a#bouton_visualiser {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    color: #999999;
    cursor: pointer;
    padding: 4px 10px;
    text-decoration: none;
	border-radius: 5px;
}
*/
#criteres_recherche input[type=submit] {
	width: 100px;
	margin-left: 5px;
	box-shadow: 1px 1px 1px #d83f3d;
	cursor: pointer;
}
#criteres_recherche p {
	font-size: 0.9em;
	margin-left: 10px;
}

#resultat_recherche p {
	font-size: 0.9em;
}
#table_specimens table {
	font-size: 0.8em;
	background-color: white;
	border-collapse: collapse;
	width: 100%
}
#table_specimens th, td {
	border: 1px solid #e1eee1;
	text-align: left;
	height: 24px;
}
#table_specimens th {
	background-color: #eef9ee;
}
#table_specimens tr.selectionne {
	background-color: lightcyan;
}
#table_specimens tr.non_selectionne {
	display: none;
}
#table_specimens .col_iso {
	display: none;
}

/* feuille de style carte */

/*
#contenu_volet_gauche {
	margin-left: 230px;
	padding: 0;
	width: 340px;
	border: none; 
}
#contenu_volet_droit {
	margin-left: 10px;
	padding: 0 10px;
	width: 670px;
	float: right;
	border: none; 
}

#criteres_recherche {
	height: 280px;
}
#resultat_recherche {
	background-color: white;
	border: 1px solid #c1ffc1;
	padding: 10px;
	margin-bottom: 20px;
}
#resultat_recherche hr {
	border: none;
}
#criteres_recherche fieldset {
	border: 1px solid #006600;
	padding: 4px 4px 24px 4px;
	margin: 0;
}
#criteres_recherche legend {
	color: #006600;
}
*/
